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 |
|---|---|---|---|---|
body, html, #wrap, textarea, input{background:#252525; color:#ffffff;}
.tool, .ui-resizable-n{
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a4a4a), color-stop(100%,#252525));
background: -webkit-linear-gradient(top, #4a4a4a 0%,#252525 100%);
background: -o-linear-gradient(top, #4a4a4a 0%,#252525 100%);
background: -moz-linear-gradient(top, #4a4a4a 0%,#252525 100%);
background: linear-gradient(top, #4a4a4a 0%,#252525 100%);
border-top:solid 1px #252525; border-bottom:solid 1px #666666;
}
.ui-resizable-n{border-top:solid 1px #666666; }
.tool-bottom{border-top:solid 1px #666666; border-bottom:solid 1px #666666}
.cli{ border-top:solid 1px #4a4a4a;}
/* commands and data types */
.object .header:hover { background:#4a4a4a; }
.nodots .object{ border-color:transparent; }
.nodots .object .header:hover{ background:none;}
/* toolbar buttons */
.tool b{text-shadow:none; text-shadow:0px -1px 0px #252525 !important; border-right:solid 1px #666666; -webkit-box-shadow: 1px 0px 0px #252525; -moz-box-shadow: 1px 0px 0px #252525; box-shadow: 1px 0px 0px #252525; }
.tool b:active, .tool b:focus{ background:#666666; }
.tool b.r{border-left:solid 1px #666666; -webkit-box-shadow: -1px 0px 0px #252525; -moz-box-shadow: -1px 0px 0px #252525; box-shadow: -1px 0px 0px #252525; border-right:none;}
.tool b.sel{color:#268bd2;}
.tool b, .tool b >a{color:#999999;}
/* toolbar text controls */
.tool > a{color:#999999; text-shadow:none; text-shadow:0px -1px 0px #252525; border-bottom:none !important; border-top:solid 1px transparent; top:-2px; position:relative;}
.tool > a:hover, .tool > a.sel, .tool > a:active, .tool > a:focus{
color:#252525; text-shadow:0px 1px 0px #666666; background:#666666; border-top-color:#252525;
}
.tool > a:hover{ background:#666666; }
.tool > a:active, .tool > a:focus{ background:#666666; }
.tool > a.nosel, .tool > a.nosel:hover,.tool > a.nosel:active,.tool > a.nosel:focus{ background:none !important; border-color:transparent !important; color:#999999; text-shadow:none; }
/* suggestions */
.suggestions{background:#252525; border:solid 1px #666666;}
.suggestions li.sel, .suggestions li:hover{background:#4a4a4a; border-color:4a4a4a; }
/* those are invisible */
.poslin{ background:#c00}
#sugpos{ background:#cfc; } | style.dark.css |
body, html, #wrap, textarea, input{background:#252525; color:#ffffff;}
.tool, .ui-resizable-n{
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a4a4a), color-stop(100%,#252525));
background: -webkit-linear-gradient(top, #4a4a4a 0%,#252525 100%);
background: -o-linear-gradient(top, #4a4a4a 0%,#252525 100%);
background: -moz-linear-gradient(top, #4a4a4a 0%,#252525 100%);
background: linear-gradient(top, #4a4a4a 0%,#252525 100%);
border-top:solid 1px #252525; border-bottom:solid 1px #666666;
}
.ui-resizable-n{border-top:solid 1px #666666; }
.tool-bottom{border-top:solid 1px #666666; border-bottom:solid 1px #666666}
.cli{ border-top:solid 1px #4a4a4a;}
/* commands and data types */
.object .header:hover { background:#4a4a4a; }
.nodots .object{ border-color:transparent; }
.nodots .object .header:hover{ background:none;}
/* toolbar buttons */
.tool b{text-shadow:none; text-shadow:0px -1px 0px #252525 !important; border-right:solid 1px #666666; -webkit-box-shadow: 1px 0px 0px #252525; -moz-box-shadow: 1px 0px 0px #252525; box-shadow: 1px 0px 0px #252525; }
.tool b:active, .tool b:focus{ background:#666666; }
.tool b.r{border-left:solid 1px #666666; -webkit-box-shadow: -1px 0px 0px #252525; -moz-box-shadow: -1px 0px 0px #252525; box-shadow: -1px 0px 0px #252525; border-right:none;}
.tool b.sel{color:#268bd2;}
.tool b, .tool b >a{color:#999999;}
/* toolbar text controls */
.tool > a{color:#999999; text-shadow:none; text-shadow:0px -1px 0px #252525; border-bottom:none !important; border-top:solid 1px transparent; top:-2px; position:relative;}
.tool > a:hover, .tool > a.sel, .tool > a:active, .tool > a:focus{
color:#252525; text-shadow:0px 1px 0px #666666; background:#666666; border-top-color:#252525;
}
.tool > a:hover{ background:#666666; }
.tool > a:active, .tool > a:focus{ background:#666666; }
.tool > a.nosel, .tool > a.nosel:hover,.tool > a.nosel:active,.tool > a.nosel:focus{ background:none !important; border-color:transparent !important; color:#999999; text-shadow:none; }
/* suggestions */
.suggestions{background:#252525; border:solid 1px #666666;}
.suggestions li.sel, .suggestions li:hover{background:#4a4a4a; border-color:4a4a4a; }
/* those are invisible */
.poslin{ background:#c00}
#sugpos{ background:#cfc; } | 0.199347 | 0.062388 |
@import "/static/constants.css";
.main{
width: 100%;
display: grid;
place-items: center;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 15px;
}
.top{
display: grid;
grid-template-columns: auto auto;
gap: 15px;
}
.title{
display: grid;
place-items: center;
}
.price{
text-align: center;
display: grid;
place-items: center;
max-width: 90px;
}
.description{
text-align: center;
}
.card-me{
gap: 15px;
max-width: 280px;
text-decoration: none;
}
.price > .number{
font-size: 20px;
color: var(--acent-color);
font-weight: bold;
text-overflow: clip;
}
.virgin-price{
color: #ec2f2f;
}
.discount{
text-decoration: line-through;
font-size: 16px;
font-weight: normal;
color: var(--text-color);
}
.content {
position: relative;
width: 100%;
overflow: hidden;
}
.content .content-overlay {
background: rgba(0,0,0,0.7);
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
opacity: 0;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
}
.content:hover .content-overlay{
opacity: 1;
}
.content-image{
width: 100%;
}
.content-details {
position: absolute;
text-align: center;
padding-left: 1em;
padding-right: 1em;
width: 100%;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.content:hover .content-details{
top: 50%;
left: 50%;
opacity: 1;
}
.add{
position: fixed;
bottom: 25px;
right: 30px;
}
.add a{
text-decoration: none;
}
.add a div{
margin: 10px;
padding: 10px;
border-color: var(--background-2-color);
background-color: var(--background-color);
border-radius: 10px;
border-width: 5px;
border-style: solid;
transition: ease 0.3s all;
}
.add a div:hover{
background-color: var(--background-2-color);
border-width: 10px;
border-color: var(--acent-color);
}
.add a div i{
color: var(--acent-color);
font-size: 50px;
display: grid;
place-items: center;
grid-template-columns: auto auto;
gap: 1rem;
}
.add a div i span{
font-size: 25px;
text-align: center;
} | static/template-extra/products/products.css | @import "/static/constants.css";
.main{
width: 100%;
display: grid;
place-items: center;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 15px;
}
.top{
display: grid;
grid-template-columns: auto auto;
gap: 15px;
}
.title{
display: grid;
place-items: center;
}
.price{
text-align: center;
display: grid;
place-items: center;
max-width: 90px;
}
.description{
text-align: center;
}
.card-me{
gap: 15px;
max-width: 280px;
text-decoration: none;
}
.price > .number{
font-size: 20px;
color: var(--acent-color);
font-weight: bold;
text-overflow: clip;
}
.virgin-price{
color: #ec2f2f;
}
.discount{
text-decoration: line-through;
font-size: 16px;
font-weight: normal;
color: var(--text-color);
}
.content {
position: relative;
width: 100%;
overflow: hidden;
}
.content .content-overlay {
background: rgba(0,0,0,0.7);
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
bottom: 0;
right: 0;
opacity: 0;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
}
.content:hover .content-overlay{
opacity: 1;
}
.content-image{
width: 100%;
}
.content-details {
position: absolute;
text-align: center;
padding-left: 1em;
padding-right: 1em;
width: 100%;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.content:hover .content-details{
top: 50%;
left: 50%;
opacity: 1;
}
.add{
position: fixed;
bottom: 25px;
right: 30px;
}
.add a{
text-decoration: none;
}
.add a div{
margin: 10px;
padding: 10px;
border-color: var(--background-2-color);
background-color: var(--background-color);
border-radius: 10px;
border-width: 5px;
border-style: solid;
transition: ease 0.3s all;
}
.add a div:hover{
background-color: var(--background-2-color);
border-width: 10px;
border-color: var(--acent-color);
}
.add a div i{
color: var(--acent-color);
font-size: 50px;
display: grid;
place-items: center;
grid-template-columns: auto auto;
gap: 1rem;
}
.add a div i span{
font-size: 25px;
text-align: center;
} | 0.489015 | 0.133415 |
.knbn-task-body > li{
border-right: 1px dashed #e1e1e1;
border-top-right-radius: 6px;
padding-left: 7px;
box-sizing: border-box;
}
.knbn-item-bottom {
display: grid;
grid-template-columns: 60% 40%;
align-items: center;
}
.knbn-task-item {
font-style: normal;
padding: 7px;
background-color: #F3F3F3;
transition: background-color .5s ease, box-shadow .5s ease;
margin-bottom: 5px;
}
.knbn-task-step {
width: 100%;
}
.knbn-task-body .knbn-header, .knbn-header-hidden{
margin-right: -1px;
}
.knbn-employee-img {
width: 30px;
height: 30px;
border-radius: 50%;
cursor: pointer;
}
.knbn-tc-top {
margin-bottom: 5px;
}
.knbn-task-body .knbn-lead-item {
border-right: 5px solid;
margin: 0 0 5px 0;
}
.knbn-column .knbn-lead-item {
border-left: 5px solid;
margin: 0 0 5px 0;
position: relative;
}
.knbn-tc-alert {
font-size: 12px;
margin-right: 5px;
}
.knbn-item-link {
letter-spacing: 1px;
line-height: 17px;
text-decoration: none;
display: inline-block;
cursor: pointer;
max-height: 65px;
overflow: hidden;
position: relative;
width: 90%;
}
.knbn-item-link::after{
content: '';
background: #f3f3f3;
height: 20px;
top: 45px;
left: 0;
right: 0;
position: absolute;
background: linear-gradient(0deg,#f3f3f3 0,rgba(243,243,243,0) 100%);
}
.knbn-item-link:hover {
color: #007bff;
}
.knbn-task-add{
display: none;
margin: 0 5px 5px 0;
border: 1px solid #ced4da;
border-radius: .25rem;
}
.add-task-popup{
padding: 10px;
}
.add-task-popup .c-select{
width: 100%;
}
.add-task-item{
margin-bottom: 14px;
}
.add-task-item:last-child{
margin-bottom: 0;
}
.add-task-priority-text{
font-weight: 600;
}
.task-priority-color-0{
color: #F33434;
border: 1px solid #F33434;
}
.task-priority-color-1{
color: #f18181;
border: 1px solid #f18181;
}
.task-priority-color-2{
color: #ffa500;
border: 1px solid #ffa500;
}
.task-priority-color-3{
color: #fcbe4d;
border: 1px solid #fcbe4d;
}
.task-priority-color-4{
color: #F2C94C;
border: 1px solid #F2C94C;
}
.task-priority-color-5{
color: #eed588;
border: 1px solid #eed588;
}
.task-priority-color-6{
color: #007bff;
border: 1px solid #007bff;
}
.task-priority-color-7{
color: #c9ebcd;
border: 1px solid #c9ebcd;
}
.task-priority-color-8{
color: #9c9a9a;
border: 1px solid #9c9a9a;
}
.task-priority-color-9{
color: #dcdcdc;
border: 1px solid #dcdcdc;
}
.knbn-tc-right {
text-align: right;
}
.knbn-tc-r-num {
position: absolute;
top: 1px;
right: 1px;
min-width: 21px;
box-sizing: border-box;
border-radius: 20px;
padding: 2px 10px;
color: #FFFFFF;
font-size: 11px;
}
.knbn-t-icon-cont {
bottom: 8px;
right: 9px;
z-index: 11;
display: none;
}
.knbn-t-icon-cont >div{
display: flex;
}
.knbn-t-icon-cont >div >* {
margin-left: 10px;
}
.knbn-t-icon-cont span {
color: #929dab;
cursor: pointer;
}
.knbn-t-icon-cont span:hover {
color: #828b95;
}
.knbn-task-cont >div {
text-align: left;
}
.knbn-task-cont:hover .knbn-t-icon-cont {
display: block;
}
.knbn-task-cont .knbn-t-icon-pp {
color: #007bff;
}
.knbn-task-cont .knbn-t-icon-pp:hover {
color: #007bff;
}
.knbn-tc-date {
vertical-align: middle;
transition: 250ms linear all;
max-width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
border-radius: 20px;
padding: 2px 10px;
color: #fff;
display: inline-block;
margin-bottom: 5px;
cursor: pointer;
border: 1px solid;
}
.knbn-tc-date-grey {
border: 1px solid #c2c5ca;
color: #757c87;
transition: 250ms linear all;
}
.knbn-resp-cont {
display: inline-flex;
}
.sec-resp{
display: inline-flex;
align-items: center;
margin-left: 5px;
}
.sec-resp .fa-chevron-right {
font-weight: 500;
font-size: 10px;
margin-right: 5px;
}
.knbn-ti-completed span {
vertical-align: middle;
padding: 0 6px;
margin-bottom: 9px;
font-size: 11px;
background-color: #e9ebec;
border: 1px solid #e9ebec;
border-radius: 9px;
}
.knbn-task-calendar {
display: none;
}
.knbn-ti-calendar {
position: absolute;
display: none;
z-index: 20;
width: max-content;
background-color: #fff;
padding: 0 0 10px 10px;
box-shadow: 0 7px 64px rgba(0, 0, 0, 0.07);
border-radius: 5px;
}
.knbn-ti-calendar .xdsoft_datetimepicker.xdsoft_inline{
box-shadow: none;
}
.knbn-task-calendar-buttons {
display: flex;
justify-content: center;
}
.knbn-task-calendar-buttons button{
margin: 5px;
}
.knbn-task-column, .knbn-task-undropable{
overflow-y: auto;
overflow-x: hidden;
height: calc(100% - 75px);
}
.knbn-tasks-item-info {
margin-bottom: 5px;
}
.knbn-tasks-tags {
margin-bottom: 5px;
}
.knbn-tasks-tags > span{
color: #007bff;
padding: 0 6px;
margin: 0 4px 4px 0;
vertical-align: middle;
border-radius: 9px;
border: 1px solid #007bff;
}
.knbn-tasks-item-checklist {
width: fit-content;
color: #007bff;
padding: 0 6px;
margin: 0 4px 0 0;
vertical-align: middle;
border-radius: 9px;
}
.knbn-tasks-item-checklist * {
color: #007bff;
}
.knbn-tasks-item-checklist span:first-child {
margin-right: 3px;
} | web/task/css/task_kanban.css | .knbn-task-body > li{
border-right: 1px dashed #e1e1e1;
border-top-right-radius: 6px;
padding-left: 7px;
box-sizing: border-box;
}
.knbn-item-bottom {
display: grid;
grid-template-columns: 60% 40%;
align-items: center;
}
.knbn-task-item {
font-style: normal;
padding: 7px;
background-color: #F3F3F3;
transition: background-color .5s ease, box-shadow .5s ease;
margin-bottom: 5px;
}
.knbn-task-step {
width: 100%;
}
.knbn-task-body .knbn-header, .knbn-header-hidden{
margin-right: -1px;
}
.knbn-employee-img {
width: 30px;
height: 30px;
border-radius: 50%;
cursor: pointer;
}
.knbn-tc-top {
margin-bottom: 5px;
}
.knbn-task-body .knbn-lead-item {
border-right: 5px solid;
margin: 0 0 5px 0;
}
.knbn-column .knbn-lead-item {
border-left: 5px solid;
margin: 0 0 5px 0;
position: relative;
}
.knbn-tc-alert {
font-size: 12px;
margin-right: 5px;
}
.knbn-item-link {
letter-spacing: 1px;
line-height: 17px;
text-decoration: none;
display: inline-block;
cursor: pointer;
max-height: 65px;
overflow: hidden;
position: relative;
width: 90%;
}
.knbn-item-link::after{
content: '';
background: #f3f3f3;
height: 20px;
top: 45px;
left: 0;
right: 0;
position: absolute;
background: linear-gradient(0deg,#f3f3f3 0,rgba(243,243,243,0) 100%);
}
.knbn-item-link:hover {
color: #007bff;
}
.knbn-task-add{
display: none;
margin: 0 5px 5px 0;
border: 1px solid #ced4da;
border-radius: .25rem;
}
.add-task-popup{
padding: 10px;
}
.add-task-popup .c-select{
width: 100%;
}
.add-task-item{
margin-bottom: 14px;
}
.add-task-item:last-child{
margin-bottom: 0;
}
.add-task-priority-text{
font-weight: 600;
}
.task-priority-color-0{
color: #F33434;
border: 1px solid #F33434;
}
.task-priority-color-1{
color: #f18181;
border: 1px solid #f18181;
}
.task-priority-color-2{
color: #ffa500;
border: 1px solid #ffa500;
}
.task-priority-color-3{
color: #fcbe4d;
border: 1px solid #fcbe4d;
}
.task-priority-color-4{
color: #F2C94C;
border: 1px solid #F2C94C;
}
.task-priority-color-5{
color: #eed588;
border: 1px solid #eed588;
}
.task-priority-color-6{
color: #007bff;
border: 1px solid #007bff;
}
.task-priority-color-7{
color: #c9ebcd;
border: 1px solid #c9ebcd;
}
.task-priority-color-8{
color: #9c9a9a;
border: 1px solid #9c9a9a;
}
.task-priority-color-9{
color: #dcdcdc;
border: 1px solid #dcdcdc;
}
.knbn-tc-right {
text-align: right;
}
.knbn-tc-r-num {
position: absolute;
top: 1px;
right: 1px;
min-width: 21px;
box-sizing: border-box;
border-radius: 20px;
padding: 2px 10px;
color: #FFFFFF;
font-size: 11px;
}
.knbn-t-icon-cont {
bottom: 8px;
right: 9px;
z-index: 11;
display: none;
}
.knbn-t-icon-cont >div{
display: flex;
}
.knbn-t-icon-cont >div >* {
margin-left: 10px;
}
.knbn-t-icon-cont span {
color: #929dab;
cursor: pointer;
}
.knbn-t-icon-cont span:hover {
color: #828b95;
}
.knbn-task-cont >div {
text-align: left;
}
.knbn-task-cont:hover .knbn-t-icon-cont {
display: block;
}
.knbn-task-cont .knbn-t-icon-pp {
color: #007bff;
}
.knbn-task-cont .knbn-t-icon-pp:hover {
color: #007bff;
}
.knbn-tc-date {
vertical-align: middle;
transition: 250ms linear all;
max-width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
border-radius: 20px;
padding: 2px 10px;
color: #fff;
display: inline-block;
margin-bottom: 5px;
cursor: pointer;
border: 1px solid;
}
.knbn-tc-date-grey {
border: 1px solid #c2c5ca;
color: #757c87;
transition: 250ms linear all;
}
.knbn-resp-cont {
display: inline-flex;
}
.sec-resp{
display: inline-flex;
align-items: center;
margin-left: 5px;
}
.sec-resp .fa-chevron-right {
font-weight: 500;
font-size: 10px;
margin-right: 5px;
}
.knbn-ti-completed span {
vertical-align: middle;
padding: 0 6px;
margin-bottom: 9px;
font-size: 11px;
background-color: #e9ebec;
border: 1px solid #e9ebec;
border-radius: 9px;
}
.knbn-task-calendar {
display: none;
}
.knbn-ti-calendar {
position: absolute;
display: none;
z-index: 20;
width: max-content;
background-color: #fff;
padding: 0 0 10px 10px;
box-shadow: 0 7px 64px rgba(0, 0, 0, 0.07);
border-radius: 5px;
}
.knbn-ti-calendar .xdsoft_datetimepicker.xdsoft_inline{
box-shadow: none;
}
.knbn-task-calendar-buttons {
display: flex;
justify-content: center;
}
.knbn-task-calendar-buttons button{
margin: 5px;
}
.knbn-task-column, .knbn-task-undropable{
overflow-y: auto;
overflow-x: hidden;
height: calc(100% - 75px);
}
.knbn-tasks-item-info {
margin-bottom: 5px;
}
.knbn-tasks-tags {
margin-bottom: 5px;
}
.knbn-tasks-tags > span{
color: #007bff;
padding: 0 6px;
margin: 0 4px 4px 0;
vertical-align: middle;
border-radius: 9px;
border: 1px solid #007bff;
}
.knbn-tasks-item-checklist {
width: fit-content;
color: #007bff;
padding: 0 6px;
margin: 0 4px 0 0;
vertical-align: middle;
border-radius: 9px;
}
.knbn-tasks-item-checklist * {
color: #007bff;
}
.knbn-tasks-item-checklist span:first-child {
margin-right: 3px;
} | 0.533397 | 0.107742 |
.scroll-pane,
.split-pane,
.tree-view,
.table-view,
.tree-table-view,
.html-editor {
-fx-background-color: transparent;
-fx-background-insets: 0;
-fx-padding: 0;
-fx-box-border: transparent;
}
.split-pane:vertical > .split-pane-divider {
-fx-background-color: rgb(204, 204, 204);
-fx-padding: 0 0 0 1;
}
.split-pane:horizontal > .split-pane-divider {
-fx-padding: 0;
}
.table-view {
-fx-background-color: white;
}
.table-column {
-fx-alignment: CENTER;
}
.table-cell {
-fx-border-color: rgb(204, 204, 204);
-fx-border-width: 0 0 0 1;
-fx-text-fill: black;
}
.table-view .column-header,
.table-view .column-header-background .filler {
-fx-background-color: rgb(233, 233, 233);
-fx-border-color: rgb(204, 204, 204);
-fx-border-width: 0 0 0 1;
}
#pdbColumn, #numColumn, #avgColumn,
#minColumn, #maxColumn, #medColumn,
#stdColumn, #skwColumn, #krtColumn {
-fx-border-color: rgb(204, 204, 204);
-fx-border-width: 0 0 1 1;
}
#pdbColumn {
-fx-border-width: 0 0 1 0;
}
.chart-plot-background {
-fx-background-color: transparent;
}
#chartPane {
-fx-background-color: white;
}
.menu-bar {
-fx-background-color: rgb(245, 245, 245);
-fx-border-color: rgb(204, 204, 204);
-fx-border-width: 0 0 1 0;
}
.range-slider {
-fx-background-color: white;
}
#topBox {
-fx-background-color: white;
}
#toolbar {
-fx-background-color: rgb(245, 245, 245);
-fx-border-color: rgb(204, 204, 204);
-fx-border-width: 0 0 1 0;
}
#statusBar {
-fx-background-color: rgb(51, 51, 51);
}
#hSliderToggle {
-fx-graphic: url("/ic_swap_horiz_black_24dp.png");
-fx-padding: 2;
}
#vSliderToggle {
-fx-graphic: url("/ic_swap_vert_black_24dp.png");
-fx-padding: 2;
}
#pointToggle {
-fx-graphic: url("/ic_center_focus_weak_black_24dp.png");
-fx-padding: 2;
}
#hydroToggle {
-fx-graphic: url("/ic_h_plus_24dp.png");
-fx-padding: 2;
}
#normlToggle {
-fx-graphic: url("ic_filter_1_black_24dp.png");
-fx-padding: 2;
}
#statsToggle {
-fx-graphic: url("/ic_assessment_black_24dp.png");
-fx-padding: 2;
}
#symboToggle {
-fx-graphic: url("/ic_center_focus_weak_black_24dp.png");
-fx-padding: 2;
}
#vGridToggle {
-fx-graphic: url("/ic_border_vertical_black_24dp.png");
-fx-padding: 2;
}
#hGridToggle {
-fx-graphic: url("/ic_border_horizontal_black_24dp.png");
-fx-padding: 2;
}
#panelToggle {
-fx-graphic: url("/ic_list_black_24dp.png");
-fx-padding: 2;
} | src/main/resources/stylesheet.css | .scroll-pane,
.split-pane,
.tree-view,
.table-view,
.tree-table-view,
.html-editor {
-fx-background-color: transparent;
-fx-background-insets: 0;
-fx-padding: 0;
-fx-box-border: transparent;
}
.split-pane:vertical > .split-pane-divider {
-fx-background-color: rgb(204, 204, 204);
-fx-padding: 0 0 0 1;
}
.split-pane:horizontal > .split-pane-divider {
-fx-padding: 0;
}
.table-view {
-fx-background-color: white;
}
.table-column {
-fx-alignment: CENTER;
}
.table-cell {
-fx-border-color: rgb(204, 204, 204);
-fx-border-width: 0 0 0 1;
-fx-text-fill: black;
}
.table-view .column-header,
.table-view .column-header-background .filler {
-fx-background-color: rgb(233, 233, 233);
-fx-border-color: rgb(204, 204, 204);
-fx-border-width: 0 0 0 1;
}
#pdbColumn, #numColumn, #avgColumn,
#minColumn, #maxColumn, #medColumn,
#stdColumn, #skwColumn, #krtColumn {
-fx-border-color: rgb(204, 204, 204);
-fx-border-width: 0 0 1 1;
}
#pdbColumn {
-fx-border-width: 0 0 1 0;
}
.chart-plot-background {
-fx-background-color: transparent;
}
#chartPane {
-fx-background-color: white;
}
.menu-bar {
-fx-background-color: rgb(245, 245, 245);
-fx-border-color: rgb(204, 204, 204);
-fx-border-width: 0 0 1 0;
}
.range-slider {
-fx-background-color: white;
}
#topBox {
-fx-background-color: white;
}
#toolbar {
-fx-background-color: rgb(245, 245, 245);
-fx-border-color: rgb(204, 204, 204);
-fx-border-width: 0 0 1 0;
}
#statusBar {
-fx-background-color: rgb(51, 51, 51);
}
#hSliderToggle {
-fx-graphic: url("/ic_swap_horiz_black_24dp.png");
-fx-padding: 2;
}
#vSliderToggle {
-fx-graphic: url("/ic_swap_vert_black_24dp.png");
-fx-padding: 2;
}
#pointToggle {
-fx-graphic: url("/ic_center_focus_weak_black_24dp.png");
-fx-padding: 2;
}
#hydroToggle {
-fx-graphic: url("/ic_h_plus_24dp.png");
-fx-padding: 2;
}
#normlToggle {
-fx-graphic: url("ic_filter_1_black_24dp.png");
-fx-padding: 2;
}
#statsToggle {
-fx-graphic: url("/ic_assessment_black_24dp.png");
-fx-padding: 2;
}
#symboToggle {
-fx-graphic: url("/ic_center_focus_weak_black_24dp.png");
-fx-padding: 2;
}
#vGridToggle {
-fx-graphic: url("/ic_border_vertical_black_24dp.png");
-fx-padding: 2;
}
#hGridToggle {
-fx-graphic: url("/ic_border_horizontal_black_24dp.png");
-fx-padding: 2;
}
#panelToggle {
-fx-graphic: url("/ic_list_black_24dp.png");
-fx-padding: 2;
} | 0.491212 | 0.131731 |
div {
box-sizing: border-box;
}
.cont {
width: 1200px;
margin: auto;
}
.biggercont {
width: 100%
}
.center {
margin: auto;
}
.nav {
display: flex;
font-size: 20px;
font-family: metropolisnormal;
overflow: hidden;
padding: 18px;
padding-bottom: 12px;
margin-left: -50px;
background-color: white;
color: grey;
list-style-type: none;
position: fixed;
top: 0;
width: 100%;
}
.nav li:first-child {
margin-right: auto;
}
.nav li a {
display: block;
text-decoration: none;
overflow: hidden;
padding: 8px;
color: gray;
list-style-type: none;
margin-right: 32px;
}
li a:hover {
color: rgb(65, 65, 65);
}
.Ethan {
color: black;
text-decoration: none;
font-size: 64px;
font-family: georgiabold;
padding-top: 12px;
display: inline;
}
.header {
background-color: #fff2f2;
border: 40px solid #fff2f2;
color: black;
margin-left: 300px;
margin-right: 65px;
margin-top: 100px;
text-align: left;
padding-top: 64px;
padding-bottom: 64px;
padding-left: 22px;
width: 350px;
}
.hi {
font-size: 28px;
font-family: metropolisnormal;
color: black;
}
.thomas {
font-size: 30px;
font-family: metropolisbold;
color: black;
}
.smallbox {
width: 20px;
height: 20px;
color: #fce0e0;
padding: -2px, 0px, -2px;
background-color: #fce0e0;
}
.student {
font-size: 24px;
color: grey;
font-family: metropolisnormal;
}
.image {
max-width: 200px;
border-radius: 50%;
}
.imagedesc {
max-width: 200px;
margin-left: 700px;
margin-right: 200px;
margin-top: -400px;
display: block;
}
.text {
color: #706971;
size: 64;
font-family: metropolisnormal;
line-height: 24px;
}
.boxed {
border: 268px solid #e6e6e6;
margin-right: 540px;
position: absolute;
margin-top: -470px;
margin-left: -16px;
z-index: -1;
}
.description {
margin-top: 150px;
text-align: center;
align-content: center;
}
.educationheader {
margin-bottom: 180px;
justify-content: center;
text-align: center;
font-size: 50px;
margin-left: 260px;
font-family: georgiabold;
color: black;
}
.schoolimage {
max-width: 400px;
margin-top: -140px;
margin-left: 150px;
}
.schooltitle {
font-family: metropolisnormal;
color: rgb(59, 59, 59);
font-size: 20px;
}
.education {
font-family: metropolisbold;
padding: 40px 70px 25px;
margin-top: 10px;
margin-bottom: 40px;
margin: auto;
}
.educationcontent {
text-align: left;
margin-left: 600px;
margin-top: -380px;
margin-bottom: 40px;
color: grey;
max-width: 500px;
}
.educationdescription {
line-height: 18px;
font-family: metropolisskinny;
color: grey;
}
.worksection {
background-color: #fff2f2;
font-family: metropolisbold;
color: grey;
padding-top: 44px;
padding-bottom: 60px;
margin-top: 40px;
margin-bottom: 60px;
width: 100%;
}
.workheader {
font-size: 48px;
margin-bottom: 60px;
justify-content: center;
text-align: center;
font-size: 50px;
font-family: georgiabold;
color: black;
}
.skills {
font-family: metropolisskinny;
color: grey;
font-size: 14px;
text-align: left;
align-items: center;
background-color: #fff2f2;
margin-top: 64px;
margin-left: 8px;
}
.jobtitle {
font-family: metropolisnormal;
color: rgb(59, 59, 59);
font-size: 26px;
}
.jobspecifics {
color: rgb(59, 59, 59);
font-size: 16px;
margin-bottom: -8px;
font-family: metropolislightitalic;
}
.jobdescription {
line-height: 24px;
max-width: 85%;
font-family: metropolisskinny;
}
.other {
font-family: metropolisnormal;
color: rgb(65, 65, 65);
font-size: 24px;
text-align: left;
align-items: center;
display: inline-block;
width: 30%;
margin: 100px;
margin-left: 460px;
margin-right: 660px;
padding-top: 64px;
padding-bottom: 64px;
}
.box {
position: relative;
width: 250px;
margin: 0px 12px 16px 12px;
align-content: center;
padding: 25px;
text-align: center;
background: white;
font-family: quicksandlight;
color: rgb(65, 65, 65);
font-size: 16px;
display: inline-block;
vertical-align: top;
}
.white_box {
height: 300px;
width: 300px;
border: 5px solid #e6e6e6;
color: rgb(65, 65, 65);
line-height: 24px;
}
.boxheader {
font-size: 28px;
font-family: georgiabold;
color: grey;
}
.skilllist {
font-size: 15px;
line-height: 18px;
font-family: metropolisskinny;
text-align: left;
padding-top: 8px;
}
.container {
display: flex;
justify-content: center;
width: 90%;
}
.button {
font-family: metropolisskinny;
background-color: white;
padding: 8px;
text-align: center;
border-radius: 4px;
border-width: 1px;
border-color: #e6e6e6;
overflow: hidden;
list-style-type: none;
font-size: 13px;
margin: 4px;
}
.buttoncontents {
color: grey;
text-decoration: none;
border-color: grey;
}
.socialbuttons {
max-width: 300px;
}
@font-face {
font-family: quicksandlightoblique;
src: url(Quicksand_Light_Oblique.otf)
}
@font-face {
font-family: quicksandbold;
src: url(Quicksand_Bold.otf)
}
@font-face {
font-family: quicksandlight;
src: url(Quicksand_Light.otf)
}
@font-face {
font-family: metropolisnormal;
src: url(metropolis/Metropolis-Light.otf)
}
@font-face {
font-family: metropolisbold;
src: url(metropolis/Metropolis-Bold.otf)
}
@font-face {
font-family: metropolisskinny;
src: url(metropolis/Metropolis-Thin.otf)
}
@font-face {
font-family: metropolislightitalic;
src: url(metropolis/Metropolis-LightItalic.otf)
}
@font-face {
font-family: georgiabold;
src: url(georgia/georgiabold.ttf)
} | mywebsite/webpage.css | div {
box-sizing: border-box;
}
.cont {
width: 1200px;
margin: auto;
}
.biggercont {
width: 100%
}
.center {
margin: auto;
}
.nav {
display: flex;
font-size: 20px;
font-family: metropolisnormal;
overflow: hidden;
padding: 18px;
padding-bottom: 12px;
margin-left: -50px;
background-color: white;
color: grey;
list-style-type: none;
position: fixed;
top: 0;
width: 100%;
}
.nav li:first-child {
margin-right: auto;
}
.nav li a {
display: block;
text-decoration: none;
overflow: hidden;
padding: 8px;
color: gray;
list-style-type: none;
margin-right: 32px;
}
li a:hover {
color: rgb(65, 65, 65);
}
.Ethan {
color: black;
text-decoration: none;
font-size: 64px;
font-family: georgiabold;
padding-top: 12px;
display: inline;
}
.header {
background-color: #fff2f2;
border: 40px solid #fff2f2;
color: black;
margin-left: 300px;
margin-right: 65px;
margin-top: 100px;
text-align: left;
padding-top: 64px;
padding-bottom: 64px;
padding-left: 22px;
width: 350px;
}
.hi {
font-size: 28px;
font-family: metropolisnormal;
color: black;
}
.thomas {
font-size: 30px;
font-family: metropolisbold;
color: black;
}
.smallbox {
width: 20px;
height: 20px;
color: #fce0e0;
padding: -2px, 0px, -2px;
background-color: #fce0e0;
}
.student {
font-size: 24px;
color: grey;
font-family: metropolisnormal;
}
.image {
max-width: 200px;
border-radius: 50%;
}
.imagedesc {
max-width: 200px;
margin-left: 700px;
margin-right: 200px;
margin-top: -400px;
display: block;
}
.text {
color: #706971;
size: 64;
font-family: metropolisnormal;
line-height: 24px;
}
.boxed {
border: 268px solid #e6e6e6;
margin-right: 540px;
position: absolute;
margin-top: -470px;
margin-left: -16px;
z-index: -1;
}
.description {
margin-top: 150px;
text-align: center;
align-content: center;
}
.educationheader {
margin-bottom: 180px;
justify-content: center;
text-align: center;
font-size: 50px;
margin-left: 260px;
font-family: georgiabold;
color: black;
}
.schoolimage {
max-width: 400px;
margin-top: -140px;
margin-left: 150px;
}
.schooltitle {
font-family: metropolisnormal;
color: rgb(59, 59, 59);
font-size: 20px;
}
.education {
font-family: metropolisbold;
padding: 40px 70px 25px;
margin-top: 10px;
margin-bottom: 40px;
margin: auto;
}
.educationcontent {
text-align: left;
margin-left: 600px;
margin-top: -380px;
margin-bottom: 40px;
color: grey;
max-width: 500px;
}
.educationdescription {
line-height: 18px;
font-family: metropolisskinny;
color: grey;
}
.worksection {
background-color: #fff2f2;
font-family: metropolisbold;
color: grey;
padding-top: 44px;
padding-bottom: 60px;
margin-top: 40px;
margin-bottom: 60px;
width: 100%;
}
.workheader {
font-size: 48px;
margin-bottom: 60px;
justify-content: center;
text-align: center;
font-size: 50px;
font-family: georgiabold;
color: black;
}
.skills {
font-family: metropolisskinny;
color: grey;
font-size: 14px;
text-align: left;
align-items: center;
background-color: #fff2f2;
margin-top: 64px;
margin-left: 8px;
}
.jobtitle {
font-family: metropolisnormal;
color: rgb(59, 59, 59);
font-size: 26px;
}
.jobspecifics {
color: rgb(59, 59, 59);
font-size: 16px;
margin-bottom: -8px;
font-family: metropolislightitalic;
}
.jobdescription {
line-height: 24px;
max-width: 85%;
font-family: metropolisskinny;
}
.other {
font-family: metropolisnormal;
color: rgb(65, 65, 65);
font-size: 24px;
text-align: left;
align-items: center;
display: inline-block;
width: 30%;
margin: 100px;
margin-left: 460px;
margin-right: 660px;
padding-top: 64px;
padding-bottom: 64px;
}
.box {
position: relative;
width: 250px;
margin: 0px 12px 16px 12px;
align-content: center;
padding: 25px;
text-align: center;
background: white;
font-family: quicksandlight;
color: rgb(65, 65, 65);
font-size: 16px;
display: inline-block;
vertical-align: top;
}
.white_box {
height: 300px;
width: 300px;
border: 5px solid #e6e6e6;
color: rgb(65, 65, 65);
line-height: 24px;
}
.boxheader {
font-size: 28px;
font-family: georgiabold;
color: grey;
}
.skilllist {
font-size: 15px;
line-height: 18px;
font-family: metropolisskinny;
text-align: left;
padding-top: 8px;
}
.container {
display: flex;
justify-content: center;
width: 90%;
}
.button {
font-family: metropolisskinny;
background-color: white;
padding: 8px;
text-align: center;
border-radius: 4px;
border-width: 1px;
border-color: #e6e6e6;
overflow: hidden;
list-style-type: none;
font-size: 13px;
margin: 4px;
}
.buttoncontents {
color: grey;
text-decoration: none;
border-color: grey;
}
.socialbuttons {
max-width: 300px;
}
@font-face {
font-family: quicksandlightoblique;
src: url(Quicksand_Light_Oblique.otf)
}
@font-face {
font-family: quicksandbold;
src: url(Quicksand_Bold.otf)
}
@font-face {
font-family: quicksandlight;
src: url(Quicksand_Light.otf)
}
@font-face {
font-family: metropolisnormal;
src: url(metropolis/Metropolis-Light.otf)
}
@font-face {
font-family: metropolisbold;
src: url(metropolis/Metropolis-Bold.otf)
}
@font-face {
font-family: metropolisskinny;
src: url(metropolis/Metropolis-Thin.otf)
}
@font-face {
font-family: metropolislightitalic;
src: url(metropolis/Metropolis-LightItalic.otf)
}
@font-face {
font-family: georgiabold;
src: url(georgia/georgiabold.ttf)
} | 0.604632 | 0.113383 |
.d-table {
width: 100%;
height: 100%;
}
.d-table-cell {
vertical-align: middle;
}
/*================================================
Navbar CSS
=================================================*/
.navbar-area {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: auto;
z-index: 99;
padding-top: 30px;
}
.navbar-menu {
text-align: right;
}
.navbar-menu .logo {
text-align: left;
}
.navbar-menu .logo a {
display: inline-block;
}
.navbar-menu .burger-menu {
width: 35px;
height: auto;
background-color: transparent;
margin-left: auto;
cursor: pointer;
}
.navbar-menu .burger-menu span {
display: block;
width: 35px;
height: 3px;
background: #ffffff;
-webkit-transition: 0.5s;
transition: 0.5s;
border-radius: 30px;
margin-left: auto;
margin-bottom: 4px;
}
.navbar-menu .burger-menu span:nth-child(3) {
margin-bottom: 0;
width: 28px;
margin-left: auto;
}
.navbar-menu .burger-menu:hover span:nth-child(3) {
width: 35px;
}
/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
position: relative;
z-index: 1;
height: 100vh;
overflow: hidden;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.coming-soon-area::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
background: #000000;
opacity: .60;
}
.coming-soon-content {
margin-top: 15px;
}
.coming-soon-content h5 {
display: block;
color: #fff;
margin-bottom: 5px;
line-height: initial;
font-size: 25px;
font-weight: 600;
}
.coming-soon-content h1 {
margin-bottom: 20px;
color: #ffffff;
font-size: 90px;
font-weight: 700;
}
.coming-soon-content p {
color: #d2d2d2;
max-width: 600px;
line-height: 1.7;
margin-bottom: 0;
}
.coming-soon-content #timer {
margin-top: 25px;
margin-bottom: 35px;
}
.coming-soon-content #timer div {
display: inline-block;
color: #fff;
margin-right: 40px;
font-size: 55px;
font-weight: 700;
}
.coming-soon-content #timer div span {
color: #ffffff;
display: inline-block;
margin-left: 5px;
text-transform: uppercase;
font-size: 16px;
font-weight: normal;
}
.coming-soon-content #timer div:last-child {
margin-right: 0;
}
.coming-soon-content .notify-btn {
padding: 0;
background-color: transparent;
outline: 0;
border: none;
display: inline-block;
font-size: 17px;
color: #ffffff;
position: relative;
}
.coming-soon-content .notify-btn::before {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background-color: #ffffff;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.coming-soon-content .notify-btn:hover {
color: #ffffff;
}
.coming-soon-content .notify-btn:hover::before {
width: 0;
}
.lines {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
margin: auto;
width: 100vw;
z-index: -1;
}
.lines .line {
position: absolute;
width: 1px;
height: 100%;
top: 0;
left: 50%;
background: rgba(255, 255, 255, 0.06);
overflow: hidden;
}
.lines .line::after {
content: "";
display: block;
position: absolute;
height: 15vh;
width: 100%;
top: -50%;
left: 0;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #ff5b5b), to(#ff5b5b));
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ff5b5b 75%, #ff5b5b 100%);
-webkit-animation: run 7s 0s infinite;
animation: run 7s 0s infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.lines .line:nth-child(1) {
margin-left: -45%;
}
.lines .line:nth-child(1)::after {
-webkit-animation-delay: .5s;
animation-delay: .5s;
}
.lines .line:nth-child(3) {
margin-left: 45%;
}
.lines .line:nth-child(3)::after {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.lines .line:nth-child(4) {
margin-left: 40%;
}
.lines .line:nth-child(4)::after {
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
}
.lines .line:nth-child(5) {
margin-left: -40%;
}
.lines .line:nth-child(5)::after {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
.lines .line:nth-child(6) {
margin-left: 35%;
}
.lines .line:nth-child(6)::after {
-webkit-animation-delay: 2.5s;
animation-delay: 2.5s;
}
.lines .line:nth-child(7) {
margin-left: -35%;
}
.lines .line:nth-child(7)::after {
-webkit-animation-delay: 3s;
animation-delay: 3s;
}
.lines .line:nth-child(8) {
margin-left: 30%;
}
.lines .line:nth-child(8)::after {
-webkit-animation-delay: 3.5s;
animation-delay: 3.5s;
}
.lines .line:nth-child(9) {
margin-left: -30%;
}
.lines .line:nth-child(9)::after {
-webkit-animation-delay: 4s;
animation-delay: 4s;
}
.lines .line:nth-child(10) {
margin-left: 25%;
}
.lines .line:nth-child(10)::after {
-webkit-animation-delay: 4.5s;
animation-delay: 4.5s;
}
.lines .line:nth-child(11) {
margin-left: -25%;
}
.lines .line:nth-child(11)::after {
-webkit-animation-delay: 5s;
animation-delay: 5s;
}
.lines .line:nth-child(12) {
margin-left: 20%;
}
.lines .line:nth-child(12)::after {
-webkit-animation-delay: 5.5s;
animation-delay: 5.5s;
}
.lines .line:nth-child(13) {
margin-left: -20%;
}
.lines .line:nth-child(13)::after {
-webkit-animation-delay: 6s;
animation-delay: 6s;
}
.lines .line:nth-child(14) {
margin-left: 15%;
}
.lines .line:nth-child(14)::after {
-webkit-animation-delay: 6.5s;
animation-delay: 6.5s;
}
.lines .line:nth-child(15) {
margin-left: -15%;
}
.lines .line:nth-child(15)::after {
-webkit-animation-delay: 7s;
animation-delay: 7s;
}
.lines .line:nth-child(16) {
margin-left: 10%;
}
.lines .line:nth-child(16)::after {
-webkit-animation-delay: 7.5s;
animation-delay: 7.5s;
}
.lines .line:nth-child(17) {
margin-left: -10%;
}
.lines .line:nth-child(17)::after {
-webkit-animation-delay: 8s;
animation-delay: 8s;
}
.lines .line:nth-child(18) {
margin-left: 5%;
}
.lines .line:nth-child(18)::after {
-webkit-animation-delay: 8.5s;
animation-delay: 8.5s;
}
.lines .line:nth-child(19) {
margin-left: -5%;
}
.lines .line:nth-child(19)::after {
-webkit-animation-delay: 9s;
animation-delay: 9s;
}
@-webkit-keyframes run {
0% {
top: -50%;
}
100% {
top: 110%;
}
}
@keyframes run {
0% {
top: -50%;
}
100% {
top: 110%;
}
}
/*================================================
Sidebar Modal CSS
=================================================*/
.sidebar-modal {
position: fixed;
right: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
z-index: 99999;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.5s;
transition: 0.5s;
overflow: hidden;
}
.sidebar-modal .sidebar-modal-inner {
position: absolute;
right: -100%;
top: 0;
width: 40%;
overflow-y: scroll;
height: 100%;
background-color: #ffffff;
-webkit-transition: .7s;
transition: .7s;
z-index: 1;
padding-top: 60px;
padding-bottom: 60px;
padding-left: 60px;
padding-right: 60px;
}
.sidebar-modal .sidebar-modal-inner .close-btn {
display: inline-block;
position: absolute;
right: 35px;
top: 20px;
font-size: 25px;
-webkit-transition: 0.5s;
transition: 0.5s;
color: #000000;
opacity: .66;
cursor: pointer;
}
.sidebar-modal .sidebar-modal-inner .close-btn:hover {
opacity: 1;
}
.sidebar-modal .about-area {
margin-bottom: 40px;
}
.sidebar-modal .about-area .title h2 {
margin-bottom: 0;
font-size: 28px;
}
.sidebar-modal .about-area .title p {
font-size: 14px;
margin-top: 12px;
line-height: 1.7;
color: #333333;
}
.sidebar-modal .contact-area .title {
margin-bottom: 25px;
}
.sidebar-modal .contact-area .title h2 {
margin-bottom: 0;
font-size: 28px;
font-weight: 700;
}
.sidebar-modal .contact-area .contact-form {
max-width: 500px;
}
.sidebar-modal .contact-area .contact-form form .form-control {
height: 45px;
border: none;
-webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.15);
box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.15);
background-color: #ffffff;
font-size: 13.5px;
padding-left: 15px;
color: #000000;
}
.sidebar-modal .contact-area .contact-form form textarea.form-control {
height: auto;
padding-top: 10px;
}
.sidebar-modal .contact-area .contact-form form button {
margin-top: 10px;
border: none;
background-color: #000000;
outline: 0;
color: #ffffff;
-webkit-transition: 0.5s;
transition: 0.5s;
border-radius: 30px;
-webkit-box-shadow: 0 5px 28.5px 1.5px rgba(0, 0, 0, 0.3);
box-shadow: 0 5px 28.5px 1.5px rgba(0, 0, 0, 0.3);
font-size: 16px;
font-weight: 600;
padding-left: 30px;
padding-right: 30px;
padding-top: 10px;
padding-bottom: 11px;
}
.sidebar-modal .contact-area .contact-form form button:hover {
color: #ffffff;
background-color: #ff5b5b;
}
.sidebar-modal .contact-area .contact-form form .help-block ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.sidebar-modal .contact-area .contact-form form .help-block.with-errors ul {
color: red;
margin-top: 7px;
font-size: 14px;
}
.sidebar-modal .contact-area .contact-form form #msgSubmit {
margin-bottom: 0;
font-size: 20px;
}
.sidebar-modal .contact-area .contact-form form #msgSubmit.text-danger {
margin-top: 8px;
}
.sidebar-modal .contact-area .contact-form form #msgSubmit.text-success {
margin-top: 8px;
}
.sidebar-modal .contact-area .contact-info-side {
text-align: center;
margin-top: 50px;
}
.sidebar-modal .contact-area .contact-info-side .contact-info-content h3 {
margin-bottom: 15px;
font-size: 20px;
font-weight: 700;
}
.sidebar-modal .contact-area .contact-info-side .contact-info-content h2 {
margin-bottom: 0;
font-size: 28px;
font-weight: 700;
}
.sidebar-modal .contact-area .contact-info-side .contact-info-content h2 a {
display: inline-block;
color: #ff5b5b;
}
.sidebar-modal .contact-area .contact-info-side .contact-info-content h2 a:hover {
color: #000000;
}
.sidebar-modal .contact-area .contact-info-side .contact-info-content h2 a:not(:first-child) {
color: #000000;
}
.sidebar-modal .contact-area .contact-info-side .contact-info-content h2 a:not(:first-child):hover {
color: #ff5b5b;
}
.sidebar-modal .contact-area .contact-info-side .contact-info-content h2 span {
display: block;
color: #57647c;
margin-top: 8px;
margin-bottom: 2px;
font-size: 14px;
font-weight: 500;
}
.sidebar-modal .contact-area .contact-info-side .contact-info-content .social {
padding-left: 0;
list-style-type: none;
margin-bottom: 0;
margin-top: 20px;
}
.sidebar-modal .contact-area .contact-info-side .contact-info-content .social li {
display: inline-block;
margin: 0 1px;
}
.sidebar-modal .contact-area .contact-info-side .contact-info-content .social li a {
width: 35px;
height: 35px;
line-height: 34px;
border: 1px solid #dadada;
border-radius: 50%;
color: #aba5a5;
display: block;
}
.sidebar-modal .contact-area .contact-info-side .contact-info-content .social li a i {
font-size: 14px;
}
.sidebar-modal .contact-area .contact-info-side .contact-info-content .social li a:hover {
color: #ffffff;
border-color: #ff5b5b;
background-color: #ff5b5b;
}
.sidebar-modal.active {
opacity: 1;
visibility: visible;
}
.sidebar-modal.active .sidebar-modal-inner {
right: 0;
}
/*================================================
Subscribe Modal CSS
=================================================*/
.subscribe-modal {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
z-index: 99999;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.subscribe-modal .subscribe-modal-inner {
position: absolute;
left: 0;
right: 0;
text-align: center;
top: 50%;
width: auto;
height: auto;
max-width: 800px;
background-color: #ffffff;
border-radius: 5px;
-webkit-transform: scale(0.7) translateY(-50%);
transform: scale(0.7) translateY(-50%);
-webkit-transition: 0.5s;
transition: 0.5s;
padding-top: 70px;
padding-bottom: 70px;
margin-left: auto;
margin-right: auto;
}
.subscribe-modal .subscribe-modal-inner .newsletter-header {
z-index: 1;
position: relative;
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons {
position: absolute;
top: 50%;
left: 0;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 50px;
height: 50px;
z-index: -1;
margin-left: auto;
margin-right: auto;
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon {
color: #e2e2e4;
position: absolute;
-webkit-transition: all 1s ease 0.0s;
transition: all 1s ease 0.0s;
opacity: 0;
visibility: hidden;
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(1) {
font-size: 1.5rem;
left: 0;
top: 0;
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(2) {
font-size: 1.5rem;
left: 0;
top: 0;
-webkit-transform: rotate(-20deg);
transform: rotate(-20deg);
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(3) {
font-size: 1.2em;
left: 0;
top: 0;
-webkit-transform: rotate(-4deg);
transform: rotate(-4deg);
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 10s;
animation-duration: 10s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(4) {
font-size: 2em;
left: 0;
top: 0;
-webkit-transform: rotate(-20deg);
transform: rotate(-20deg);
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(5) {
font-size: 2em;
left: 0;
top: 0;
-webkit-transform: rotate(-7deg);
transform: rotate(-7deg);
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(6) {
font-size: 1.5em;
left: 0;
top: 0;
-webkit-transform: rotate(22deg);
transform: rotate(22deg);
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(7) {
font-size: 1.5rem;
right: 0;
top: 0;
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(8) {
font-size: 1.5rem;
right: 0;
top: 0;
-webkit-transform: rotate(-20deg);
transform: rotate(-20deg);
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(9) {
font-size: 1.2em;
right: 0;
top: 0;
-webkit-transform: rotate(-4deg);
transform: rotate(-4deg);
-webkit-animation: movescale 3s linear infinite;
animation: movescale 3s linear infinite;
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(10) {
font-size: 2em;
right: 0;
top: 0;
-webkit-transform: rotate(-20deg);
transform: rotate(-20deg);
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(11) {
font-size: 2em;
right: 0;
top: 0;
-webkit-transform: rotate(-7deg);
transform: rotate(-7deg);
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(12) {
font-size: 1.5em;
right: 0;
top: 0;
-webkit-transform: rotate(22deg);
transform: rotate(22deg);
}
.subscribe-modal .subscribe-modal-inner h2 {
margin-bottom: 0;
margin-top: 30px;
font-size: 30px;
font-weight: 600;
}
.subscribe-modal .subscribe-modal-inner p {
color: #555555;
font-size: 14px;
max-width: 520px;
line-height: 1.7;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
margin-top: 13px;
}
.subscribe-modal .subscribe-modal-inner form {
position: relative;
max-width: 500px;
-webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
border-radius: 30px;
margin-left: auto;
margin-right: auto;
margin-top: 35px;
}
.subscribe-modal .subscribe-modal-inner form .input-newsletter {
display: inline-block;
width: 100%;
background-color: #ffffff;
border: none;
outline: 0;
-webkit-transition: 0.5s;
transition: 0.5s;
border-radius: 30px;
height: 50px;
font-size: 13.5px;
padding-left: 20px;
}
.subscribe-modal .subscribe-modal-inner form button {
position: absolute;
right: 0;
top: 0;
height: 50px;
border-radius: 0 30px 30px 0;
border: none;
background-color: #000000;
outline: 0;
color: #ffffff;
-webkit-transition: 0.5s;
transition: 0.5s;
font-size: 16px;
font-weight: 600;
padding-left: 15px;
padding-right: 15px;
}
.subscribe-modal .subscribe-modal-inner form button:hover {
color: #ffffff;
background-color: #ff5b5b;
}
.subscribe-modal .subscribe-modal-inner form #validator-newsletter {
position: absolute;
left: 0;
right: 0;
bottom: -35px;
text-align: center;
font-size: 14px;
margin-left: auto;
margin-right: auto;
}
.subscribe-modal .subscribe-modal-inner form .validation-danger {
color: red;
}
.subscribe-modal .subscribe-modal-inner .close-btn {
z-index: 2;
position: absolute;
display: inline-block;
right: -30px;
top: -34px;
font-size: 25px;
-webkit-transition: 0.5s;
transition: 0.5s;
color: #ffffff;
opacity: .66;
cursor: pointer;
}
.subscribe-modal .subscribe-modal-inner .close-btn:hover {
opacity: 1;
}
.subscribe-modal.active {
opacity: 1;
visibility: visible;
}
.subscribe-modal.active .subscribe-modal-inner {
-webkit-transform: scale(1) translateY(-50%);
transform: scale(1) translateY(-50%);
}
.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon {
opacity: 1;
visibility: visible;
}
.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(1) {
left: -120px;
top: -40px;
}
.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(2) {
left: -110px;
top: 50px;
}
.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(3) {
left: -132px;
top: 14px;
}
.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(4) {
left: -190px;
top: -15px;
}
.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(5) {
left: -177px;
top: 42px;
}
.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(6) {
left: -90px;
top: 8px;
}
.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(7) {
right: -120px;
top: -40px;
}
.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(8) {
right: -110px;
top: 50px;
}
.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(9) {
right: -132px;
top: 14px;
}
.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(10) {
right: -190px;
top: -15px;
}
.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(11) {
right: -177px;
top: 42px;
}
.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(12) {
right: -90px;
top: 8px;
}
@-webkit-keyframes rotateme {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotateme {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes movescale {
0% {
-webkit-transform: scale(0.6);
transform: scale(0.6);
}
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(0.6);
transform: scale(0.6);
}
}
@keyframes movescale {
0% {
-webkit-transform: scale(0.6);
transform: scale(0.6);
}
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(0.6);
transform: scale(0.6);
}
}
/*# sourceMappingURL=style.css.map */ | public/css/coming.css | .d-table {
width: 100%;
height: 100%;
}
.d-table-cell {
vertical-align: middle;
}
/*================================================
Navbar CSS
=================================================*/
.navbar-area {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: auto;
z-index: 99;
padding-top: 30px;
}
.navbar-menu {
text-align: right;
}
.navbar-menu .logo {
text-align: left;
}
.navbar-menu .logo a {
display: inline-block;
}
.navbar-menu .burger-menu {
width: 35px;
height: auto;
background-color: transparent;
margin-left: auto;
cursor: pointer;
}
.navbar-menu .burger-menu span {
display: block;
width: 35px;
height: 3px;
background: #ffffff;
-webkit-transition: 0.5s;
transition: 0.5s;
border-radius: 30px;
margin-left: auto;
margin-bottom: 4px;
}
.navbar-menu .burger-menu span:nth-child(3) {
margin-bottom: 0;
width: 28px;
margin-left: auto;
}
.navbar-menu .burger-menu:hover span:nth-child(3) {
width: 35px;
}
/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
position: relative;
z-index: 1;
height: 100vh;
overflow: hidden;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.coming-soon-area::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
background: #000000;
opacity: .60;
}
.coming-soon-content {
margin-top: 15px;
}
.coming-soon-content h5 {
display: block;
color: #fff;
margin-bottom: 5px;
line-height: initial;
font-size: 25px;
font-weight: 600;
}
.coming-soon-content h1 {
margin-bottom: 20px;
color: #ffffff;
font-size: 90px;
font-weight: 700;
}
.coming-soon-content p {
color: #d2d2d2;
max-width: 600px;
line-height: 1.7;
margin-bottom: 0;
}
.coming-soon-content #timer {
margin-top: 25px;
margin-bottom: 35px;
}
.coming-soon-content #timer div {
display: inline-block;
color: #fff;
margin-right: 40px;
font-size: 55px;
font-weight: 700;
}
.coming-soon-content #timer div span {
color: #ffffff;
display: inline-block;
margin-left: 5px;
text-transform: uppercase;
font-size: 16px;
font-weight: normal;
}
.coming-soon-content #timer div:last-child {
margin-right: 0;
}
.coming-soon-content .notify-btn {
padding: 0;
background-color: transparent;
outline: 0;
border: none;
display: inline-block;
font-size: 17px;
color: #ffffff;
position: relative;
}
.coming-soon-content .notify-btn::before {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background-color: #ffffff;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.coming-soon-content .notify-btn:hover {
color: #ffffff;
}
.coming-soon-content .notify-btn:hover::before {
width: 0;
}
.lines {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
margin: auto;
width: 100vw;
z-index: -1;
}
.lines .line {
position: absolute;
width: 1px;
height: 100%;
top: 0;
left: 50%;
background: rgba(255, 255, 255, 0.06);
overflow: hidden;
}
.lines .line::after {
content: "";
display: block;
position: absolute;
height: 15vh;
width: 100%;
top: -50%;
left: 0;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #ff5b5b), to(#ff5b5b));
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ff5b5b 75%, #ff5b5b 100%);
-webkit-animation: run 7s 0s infinite;
animation: run 7s 0s infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.lines .line:nth-child(1) {
margin-left: -45%;
}
.lines .line:nth-child(1)::after {
-webkit-animation-delay: .5s;
animation-delay: .5s;
}
.lines .line:nth-child(3) {
margin-left: 45%;
}
.lines .line:nth-child(3)::after {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.lines .line:nth-child(4) {
margin-left: 40%;
}
.lines .line:nth-child(4)::after {
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
}
.lines .line:nth-child(5) {
margin-left: -40%;
}
.lines .line:nth-child(5)::after {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
.lines .line:nth-child(6) {
margin-left: 35%;
}
.lines .line:nth-child(6)::after {
-webkit-animation-delay: 2.5s;
animation-delay: 2.5s;
}
.lines .line:nth-child(7) {
margin-left: -35%;
}
.lines .line:nth-child(7)::after {
-webkit-animation-delay: 3s;
animation-delay: 3s;
}
.lines .line:nth-child(8) {
margin-left: 30%;
}
.lines .line:nth-child(8)::after {
-webkit-animation-delay: 3.5s;
animation-delay: 3.5s;
}
.lines .line:nth-child(9) {
margin-left: -30%;
}
.lines .line:nth-child(9)::after {
-webkit-animation-delay: 4s;
animation-delay: 4s;
}
.lines .line:nth-child(10) {
margin-left: 25%;
}
.lines .line:nth-child(10)::after {
-webkit-animation-delay: 4.5s;
animation-delay: 4.5s;
}
.lines .line:nth-child(11) {
margin-left: -25%;
}
.lines .line:nth-child(11)::after {
-webkit-animation-delay: 5s;
animation-delay: 5s;
}
.lines .line:nth-child(12) {
margin-left: 20%;
}
.lines .line:nth-child(12)::after {
-webkit-animation-delay: 5.5s;
animation-delay: 5.5s;
}
.lines .line:nth-child(13) {
margin-left: -20%;
}
.lines .line:nth-child(13)::after {
-webkit-animation-delay: 6s;
animation-delay: 6s;
}
.lines .line:nth-child(14) {
margin-left: 15%;
}
.lines .line:nth-child(14)::after {
-webkit-animation-delay: 6.5s;
animation-delay: 6.5s;
}
.lines .line:nth-child(15) {
margin-left: -15%;
}
.lines .line:nth-child(15)::after {
-webkit-animation-delay: 7s;
animation-delay: 7s;
}
.lines .line:nth-child(16) {
margin-left: 10%;
}
.lines .line:nth-child(16)::after {
-webkit-animation-delay: 7.5s;
animation-delay: 7.5s;
}
.lines .line:nth-child(17) {
margin-left: -10%;
}
.lines .line:nth-child(17)::after {
-webkit-animation-delay: 8s;
animation-delay: 8s;
}
.lines .line:nth-child(18) {
margin-left: 5%;
}
.lines .line:nth-child(18)::after {
-webkit-animation-delay: 8.5s;
animation-delay: 8.5s;
}
.lines .line:nth-child(19) {
margin-left: -5%;
}
.lines .line:nth-child(19)::after {
-webkit-animation-delay: 9s;
animation-delay: 9s;
}
@-webkit-keyframes run {
0% {
top: -50%;
}
100% {
top: 110%;
}
}
@keyframes run {
0% {
top: -50%;
}
100% {
top: 110%;
}
}
/*================================================
Sidebar Modal CSS
=================================================*/
.sidebar-modal {
position: fixed;
right: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
z-index: 99999;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.5s;
transition: 0.5s;
overflow: hidden;
}
.sidebar-modal .sidebar-modal-inner {
position: absolute;
right: -100%;
top: 0;
width: 40%;
overflow-y: scroll;
height: 100%;
background-color: #ffffff;
-webkit-transition: .7s;
transition: .7s;
z-index: 1;
padding-top: 60px;
padding-bottom: 60px;
padding-left: 60px;
padding-right: 60px;
}
.sidebar-modal .sidebar-modal-inner .close-btn {
display: inline-block;
position: absolute;
right: 35px;
top: 20px;
font-size: 25px;
-webkit-transition: 0.5s;
transition: 0.5s;
color: #000000;
opacity: .66;
cursor: pointer;
}
.sidebar-modal .sidebar-modal-inner .close-btn:hover {
opacity: 1;
}
.sidebar-modal .about-area {
margin-bottom: 40px;
}
.sidebar-modal .about-area .title h2 {
margin-bottom: 0;
font-size: 28px;
}
.sidebar-modal .about-area .title p {
font-size: 14px;
margin-top: 12px;
line-height: 1.7;
color: #333333;
}
.sidebar-modal .contact-area .title {
margin-bottom: 25px;
}
.sidebar-modal .contact-area .title h2 {
margin-bottom: 0;
font-size: 28px;
font-weight: 700;
}
.sidebar-modal .contact-area .contact-form {
max-width: 500px;
}
.sidebar-modal .contact-area .contact-form form .form-control {
height: 45px;
border: none;
-webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.15);
box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.15);
background-color: #ffffff;
font-size: 13.5px;
padding-left: 15px;
color: #000000;
}
.sidebar-modal .contact-area .contact-form form textarea.form-control {
height: auto;
padding-top: 10px;
}
.sidebar-modal .contact-area .contact-form form button {
margin-top: 10px;
border: none;
background-color: #000000;
outline: 0;
color: #ffffff;
-webkit-transition: 0.5s;
transition: 0.5s;
border-radius: 30px;
-webkit-box-shadow: 0 5px 28.5px 1.5px rgba(0, 0, 0, 0.3);
box-shadow: 0 5px 28.5px 1.5px rgba(0, 0, 0, 0.3);
font-size: 16px;
font-weight: 600;
padding-left: 30px;
padding-right: 30px;
padding-top: 10px;
padding-bottom: 11px;
}
.sidebar-modal .contact-area .contact-form form button:hover {
color: #ffffff;
background-color: #ff5b5b;
}
.sidebar-modal .contact-area .contact-form form .help-block ul {
padding-left: 0;
margin-bottom: 0;
list-style-type: none;
}
.sidebar-modal .contact-area .contact-form form .help-block.with-errors ul {
color: red;
margin-top: 7px;
font-size: 14px;
}
.sidebar-modal .contact-area .contact-form form #msgSubmit {
margin-bottom: 0;
font-size: 20px;
}
.sidebar-modal .contact-area .contact-form form #msgSubmit.text-danger {
margin-top: 8px;
}
.sidebar-modal .contact-area .contact-form form #msgSubmit.text-success {
margin-top: 8px;
}
.sidebar-modal .contact-area .contact-info-side {
text-align: center;
margin-top: 50px;
}
.sidebar-modal .contact-area .contact-info-side .contact-info-content h3 {
margin-bottom: 15px;
font-size: 20px;
font-weight: 700;
}
.sidebar-modal .contact-area .contact-info-side .contact-info-content h2 {
margin-bottom: 0;
font-size: 28px;
font-weight: 700;
}
.sidebar-modal .contact-area .contact-info-side .contact-info-content h2 a {
display: inline-block;
color: #ff5b5b;
}
.sidebar-modal .contact-area .contact-info-side .contact-info-content h2 a:hover {
color: #000000;
}
.sidebar-modal .contact-area .contact-info-side .contact-info-content h2 a:not(:first-child) {
color: #000000;
}
.sidebar-modal .contact-area .contact-info-side .contact-info-content h2 a:not(:first-child):hover {
color: #ff5b5b;
}
.sidebar-modal .contact-area .contact-info-side .contact-info-content h2 span {
display: block;
color: #57647c;
margin-top: 8px;
margin-bottom: 2px;
font-size: 14px;
font-weight: 500;
}
.sidebar-modal .contact-area .contact-info-side .contact-info-content .social {
padding-left: 0;
list-style-type: none;
margin-bottom: 0;
margin-top: 20px;
}
.sidebar-modal .contact-area .contact-info-side .contact-info-content .social li {
display: inline-block;
margin: 0 1px;
}
.sidebar-modal .contact-area .contact-info-side .contact-info-content .social li a {
width: 35px;
height: 35px;
line-height: 34px;
border: 1px solid #dadada;
border-radius: 50%;
color: #aba5a5;
display: block;
}
.sidebar-modal .contact-area .contact-info-side .contact-info-content .social li a i {
font-size: 14px;
}
.sidebar-modal .contact-area .contact-info-side .contact-info-content .social li a:hover {
color: #ffffff;
border-color: #ff5b5b;
background-color: #ff5b5b;
}
.sidebar-modal.active {
opacity: 1;
visibility: visible;
}
.sidebar-modal.active .sidebar-modal-inner {
right: 0;
}
/*================================================
Subscribe Modal CSS
=================================================*/
.subscribe-modal {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
z-index: 99999;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.5s;
transition: 0.5s;
}
.subscribe-modal .subscribe-modal-inner {
position: absolute;
left: 0;
right: 0;
text-align: center;
top: 50%;
width: auto;
height: auto;
max-width: 800px;
background-color: #ffffff;
border-radius: 5px;
-webkit-transform: scale(0.7) translateY(-50%);
transform: scale(0.7) translateY(-50%);
-webkit-transition: 0.5s;
transition: 0.5s;
padding-top: 70px;
padding-bottom: 70px;
margin-left: auto;
margin-right: auto;
}
.subscribe-modal .subscribe-modal-inner .newsletter-header {
z-index: 1;
position: relative;
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons {
position: absolute;
top: 50%;
left: 0;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 50px;
height: 50px;
z-index: -1;
margin-left: auto;
margin-right: auto;
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon {
color: #e2e2e4;
position: absolute;
-webkit-transition: all 1s ease 0.0s;
transition: all 1s ease 0.0s;
opacity: 0;
visibility: hidden;
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(1) {
font-size: 1.5rem;
left: 0;
top: 0;
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(2) {
font-size: 1.5rem;
left: 0;
top: 0;
-webkit-transform: rotate(-20deg);
transform: rotate(-20deg);
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(3) {
font-size: 1.2em;
left: 0;
top: 0;
-webkit-transform: rotate(-4deg);
transform: rotate(-4deg);
-webkit-animation-name: rotateme;
animation-name: rotateme;
-webkit-animation-duration: 10s;
animation-duration: 10s;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(4) {
font-size: 2em;
left: 0;
top: 0;
-webkit-transform: rotate(-20deg);
transform: rotate(-20deg);
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(5) {
font-size: 2em;
left: 0;
top: 0;
-webkit-transform: rotate(-7deg);
transform: rotate(-7deg);
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(6) {
font-size: 1.5em;
left: 0;
top: 0;
-webkit-transform: rotate(22deg);
transform: rotate(22deg);
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(7) {
font-size: 1.5rem;
right: 0;
top: 0;
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(8) {
font-size: 1.5rem;
right: 0;
top: 0;
-webkit-transform: rotate(-20deg);
transform: rotate(-20deg);
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(9) {
font-size: 1.2em;
right: 0;
top: 0;
-webkit-transform: rotate(-4deg);
transform: rotate(-4deg);
-webkit-animation: movescale 3s linear infinite;
animation: movescale 3s linear infinite;
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(10) {
font-size: 2em;
right: 0;
top: 0;
-webkit-transform: rotate(-20deg);
transform: rotate(-20deg);
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(11) {
font-size: 2em;
right: 0;
top: 0;
-webkit-transform: rotate(-7deg);
transform: rotate(-7deg);
}
.subscribe-modal .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(12) {
font-size: 1.5em;
right: 0;
top: 0;
-webkit-transform: rotate(22deg);
transform: rotate(22deg);
}
.subscribe-modal .subscribe-modal-inner h2 {
margin-bottom: 0;
margin-top: 30px;
font-size: 30px;
font-weight: 600;
}
.subscribe-modal .subscribe-modal-inner p {
color: #555555;
font-size: 14px;
max-width: 520px;
line-height: 1.7;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
margin-top: 13px;
}
.subscribe-modal .subscribe-modal-inner form {
position: relative;
max-width: 500px;
-webkit-box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
border-radius: 30px;
margin-left: auto;
margin-right: auto;
margin-top: 35px;
}
.subscribe-modal .subscribe-modal-inner form .input-newsletter {
display: inline-block;
width: 100%;
background-color: #ffffff;
border: none;
outline: 0;
-webkit-transition: 0.5s;
transition: 0.5s;
border-radius: 30px;
height: 50px;
font-size: 13.5px;
padding-left: 20px;
}
.subscribe-modal .subscribe-modal-inner form button {
position: absolute;
right: 0;
top: 0;
height: 50px;
border-radius: 0 30px 30px 0;
border: none;
background-color: #000000;
outline: 0;
color: #ffffff;
-webkit-transition: 0.5s;
transition: 0.5s;
font-size: 16px;
font-weight: 600;
padding-left: 15px;
padding-right: 15px;
}
.subscribe-modal .subscribe-modal-inner form button:hover {
color: #ffffff;
background-color: #ff5b5b;
}
.subscribe-modal .subscribe-modal-inner form #validator-newsletter {
position: absolute;
left: 0;
right: 0;
bottom: -35px;
text-align: center;
font-size: 14px;
margin-left: auto;
margin-right: auto;
}
.subscribe-modal .subscribe-modal-inner form .validation-danger {
color: red;
}
.subscribe-modal .subscribe-modal-inner .close-btn {
z-index: 2;
position: absolute;
display: inline-block;
right: -30px;
top: -34px;
font-size: 25px;
-webkit-transition: 0.5s;
transition: 0.5s;
color: #ffffff;
opacity: .66;
cursor: pointer;
}
.subscribe-modal .subscribe-modal-inner .close-btn:hover {
opacity: 1;
}
.subscribe-modal.active {
opacity: 1;
visibility: visible;
}
.subscribe-modal.active .subscribe-modal-inner {
-webkit-transform: scale(1) translateY(-50%);
transform: scale(1) translateY(-50%);
}
.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon {
opacity: 1;
visibility: visible;
}
.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(1) {
left: -120px;
top: -40px;
}
.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(2) {
left: -110px;
top: 50px;
}
.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(3) {
left: -132px;
top: 14px;
}
.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(4) {
left: -190px;
top: -15px;
}
.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(5) {
left: -177px;
top: 42px;
}
.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(6) {
left: -90px;
top: 8px;
}
.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(7) {
right: -120px;
top: -40px;
}
.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(8) {
right: -110px;
top: 50px;
}
.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(9) {
right: -132px;
top: 14px;
}
.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(10) {
right: -190px;
top: -15px;
}
.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(11) {
right: -177px;
top: 42px;
}
.subscribe-modal.active .subscribe-modal-inner .newsletter-header .animation-icons .animate-icon:nth-child(12) {
right: -90px;
top: 8px;
}
@-webkit-keyframes rotateme {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotateme {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes movescale {
0% {
-webkit-transform: scale(0.6);
transform: scale(0.6);
}
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(0.6);
transform: scale(0.6);
}
}
@keyframes movescale {
0% {
-webkit-transform: scale(0.6);
transform: scale(0.6);
}
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(0.6);
transform: scale(0.6);
}
}
/*# sourceMappingURL=style.css.map */ | 0.350866 | 0.089018 |
@CHARSET "UTF-8";
a{
cursor:pointer;
}
.wst-sec-info{
padding:20px 0px 20px 30px;
background: #fed1b0;
}
.wst-sec-infor{
float: left;
margin-left:20px;
}
.wst-sec-na{
font-size:20px;
color:#f06f69;
line-height:20px;
}
.wst-sec-grade img{
width: 20px;
margin-top:1px;
margin-left:20px;
}
.wst-sec-grade span{
margin-left:8px;
line-height:20px;
font-family:"microsoft yahei";
}
.wst-sec-infoi{
float: left;
width: 100%;
color:#3c3228;
font-family:"microsoft yahei";
}
.wst-sec-infoin{
color:#0cd8d5;
}
.wst-sec-s{
padding:30px 20px;
font-family:"microsoft yahei";
}
.wst-sec-lists{
float: left;
width: 100%;
min-height: 60px;
line-height:60px;
}
.wst-sec-green{
color:#11cc71;
}
.wst-sec-ash{
color:#f1730f;
}
.wst-sec-green img,.wst-sec-ash img{
float: left;
margin-top:24px;
margin-right:3px;
}
.wst-sec-w{
color:#363636;
font-size:17px;
}
.wst-sec-strip{
width: 300px;
height: 20px;
background: #d7cece;
}
.wst-sec-strip2{
width: 100px;
height: 20px;
background: #53e053;
}
/**/
.wst-sec-head2{
margin-top:20px;
padding: 28px;
height: 30px;
}
.wst-sec-min{
width: 30%;
text-align: center;
height:26px;
line-height:26px;
background: #e0e0e0;
color:#282828;
font-size:15px;
font-family:"microsoft yahei";
}
.wst-sec-mi{
width: 13px;
}
.wst-sec-min1{
width: 0;
height: 0;
border-top: 13px solid transparent;
border-left: 13px solid #e0e0e0;
border-bottom: 13px solid transparent;
}
.wst-sec-min2{
width: 0;
height: 0;
border-top: 13px solid #e0e0e0;
border-left: 13px solid transparent;
}
.wst-sec-min3{
width: 0;
height: 0;
border-bottom: 13px solid #e0e0e0;
border-left: 13px solid transparent;
}
.wst-sec-gr{
color:#ffffff;
background: #45d862;
}
.wst-sec-gr1{
border-left: 13px solid #45d862;
}
.wst-sec-gr2{
border-top: 13px solid #45d862;
}
.wst-sec-gr3{
border-bottom: 13px solid #45d862;
}
/*密码*/
.wst-form{
float: left;
margin-top:20px;
margin-left:20px;
}
/*邮箱*/
.wst-sec-img{
float: left;
margin-top:3px;
}
.wst-sec-prompt{
margin-top:36px;
margin-left:30px;
}
.wst-sec-p1{
margin-top:20px;
font-size:15px;
}
.wst-sec-p2{
margin-top:20px;
}
.wst-sec-su{
margin: 0 auto;
width: 260px;
height: 120px;
}
.wst-sec-sut,.wst-sec-sub{
float: left;
width: 100%;
text-align:center;
}
.wst-sec-sut{
margin-top:60px;
}
.wst-sec-sub{
color: #11cd6e;
font-size:18px;
font-family:"microsoft yahei";
margin-top:6px;
}
/*手机*/
.wst-sec-obtain{
width:130px;
background:#f0efef;
border-radius: 3px;
border: 1px solid #d3c8c7;
padding:8px 0px;
cursor:pointer;
color: #110f0f;
} | wstmart/home/view/default/css/security.css | @CHARSET "UTF-8";
a{
cursor:pointer;
}
.wst-sec-info{
padding:20px 0px 20px 30px;
background: #fed1b0;
}
.wst-sec-infor{
float: left;
margin-left:20px;
}
.wst-sec-na{
font-size:20px;
color:#f06f69;
line-height:20px;
}
.wst-sec-grade img{
width: 20px;
margin-top:1px;
margin-left:20px;
}
.wst-sec-grade span{
margin-left:8px;
line-height:20px;
font-family:"microsoft yahei";
}
.wst-sec-infoi{
float: left;
width: 100%;
color:#3c3228;
font-family:"microsoft yahei";
}
.wst-sec-infoin{
color:#0cd8d5;
}
.wst-sec-s{
padding:30px 20px;
font-family:"microsoft yahei";
}
.wst-sec-lists{
float: left;
width: 100%;
min-height: 60px;
line-height:60px;
}
.wst-sec-green{
color:#11cc71;
}
.wst-sec-ash{
color:#f1730f;
}
.wst-sec-green img,.wst-sec-ash img{
float: left;
margin-top:24px;
margin-right:3px;
}
.wst-sec-w{
color:#363636;
font-size:17px;
}
.wst-sec-strip{
width: 300px;
height: 20px;
background: #d7cece;
}
.wst-sec-strip2{
width: 100px;
height: 20px;
background: #53e053;
}
/**/
.wst-sec-head2{
margin-top:20px;
padding: 28px;
height: 30px;
}
.wst-sec-min{
width: 30%;
text-align: center;
height:26px;
line-height:26px;
background: #e0e0e0;
color:#282828;
font-size:15px;
font-family:"microsoft yahei";
}
.wst-sec-mi{
width: 13px;
}
.wst-sec-min1{
width: 0;
height: 0;
border-top: 13px solid transparent;
border-left: 13px solid #e0e0e0;
border-bottom: 13px solid transparent;
}
.wst-sec-min2{
width: 0;
height: 0;
border-top: 13px solid #e0e0e0;
border-left: 13px solid transparent;
}
.wst-sec-min3{
width: 0;
height: 0;
border-bottom: 13px solid #e0e0e0;
border-left: 13px solid transparent;
}
.wst-sec-gr{
color:#ffffff;
background: #45d862;
}
.wst-sec-gr1{
border-left: 13px solid #45d862;
}
.wst-sec-gr2{
border-top: 13px solid #45d862;
}
.wst-sec-gr3{
border-bottom: 13px solid #45d862;
}
/*密码*/
.wst-form{
float: left;
margin-top:20px;
margin-left:20px;
}
/*邮箱*/
.wst-sec-img{
float: left;
margin-top:3px;
}
.wst-sec-prompt{
margin-top:36px;
margin-left:30px;
}
.wst-sec-p1{
margin-top:20px;
font-size:15px;
}
.wst-sec-p2{
margin-top:20px;
}
.wst-sec-su{
margin: 0 auto;
width: 260px;
height: 120px;
}
.wst-sec-sut,.wst-sec-sub{
float: left;
width: 100%;
text-align:center;
}
.wst-sec-sut{
margin-top:60px;
}
.wst-sec-sub{
color: #11cd6e;
font-size:18px;
font-family:"microsoft yahei";
margin-top:6px;
}
/*手机*/
.wst-sec-obtain{
width:130px;
background:#f0efef;
border-radius: 3px;
border: 1px solid #d3c8c7;
padding:8px 0px;
cursor:pointer;
color: #110f0f;
} | 0.119549 | 0.044019 |
html{
/*
font-family:Arial,helvetica,sans-serif;
*/
font-family:Arial,helvetica,sans-serif;
font-size:90%;
}
body{
margin:0px !important;
background-color:#e8e8e8;
}
.full-screen{
width:98vw;
height:100vh;
}
.content{
padding: 1%;
margin-left: auto;
margin-right:auto;
width:95%;
height:90%;
}
.left-panel{
position:relative;
float:left;
width:60%;
background-color: white;
padding:1%;
margin:1% 0 2% 0;
border: 1px solid #BFBFBF;
box-shadow: 10px 10px 5px #aaaaaa;
}
.right-panel{
/*
position:relative;
float:left;
*/
position:fixed;
top:50px;
right:50px;
height:80%;
width:30%;
background-color: white;
opacity: 0.8;
border: 1px solid #BFBFBF;
/*
-ms-transform: rotate(1deg);
-webkit-transform: rotate(1deg);
transform: rotate(1deg);
*/
}
.relative{
position:relative;
}
.float-left{
float:left;
}
.float-right{
float:right;
}
.width-20{
width:20%;
}
.width-30{
width:30%;
}
.width-40{
width:40%;
}
.width-70{
width:70%;
}
.width-80{
width:80%;
}
.width-100{
width:100%;
}
.height-80{
height:80%;
}
.height-75{
height:75%;
}
.height-10{
height:10%;
}
#credit{
left:10%;
width:90%;
margin:0 auto 10px auto;
}
.card-title-main{
font-size:22px;
font-weight: bold;
margin:15px auto 5px auto;
}
.card-title-sub{
font-size:14px;
color: grey;
margin:5px auto 5px auto;
}
.play-control{
margin: 5px auto 0 auto;
padding: 5px 0;
min-height: 50px;
background-color:silver;
}
.play-control>div>.material-icons{
font-size:2.5em;
padding:0.2em 0;
margin-right: 10px;
}
.step-control>div>.material-icons{
font-size:2.5em;
padding:0.2em 0;
margin-right: 10px;
}
.btn-action{
cursor: pointer;
}
.btn-action:hover{
color:#666;
cursor: pointer;
}
.btn-action.pressed{
color:#999;
}
.btn-action.pressed:hover{
color:#999;
cursor:default;
}
.btn-border{
border:1px solid silver;
background-color: white;
padding:7px 5px 4px;
margin:0 10px 5px 0;
border-radius: 5px;
max-width: 150px;
}
.btn-border.orange{
color:darkorange;
border-color: darkorange;
font-weight: bold;
}
.btn-action.orange:hover{
color:#ee7722;
border-color: #ee7722;
font-weight: bold;
background-color: #fafafa;
}
.btn-action.pressed.orange{
color:#999;
background-color:#e6e6e6;
}
.btn-action.pressed.orange:hover{
color:#ee7722;
cursor:pointer;
}
.btn-border.blue{
color:#77BBEE;
border-color: #77BBEE;
font-weight: bold;
}
.btn-action.blue:hover{
color:#3388dd;
border-color: #3388dd;
font-weight: bold;
background-color: #fafafa;
}
.btn-action.pressed.blue{
color:#999;
background-color:#e6e6e6;
}
.btn-action.pressed.blue:hover{
color:#3388dd;
cursor:pointer;
}
.play-control-date{
padding:0.4em;
margin: 0 0 0 0.5em;
font-size:1.8em;
}
.instructions{
padding:0.4em 1.1em;
margin: 0.5em;
font-size:0.9em;
}
.step-content{
padding:0.4em 1.1em;
margin: 0.5em;
font-size:0.9em;
}
#page-number{
padding:0.9em;
margin: 0 0 0 0.5em;
font-size:1.2em;
}
.step-control{
}
.hidden{
display:none;
} | style.css | html{
/*
font-family:Arial,helvetica,sans-serif;
*/
font-family:Arial,helvetica,sans-serif;
font-size:90%;
}
body{
margin:0px !important;
background-color:#e8e8e8;
}
.full-screen{
width:98vw;
height:100vh;
}
.content{
padding: 1%;
margin-left: auto;
margin-right:auto;
width:95%;
height:90%;
}
.left-panel{
position:relative;
float:left;
width:60%;
background-color: white;
padding:1%;
margin:1% 0 2% 0;
border: 1px solid #BFBFBF;
box-shadow: 10px 10px 5px #aaaaaa;
}
.right-panel{
/*
position:relative;
float:left;
*/
position:fixed;
top:50px;
right:50px;
height:80%;
width:30%;
background-color: white;
opacity: 0.8;
border: 1px solid #BFBFBF;
/*
-ms-transform: rotate(1deg);
-webkit-transform: rotate(1deg);
transform: rotate(1deg);
*/
}
.relative{
position:relative;
}
.float-left{
float:left;
}
.float-right{
float:right;
}
.width-20{
width:20%;
}
.width-30{
width:30%;
}
.width-40{
width:40%;
}
.width-70{
width:70%;
}
.width-80{
width:80%;
}
.width-100{
width:100%;
}
.height-80{
height:80%;
}
.height-75{
height:75%;
}
.height-10{
height:10%;
}
#credit{
left:10%;
width:90%;
margin:0 auto 10px auto;
}
.card-title-main{
font-size:22px;
font-weight: bold;
margin:15px auto 5px auto;
}
.card-title-sub{
font-size:14px;
color: grey;
margin:5px auto 5px auto;
}
.play-control{
margin: 5px auto 0 auto;
padding: 5px 0;
min-height: 50px;
background-color:silver;
}
.play-control>div>.material-icons{
font-size:2.5em;
padding:0.2em 0;
margin-right: 10px;
}
.step-control>div>.material-icons{
font-size:2.5em;
padding:0.2em 0;
margin-right: 10px;
}
.btn-action{
cursor: pointer;
}
.btn-action:hover{
color:#666;
cursor: pointer;
}
.btn-action.pressed{
color:#999;
}
.btn-action.pressed:hover{
color:#999;
cursor:default;
}
.btn-border{
border:1px solid silver;
background-color: white;
padding:7px 5px 4px;
margin:0 10px 5px 0;
border-radius: 5px;
max-width: 150px;
}
.btn-border.orange{
color:darkorange;
border-color: darkorange;
font-weight: bold;
}
.btn-action.orange:hover{
color:#ee7722;
border-color: #ee7722;
font-weight: bold;
background-color: #fafafa;
}
.btn-action.pressed.orange{
color:#999;
background-color:#e6e6e6;
}
.btn-action.pressed.orange:hover{
color:#ee7722;
cursor:pointer;
}
.btn-border.blue{
color:#77BBEE;
border-color: #77BBEE;
font-weight: bold;
}
.btn-action.blue:hover{
color:#3388dd;
border-color: #3388dd;
font-weight: bold;
background-color: #fafafa;
}
.btn-action.pressed.blue{
color:#999;
background-color:#e6e6e6;
}
.btn-action.pressed.blue:hover{
color:#3388dd;
cursor:pointer;
}
.play-control-date{
padding:0.4em;
margin: 0 0 0 0.5em;
font-size:1.8em;
}
.instructions{
padding:0.4em 1.1em;
margin: 0.5em;
font-size:0.9em;
}
.step-content{
padding:0.4em 1.1em;
margin: 0.5em;
font-size:0.9em;
}
#page-number{
padding:0.9em;
margin: 0 0 0 0.5em;
font-size:1.2em;
}
.step-control{
}
.hidden{
display:none;
} | 0.433262 | 0.084909 |
@font-face {
font-family: "pba";
src: url("./pba.eot");
src: url("./pba.eot?#iefix") format("embedded-opentype"),
url("./pba.woff") format("woff"),
url("./pba.ttf") format("truetype"),
url("./pba.svg#pba") format("svg");
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon {
font-family: "pba";
font-size: 30px;
font-style: normal;
<<<<<<< HEAD
margin-left: 20px;
color: white;
=======
margin-left: 0;
color: #333;
>>>>>>> d943555342d2cdb46b39fc887da51f9979af6b6f
}
.flaticon-space:before {
content: "\20";
}
.flaticon-a:before {
content: "\61";
}
.flaticon-b:before {
content: "\62";
}
.flaticon-e:before {
content: "\65";
}
.flaticon-i:before {
content: "\69";
}
.flaticon-l:before {
content: "\6c";
}
.flaticon-p:before {
content: "\70";
}
.flaticon-r:before {
content: "\72";
}
.flaticon-s:before {
content: "\73";
}
.flaticon-t:before {
content: "\74";
}
.flaticon-u:before {
content: "\75";
}
.flaticon-x:before {
content: "\78";
}
.flaticon-uniE900:before {
content: "\e900";
}
.flaticon-uniE901:before {
content: "\e901";
}
.flaticon-uniE902:before {
content: "\e902";
}
.flaticon-uniE903:before {
content: "\e903";
}
.flaticon-uniE904:before {
content: "\e904";
}
.flaticon-uniE905:before {
content: "\e905";
}
.flaticon-uniE906:before {
content: "\e906";
}
.flaticon-uniE907:before {
content: "\e907";
}
.flaticon-uniE908:before {
content: "\e908";
}
.flaticon-uniE909:before {
content: "\e909";
}
.flaticon-uniE90A:before {
content: "\e90a";
}
.flaticon-uniE90B:before {
content: "\e90b";
}
.flaticon-uniE90C:before {
content: "\e90c";
}
.flaticon-uniE90D:before {
content: "\e90d";
}
.flaticon-uniE90E:before {
content: "\e90e";
}
.flaticon-uniE90F:before {
content: "\e90f";
}
.flaticon-uniE910:before {
content: "\e910";
}
.flaticon-uniE911:before {
content: "\e911";
}
.flaticon-uniE912:before {
content: "\e912";
}
.flaticon-uniE913:before {
content: "\e913";
}
.flaticon-uniE914:before {
content: "\e914";
}
.flaticon-uniE915:before {
content: "\e915";
}
.flaticon-uniE916:before {
content: "\e916";
}
.flaticon-uniE917:before {
content: "\e917";
}
.flaticon-uniE918:before {
content: "\e918";
}
.flaticon-uniE919:before {
content: "\e919";
}
.flaticon-uniE91A:before {
content: "\e91a";
}
.flaticon-uniE91B:before {
content: "\e91b";
}
.flaticon-uniE91C:before {
content: "\e91c";
}
.flaticon-uniE91D:before {
content: "\e91d";
}
.flaticon-uniE91E:before {
content: "\e91e";
}
.flaticon-uniE91F:before {
content: "\e91f";
}
.flaticon-uniE920:before {
content: "\e920";
}
.flaticon-uniE921:before {
content: "\e921";
}
.flaticon-uniE922:before {
content: "\e922";
}
.flaticon-uniE923:before {
content: "\e923";
}
.flaticon-uniE924:before {
content: "\e924";
}
.flaticon-uniE925:before {
content: "\e925";
}
.flaticon-uniE926:before {
content: "\e926";
}
.flaticon-uniE927:before {
content: "\e927";
}
.flaticon-uniE928:before {
content: "\e928";
}
.flaticon-uniE929:before {
content: "\e929";
}
.flaticon-uniE92A:before {
content: "\e92a";
}
.flaticon-uniE92B:before {
content: "\e92b";
}
.flaticon-uniE92C:before {
content: "\e92c";
}
.flaticon-uniE92D:before {
content: "\e92d";
}
.flaticon-uniE92E:before {
content: "\e92e";
}
.flaticon-uniE92F:before {
content: "\e92f";
}
.flaticon-uniE930:before {
content: "\e930";
}
.flaticon-uniE931:before {
content: "\e931";
}
.flaticon-uniE932:before {
content: "\e932";
}
.flaticon-uniE933:before {
content: "\e933";
}
.flaticon-uniE934:before {
content: "\e934";
}
.flaticon-uniE935:before {
content: "\e935";
}
.flaticon-uniE936:before {
content: "\e936";
}
.flaticon-uniE937:before {
content: "\e937";
}
.flaticon-uniE938:before {
content: "\e938";
}
.flaticon-uniE939:before {
content: "\e939";
}
.flaticon-uniE93A:before {
content: "\e93a";
}
.flaticon-uniE93B:before {
content: "\e93b";
}
.flaticon-uniE93C:before {
content: "\e93c";
}
.flaticon-uniE93D:before {
content: "\e93d";
}
.flaticon-uniE93E:before {
content: "\e93e";
}
.flaticon-uniE93F:before {
content: "\e93f";
}
.flaticon-uniE940:before {
content: "\e940";
}
.flaticon-uniE941:before {
content: "\e941";
}
.flaticon-uniE942:before {
content: "\e942";
}
.flaticon-uniE943:before {
content: "\e943";
}
.flaticon-uniE944:before {
content: "\e944";
}
.flaticon-uniE945:before {
content: "\e945";
}
.flaticon-uniE946:before {
content: "\e946";
}
.flaticon-uniE947:before {
content: "\e947";
}
.flaticon-uniE948:before {
content: "\e948";
}
.flaticon-uniE949:before {
content: "\e949";
}
.flaticon-uniE94A:before {
content: "\e94a";
}
.flaticon-uniE94B:before {
content: "\e94b";
}
.flaticon-uniE94C:before {
content: "\e94c";
}
.flaticon-uniE94D:before {
content: "\e94d";
}
.flaticon-uniE94E:before {
content: "\e94e";
}
.flaticon-uniE94F:before {
content: "\e94f";
}
.flaticon-uniE950:before {
content: "\e950";
}
.flaticon-uniE951:before {
content: "\e951";
}
.flaticon-uniE952:before {
content: "\e952";
}
.flaticon-uniE953:before {
content: "\e953";
}
.flaticon-uniE954:before {
content: "\e954";
}
.flaticon-uniE955:before {
content: "\e955";
}
.flaticon-uniE956:before {
content: "\e956";
}
.flaticon-uniE957:before {
content: "\e957";
}
.flaticon-uniE958:before {
content: "\e958";
}
.flaticon-uniE959:before {
content: "\e959";
}
.flaticon-uniE95A:before {
content: "\e95a";
}
.flaticon-uniE95B:before {
content: "\e95b";
}
.flaticon-uniE95C:before {
content: "\e95c";
}
.flaticon-uniE95D:before {
content: "\e95d";
}
.flaticon-uniE95E:before {
content: "\e95e";
}
.flaticon-uniE95F:before {
content: "\e95f";
}
.flaticon-uniE966:before {
content: "\e966";
}
.flaticon-uniE967:before {
content: "\e967";
}
.flaticon-uniE968:before {
content: "\e968";
}
.flaticon-uniE969:before {
content: "\e969";
}
.flaticon-uniE96A:before {
content: "\e96a";
}
.flaticon-uniE96B:before {
content: "\e96b";
}
.flaticon-uniE96C:before {
content: "\e96c";
}
.flaticon-uniE96D:before {
content: "\e96d";
} | css/pba.css | @font-face {
font-family: "pba";
src: url("./pba.eot");
src: url("./pba.eot?#iefix") format("embedded-opentype"),
url("./pba.woff") format("woff"),
url("./pba.ttf") format("truetype"),
url("./pba.svg#pba") format("svg");
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon {
font-family: "pba";
font-size: 30px;
font-style: normal;
<<<<<<< HEAD
margin-left: 20px;
color: white;
=======
margin-left: 0;
color: #333;
>>>>>>> d943555342d2cdb46b39fc887da51f9979af6b6f
}
.flaticon-space:before {
content: "\20";
}
.flaticon-a:before {
content: "\61";
}
.flaticon-b:before {
content: "\62";
}
.flaticon-e:before {
content: "\65";
}
.flaticon-i:before {
content: "\69";
}
.flaticon-l:before {
content: "\6c";
}
.flaticon-p:before {
content: "\70";
}
.flaticon-r:before {
content: "\72";
}
.flaticon-s:before {
content: "\73";
}
.flaticon-t:before {
content: "\74";
}
.flaticon-u:before {
content: "\75";
}
.flaticon-x:before {
content: "\78";
}
.flaticon-uniE900:before {
content: "\e900";
}
.flaticon-uniE901:before {
content: "\e901";
}
.flaticon-uniE902:before {
content: "\e902";
}
.flaticon-uniE903:before {
content: "\e903";
}
.flaticon-uniE904:before {
content: "\e904";
}
.flaticon-uniE905:before {
content: "\e905";
}
.flaticon-uniE906:before {
content: "\e906";
}
.flaticon-uniE907:before {
content: "\e907";
}
.flaticon-uniE908:before {
content: "\e908";
}
.flaticon-uniE909:before {
content: "\e909";
}
.flaticon-uniE90A:before {
content: "\e90a";
}
.flaticon-uniE90B:before {
content: "\e90b";
}
.flaticon-uniE90C:before {
content: "\e90c";
}
.flaticon-uniE90D:before {
content: "\e90d";
}
.flaticon-uniE90E:before {
content: "\e90e";
}
.flaticon-uniE90F:before {
content: "\e90f";
}
.flaticon-uniE910:before {
content: "\e910";
}
.flaticon-uniE911:before {
content: "\e911";
}
.flaticon-uniE912:before {
content: "\e912";
}
.flaticon-uniE913:before {
content: "\e913";
}
.flaticon-uniE914:before {
content: "\e914";
}
.flaticon-uniE915:before {
content: "\e915";
}
.flaticon-uniE916:before {
content: "\e916";
}
.flaticon-uniE917:before {
content: "\e917";
}
.flaticon-uniE918:before {
content: "\e918";
}
.flaticon-uniE919:before {
content: "\e919";
}
.flaticon-uniE91A:before {
content: "\e91a";
}
.flaticon-uniE91B:before {
content: "\e91b";
}
.flaticon-uniE91C:before {
content: "\e91c";
}
.flaticon-uniE91D:before {
content: "\e91d";
}
.flaticon-uniE91E:before {
content: "\e91e";
}
.flaticon-uniE91F:before {
content: "\e91f";
}
.flaticon-uniE920:before {
content: "\e920";
}
.flaticon-uniE921:before {
content: "\e921";
}
.flaticon-uniE922:before {
content: "\e922";
}
.flaticon-uniE923:before {
content: "\e923";
}
.flaticon-uniE924:before {
content: "\e924";
}
.flaticon-uniE925:before {
content: "\e925";
}
.flaticon-uniE926:before {
content: "\e926";
}
.flaticon-uniE927:before {
content: "\e927";
}
.flaticon-uniE928:before {
content: "\e928";
}
.flaticon-uniE929:before {
content: "\e929";
}
.flaticon-uniE92A:before {
content: "\e92a";
}
.flaticon-uniE92B:before {
content: "\e92b";
}
.flaticon-uniE92C:before {
content: "\e92c";
}
.flaticon-uniE92D:before {
content: "\e92d";
}
.flaticon-uniE92E:before {
content: "\e92e";
}
.flaticon-uniE92F:before {
content: "\e92f";
}
.flaticon-uniE930:before {
content: "\e930";
}
.flaticon-uniE931:before {
content: "\e931";
}
.flaticon-uniE932:before {
content: "\e932";
}
.flaticon-uniE933:before {
content: "\e933";
}
.flaticon-uniE934:before {
content: "\e934";
}
.flaticon-uniE935:before {
content: "\e935";
}
.flaticon-uniE936:before {
content: "\e936";
}
.flaticon-uniE937:before {
content: "\e937";
}
.flaticon-uniE938:before {
content: "\e938";
}
.flaticon-uniE939:before {
content: "\e939";
}
.flaticon-uniE93A:before {
content: "\e93a";
}
.flaticon-uniE93B:before {
content: "\e93b";
}
.flaticon-uniE93C:before {
content: "\e93c";
}
.flaticon-uniE93D:before {
content: "\e93d";
}
.flaticon-uniE93E:before {
content: "\e93e";
}
.flaticon-uniE93F:before {
content: "\e93f";
}
.flaticon-uniE940:before {
content: "\e940";
}
.flaticon-uniE941:before {
content: "\e941";
}
.flaticon-uniE942:before {
content: "\e942";
}
.flaticon-uniE943:before {
content: "\e943";
}
.flaticon-uniE944:before {
content: "\e944";
}
.flaticon-uniE945:before {
content: "\e945";
}
.flaticon-uniE946:before {
content: "\e946";
}
.flaticon-uniE947:before {
content: "\e947";
}
.flaticon-uniE948:before {
content: "\e948";
}
.flaticon-uniE949:before {
content: "\e949";
}
.flaticon-uniE94A:before {
content: "\e94a";
}
.flaticon-uniE94B:before {
content: "\e94b";
}
.flaticon-uniE94C:before {
content: "\e94c";
}
.flaticon-uniE94D:before {
content: "\e94d";
}
.flaticon-uniE94E:before {
content: "\e94e";
}
.flaticon-uniE94F:before {
content: "\e94f";
}
.flaticon-uniE950:before {
content: "\e950";
}
.flaticon-uniE951:before {
content: "\e951";
}
.flaticon-uniE952:before {
content: "\e952";
}
.flaticon-uniE953:before {
content: "\e953";
}
.flaticon-uniE954:before {
content: "\e954";
}
.flaticon-uniE955:before {
content: "\e955";
}
.flaticon-uniE956:before {
content: "\e956";
}
.flaticon-uniE957:before {
content: "\e957";
}
.flaticon-uniE958:before {
content: "\e958";
}
.flaticon-uniE959:before {
content: "\e959";
}
.flaticon-uniE95A:before {
content: "\e95a";
}
.flaticon-uniE95B:before {
content: "\e95b";
}
.flaticon-uniE95C:before {
content: "\e95c";
}
.flaticon-uniE95D:before {
content: "\e95d";
}
.flaticon-uniE95E:before {
content: "\e95e";
}
.flaticon-uniE95F:before {
content: "\e95f";
}
.flaticon-uniE966:before {
content: "\e966";
}
.flaticon-uniE967:before {
content: "\e967";
}
.flaticon-uniE968:before {
content: "\e968";
}
.flaticon-uniE969:before {
content: "\e969";
}
.flaticon-uniE96A:before {
content: "\e96a";
}
.flaticon-uniE96B:before {
content: "\e96b";
}
.flaticon-uniE96C:before {
content: "\e96c";
}
.flaticon-uniE96D:before {
content: "\e96d";
} | 0.160891 | 0.276172 |
body {
background-image: linear-gradient(to right, #E7D250 , #F09B1F); /*------Body Color in Gradient-------*/
}
.no-button {
background: none;
border: none;
padding: 0;
cursor: pointer;
color: #1b89bc;
text-decoration: none;
font-size: 100%;
}
body {
color: #fff;
background: linear-gradient(to right, #e6d755, #f0991e);
}
.form-control {
min-height: 40px;
background: #e9e8e8;
box-shadow: none;
border: transparent;
}
.form-control:focus {
background: #dbdada;
}
.form-control, .btn {
border-radius: 3px;
}
.cone {
width: 340px;
margin: 29px auto;
text-align: center;
}
.cone h2 {
margin: 10px 0 25px;
}
.cone .pack {
color: #868686;
border-radius: 4px;
margin-bottom: 12px;
background: #ffff;
box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
border-radius: 21px;
}
.cone .btn {
font-size: 17px;
font-weight: bold;
background: #389ee2;
border: none;
outline: none;
}
.cone .btn:hover, .cone .btn:focus {
background: #116094;
}
.cone a {
color: #ffff;
text-decoration: underline;
}
.cone a:hover {
text-decoration: none;
}
.cone .pack a {
color: #696969;
text-decoration: none;
}
.cone .pack a:hover {
text-decoration: underline;
}
.containerNav{
background-color: rgba(255, 255, 255, 0.6);
border-radius: 21px;
}
nav a{
color: black;
}
.list a{
font-size: 1.5em;
}
.list{
transition: 0.6s;
margin-left: 11px;
margin-right: 11px;
padding: 9px 16px;
}
.list.active, .list:hover{
background-color: #eb9216;
border-radius: 8px;
}
.list.active a,.list:hover a{
color: #ffffff;
}
.mainCon{
background-color: rgba(255, 255, 255, 0.644);
border-radius: 19px;
color: rgb(0, 0, 0);
padding: 21px 41px 6px;
min-height: 50vh;
}
.listItem{
margin-bottom: 16px;
padding: 16px 6px;
border-radius: 11px;
background: rgb(236, 236, 236);
}
.mainCon input, .mainCon textarea{
background-color: rgb(240, 239, 239);
}
.bg-light{
background-color: transparent ;
}
.hide{
display: none;
} | public/css/style.css | body {
background-image: linear-gradient(to right, #E7D250 , #F09B1F); /*------Body Color in Gradient-------*/
}
.no-button {
background: none;
border: none;
padding: 0;
cursor: pointer;
color: #1b89bc;
text-decoration: none;
font-size: 100%;
}
body {
color: #fff;
background: linear-gradient(to right, #e6d755, #f0991e);
}
.form-control {
min-height: 40px;
background: #e9e8e8;
box-shadow: none;
border: transparent;
}
.form-control:focus {
background: #dbdada;
}
.form-control, .btn {
border-radius: 3px;
}
.cone {
width: 340px;
margin: 29px auto;
text-align: center;
}
.cone h2 {
margin: 10px 0 25px;
}
.cone .pack {
color: #868686;
border-radius: 4px;
margin-bottom: 12px;
background: #ffff;
box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
border-radius: 21px;
}
.cone .btn {
font-size: 17px;
font-weight: bold;
background: #389ee2;
border: none;
outline: none;
}
.cone .btn:hover, .cone .btn:focus {
background: #116094;
}
.cone a {
color: #ffff;
text-decoration: underline;
}
.cone a:hover {
text-decoration: none;
}
.cone .pack a {
color: #696969;
text-decoration: none;
}
.cone .pack a:hover {
text-decoration: underline;
}
.containerNav{
background-color: rgba(255, 255, 255, 0.6);
border-radius: 21px;
}
nav a{
color: black;
}
.list a{
font-size: 1.5em;
}
.list{
transition: 0.6s;
margin-left: 11px;
margin-right: 11px;
padding: 9px 16px;
}
.list.active, .list:hover{
background-color: #eb9216;
border-radius: 8px;
}
.list.active a,.list:hover a{
color: #ffffff;
}
.mainCon{
background-color: rgba(255, 255, 255, 0.644);
border-radius: 19px;
color: rgb(0, 0, 0);
padding: 21px 41px 6px;
min-height: 50vh;
}
.listItem{
margin-bottom: 16px;
padding: 16px 6px;
border-radius: 11px;
background: rgb(236, 236, 236);
}
.mainCon input, .mainCon textarea{
background-color: rgb(240, 239, 239);
}
.bg-light{
background-color: transparent ;
}
.hide{
display: none;
} | 0.471223 | 0.13084 |
text-align: center;
font-size: 2em;
} */
body, ul, li, h1, h2, h3, h4, h5, h6, p, form, dl, dt, dd {
margin: 0px;
padding: 0px;
font-size: 12px;
font-weight: normal; }
ul { list-style: none; }
img { border-style: none; }
.lottery {
width: 100%;
margin: 0 auto;
margin-top: 30px;
/* background-color: antiquewhite; */
}
.turntable-box {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
border-radius: 12px;
box-sizing: border-box;
position: relative;
padding: 24px;
width: 100%;
height: 100%;
}
/* .turntable-box .bg {
background: #fadd95;
box-shadow: inset 0 0 16px #ff9a2e;
} */
.turntable-box .blocks .item-container {
width: 486px;
height: 396px;
background: #e37815;
border-radius: 8px;
padding: 16px;
margin-left:230px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
flex-direction: column;
align-content: space-between;
}
.turntable-box .blocks .item-container .item {
width: calc(33.33333% - 5.33333px);
height: calc(33.33333% - 5.33333px);
}
.turntable-item {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: #fdf3f3;
border-radius: 4px;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.turntable-item .image {
height: 50px;
width: 72px;
display: flex;
justify-content: center;
align-items: center;
}
.turntable-item .image img {
max-width: 40px;
max-height: 40px;
height: 100%;
}
.turntable-item .text {
font-size: 14px;
font-weight: 400;
line-height: 22px;
color: #d25f00;
max-width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* 点击开始背景色 */
.lotteryBg {
background: #eee;
box-shadow: inset 0 0 16px #ffa800;
cursor: pointer;
}
.img {
width: 30px;
}
/* taast */
#toast {
width: 900px;
height: 396px;
margin-top:30px;
}
/* Scroll styles */
#review_box {
width: 300px;
height: 200px; /* 必须 */
overflow: hidden;/* 必须 */
margin: 10px auto;
text-align: center;
box-shadow: inset 0 0 16px #ffdbdb;
background-color: #eee;
}
#review_box > ul {
list-style: none;
} | src/pages/index/index.css | text-align: center;
font-size: 2em;
} */
body, ul, li, h1, h2, h3, h4, h5, h6, p, form, dl, dt, dd {
margin: 0px;
padding: 0px;
font-size: 12px;
font-weight: normal; }
ul { list-style: none; }
img { border-style: none; }
.lottery {
width: 100%;
margin: 0 auto;
margin-top: 30px;
/* background-color: antiquewhite; */
}
.turntable-box {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
border-radius: 12px;
box-sizing: border-box;
position: relative;
padding: 24px;
width: 100%;
height: 100%;
}
/* .turntable-box .bg {
background: #fadd95;
box-shadow: inset 0 0 16px #ff9a2e;
} */
.turntable-box .blocks .item-container {
width: 486px;
height: 396px;
background: #e37815;
border-radius: 8px;
padding: 16px;
margin-left:230px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
flex-direction: column;
align-content: space-between;
}
.turntable-box .blocks .item-container .item {
width: calc(33.33333% - 5.33333px);
height: calc(33.33333% - 5.33333px);
}
.turntable-item {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: #fdf3f3;
border-radius: 4px;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.turntable-item .image {
height: 50px;
width: 72px;
display: flex;
justify-content: center;
align-items: center;
}
.turntable-item .image img {
max-width: 40px;
max-height: 40px;
height: 100%;
}
.turntable-item .text {
font-size: 14px;
font-weight: 400;
line-height: 22px;
color: #d25f00;
max-width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* 点击开始背景色 */
.lotteryBg {
background: #eee;
box-shadow: inset 0 0 16px #ffa800;
cursor: pointer;
}
.img {
width: 30px;
}
/* taast */
#toast {
width: 900px;
height: 396px;
margin-top:30px;
}
/* Scroll styles */
#review_box {
width: 300px;
height: 200px; /* 必须 */
overflow: hidden;/* 必须 */
margin: 10px auto;
text-align: center;
box-shadow: inset 0 0 16px #ffdbdb;
background-color: #eee;
}
#review_box > ul {
list-style: none;
} | 0.244363 | 0.060335 |
.role-wrapper {
width: 100%;
height: 12%;
background: rgb(17,19,24);
border: 1px solid #3e3310;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.role-img-wrapper {
width: 25%;
height: 100%;
border-right: 1px solid #3e3310;
display: flex;
justify-content: center;
align-items: center;
}
.role-img-wrapper img {
width: 75%;
}
.role-text-wrapper {
width: 74%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.role-text-wrapper p {
margin: 1px auto;
color: #706955;
letter-spacing: 2px;
text-transform: uppercase;
font-size: .7rem;
}
.role-text-wrapper p:last-child{
color: #c4b998;
letter-spacing: 4px;
font-size: .8rem;
}
.champion-region-wrapper {
width: 100%;
height: 50%;
background: rgb(17,19,24);
border: 1px solid #3e3310;
}
.champion-region-content-wrapper {
width: 100%;
height: 75%;
background-position: center;
background-size: 200%;
}
.champion-region-title-wrapper {
border-top: 1px solid #3e3310;
width: 100%;
height: 25%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.champion-region-title {
width: 75%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.champion-region-title p {
margin: 1px auto;
color: #706955;
letter-spacing: 2px;
text-transform: uppercase;
font-size: .7rem;
}
.champion-region-title p:last-child{
color: #c4b998;
letter-spacing: 4px;
font-size: .8rem;
}
.champion-region-emblem {
width: 25%;
height: 100%;
border-left: 1px solid #3e3310;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.champion-region-emblem img {
height: 75%;
}
.champion-faveskin-wrapper {
width: 100%;
height: 34%;
background: rgb(17,19,24);
border: 1px solid #3e3310;
}
.champion-faveskin-skin {
width: 100%;
height: 100%;
background-size: 140%;
background-position: center;
} | src/components/Champions/Facts/facts.css | .role-wrapper {
width: 100%;
height: 12%;
background: rgb(17,19,24);
border: 1px solid #3e3310;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.role-img-wrapper {
width: 25%;
height: 100%;
border-right: 1px solid #3e3310;
display: flex;
justify-content: center;
align-items: center;
}
.role-img-wrapper img {
width: 75%;
}
.role-text-wrapper {
width: 74%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.role-text-wrapper p {
margin: 1px auto;
color: #706955;
letter-spacing: 2px;
text-transform: uppercase;
font-size: .7rem;
}
.role-text-wrapper p:last-child{
color: #c4b998;
letter-spacing: 4px;
font-size: .8rem;
}
.champion-region-wrapper {
width: 100%;
height: 50%;
background: rgb(17,19,24);
border: 1px solid #3e3310;
}
.champion-region-content-wrapper {
width: 100%;
height: 75%;
background-position: center;
background-size: 200%;
}
.champion-region-title-wrapper {
border-top: 1px solid #3e3310;
width: 100%;
height: 25%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.champion-region-title {
width: 75%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.champion-region-title p {
margin: 1px auto;
color: #706955;
letter-spacing: 2px;
text-transform: uppercase;
font-size: .7rem;
}
.champion-region-title p:last-child{
color: #c4b998;
letter-spacing: 4px;
font-size: .8rem;
}
.champion-region-emblem {
width: 25%;
height: 100%;
border-left: 1px solid #3e3310;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.champion-region-emblem img {
height: 75%;
}
.champion-faveskin-wrapper {
width: 100%;
height: 34%;
background: rgb(17,19,24);
border: 1px solid #3e3310;
}
.champion-faveskin-skin {
width: 100%;
height: 100%;
background-size: 140%;
background-position: center;
} | 0.634317 | 0.082143 |
@font-face {
font-family: 'myfont-Medium';
src: url("../fonts/PingFang Medium_downcc.otf");
}
@font-face {
font-family: 'myfont-Semibold';
src: url("../fonts/PingFang SC Semibold.ttf");
}
@font-face {
font-family: 'myfont-Regular';
src: url("../fonts/PingFangSCRegular.ttf");
}
@font-face {
font-family: 'myfont-GrandeBold';
src: url("../fonts/Lucida Grande Bold.ttf");
}
.btn-more {
color: #FFFFFF;
background-color: #D1A247;
border: none;
}
.btn-more:hover,
.btn-more:focus,
.btn-more:active,
.btn-more.active,
.open .dropdown-toggle.btn-more {
color: #FFFFFF;
background-color: #D1A247;
border: none;
}
.btn-more:active,
.btn-more.active,
.open .dropdown-toggle.btn-more {
background-image: none;
}
.btn-more.disabled,
.btn-more[disabled],
fieldset[disabled] .btn-more,
.btn-more.disabled:hover,
.btn-more[disabled]:hover,
fieldset[disabled] .btn-more:hover,
.btn-more.disabled:focus,
.btn-more[disabled]:focus,
fieldset[disabled] .btn-more:focus,
.btn-more.disabled:active,
.btn-more[disabled]:active,
fieldset[disabled] .btn-more:active,
.btn-more.disabled.active,
.btn-more[disabled].active,
fieldset[disabled] .btn-more.active {
background-color: #D1A247;
border: none;
}
.btn-more .badge {
color: #D1A247;
background-color: #FFFFFF;
}
body{
font-family: myfont-Medium;
overflow-x: hidden;
}
/* ==============================================================================
Navbar style
================================================================================*/
.my-navbar{
font-size:1.1rem;
padding:0;
background-color: #000000!important;
}
.navbar-brand{
position: relative;
width: 5rem;
height: 5rem;
border-radius: 50%;
top: 1.3rem;
z-index: 66;
background-color: #000000;
}
.navbar-brand img{
height: 4.375rem;
padding-left: .4rem;
padding-bottom: .2rem;
}
.navbar-nav li{
padding-right: .4rem;
}
.navbar-dark .navbar-nav li:not(.active) .nav-link{
font-size: 1.125rem;
color: rgba(255,255,255,0.5);
text-align: center;
}
.navbar-dark .navbar-nav .nav-item > span{
height: 5rem;
line-height: 5rem;
padding-left: 4.5rem;
color:#FFFFFF;
cursor: pointer;
}
.navbar-dark .navbar-nav .nav-link{
height: 5rem;
line-height: 4rem;
}
.navbar-dark .navbar-nav li.active > a,
.navbar-dark .navbar-nav .nav-link:hover{
font-size: 1.125rem;
color: #FFFFFF!important;
border-bottom: .25rem solid #D1A247;
text-align: center;
}
/* ==============================================================================
Jumbotron style
================================================================================*/
#home .jumbotron-fluid{
height: 30rem;
max-width:1980px;
margin:0 auto;
}
#home .jumbotron-fluid .container-fluid{
max-width:1366px;
margin-top:6rem;
}
#home .jumbotron-fluid h1{
font-family: myFont-Semibold;
font-size: 2.6rem;
color: #FFFFFF;
text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}
#home .jumbotron-fluid p{
opacity: 0.8;
font-family: myFont-Regular;
font-size: 1.5rem;
color: #FFFFFF;
text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}
/* ==============================================================================
Section style
================================================================================*/
#design{
max-width:1980px;
margin:0 auto;
}
#design .container-fluid{
max-width:1366px;
margin:0 auto;
}
#design .design-left{
padding-top:6rem;
}
#design .design-left h4{
font-family: myFont-Semibold;
font-size: 1.25rem;
color: #DC9214;
}
#design .design-left h3{
font-family: myFont-Semibold;
font-size: 2rem;
color: #313131;
}
#design .design-right{
padding-top:10rem;
}
#design .design-right span{
margin-left:2rem;
font-weight: bold;
}
#design .design-right span:hover{
cursor: pointer;
color: #DC9214;
font-weight: bold;
}
#design .design-img{
margin-top:3rem;
}
#design .design-img img{
width:100%;
height:100%;
margin-bottom:1rem;
}
#design .design-img .design-img-col{
position: relative;
font-family: myFont-Semibold;
font-size: 1.5rem;
color: #FFFFFF;
}
#design .design-img .design-img-left-text{
position: absolute;
left:1rem;
bottom: 2rem;
}
#design .design-img .design-img-right-text{
position: absolute;
right:1rem;
bottom:2rem;
}
#design .design-img-active .design-img-out{
position: absolute;
top:0;
bottom:0;
width: 100%;
height: 100%;
background: url(../images/product-out.png) no-repeat center center;
margin:0 auto;
-webkit-animation-name: sport;
-webkit-animation-duration: 0.4s;
-webkit-animation-iteration-count: 1;
-webkit-animation-delay: 0s;
transform: translateY(0px);
}
@keyframes sport{
0% {transform:translateY(100px);}
10% {transform:translateY(90px);}
20% {transform:translateY(80px);}
30% {transform:translateY(70px);}
40% {transform:translateY(60px);}
50% {transform:translateY(50px);}
60% {transform:translateY(40pxx);}
70% {transform:translateY(30px);}
80% {transform:translateY(20px);}
90% {transform:translateY(10px);}
100% {transform:translateY(0px);}
}
#design .design-img-active .design-img-out div{
width:12.5rem;
height:9.3rem;
position: absolute;
top:30%;
left:35%;
font-family: myFont-Regular;
font-size: 24px;
color: #000000;
text-align: center;
line-height: 5rem;
}
#design .design-img-active .design-img-col4 div{
width:12.5rem;
height:9.3rem;
position: absolute;
top:40%;
left:35%;
font-family: myFont-Regular;
font-size: 24px;
color: #000000;
text-align: center;
line-height: 5rem;
}
#design .design-img-active .design-img-col8 div{
width:12.5rem;
height:9.3rem;
position: absolute;
font-family: myFont-Regular;
font-size: 24px;
color: #000000;
text-align: center;
line-height: 5rem;
}
#design .design-img-active .design-img-out div img{
width:25px;
height:25px;
}
#design .design-img-active .design-img-out div h4{
text-decoration: underline;
}
#design .design-img-active .design-img-out{
display:block;
}
#design .design-img-active h3{
display:none;
}
#design .design-img-out{
display: none;
}
/* ==============================================================================
Contact Us style
================================================================================*/
#contact{
margin-top:3rem;
}
#contact .contact-warpper{
max-width:1980px;
background: url(../images/footer-bg.png) no-repeat center;
background-size: 100% 100%;
margin:0 auto;
}
#contact .contact-section{
max-width:1360px;
margin:0 auto;
padding:8rem 0 0 0;
}
#contact .contact-row{
margin-left:6rem;
}
#contact .contact-section h3{
font-family: myFont-Medium;
font-size: 2rem;
color: #FFFFFF;
margin-bottom: 2rem;
text-align: center;
}
#contact .contact-section form{
width: 28rem;
}
#contact .contact-section form > div >input,#contact .contact-section form > div >textarea{
border-radius: 0;
background-color: rgba(30,30,30,0.5);;
border-color:#2D2A29;
position: relative;
margin-bottom: 1.5rem;
}
#contact .contact-section form > div >textarea{
resize: none;
}
#contact .contact-section form button{
width:100%;
border-radius: 1.56rem;
height: 3.12rem;
}
#contact .contact-info{
line-height: 3rem;
margin-top:5rem;
}
#contact .contact-info h1{
font-family: myfont-Regular;
font-size: 2rem;
color: #FFFFFF;
}
#contact .contact-info-text{
margin-bottom: 3rem;
}
#contact .contact-info{
color:#ffffff;
}
#contact span.contact-info-icon{
display:inline-block;
width: 1rem;
height: .3rem;
background-color: #ffffff;
margin-right:1rem;
margin-bottom:.2rem;
}
#contact div.contact-info-text{
color:#DC9214;
}
#contact div.contact-info-text .contact-info-icon{
background:#DC9214;
}
#contact .contact-weixin{
margin-top:2rem;
}
#contact .contact-weixin img{
margin-right: 3rem;
}
#contact .contact-footer{
margin-top: 6rem;
font-family: myFont-Regular;
font-size: .875rem;
color: #FFFFFF;
}
/* ==============================================================================
Media Query
================================================================================*/
@media (min-width: 576px) {
}
@media (min-width: 768px) {
.my-navbar{
padding:0 5rem;
}
}
@media (min-width: 992px) {
.my-navbar{
padding:0 5rem;
}
#design .design-img img{
margin-bottom: 0;
}
#design .design-img .design-img-col2{
margin-bottom: 2.3rem;
}
#design .design-img .design-img-left-text{
position: absolute;
left:1rem;
bottom: 0;
}
#design .design-img .design-img-right-text{
position: absolute;
right:1rem;
bottom: 0;
}
#design .design-img-active .design-img-out div{
width:12.5rem;
height:9.3rem;
position: absolute;
top:20%;
left:25%;
font-family: myFont-Regular;
font-size: 24px;
color: #000000;
text-align: center;
line-height: 5rem;
}
#design .design-img-active .design-img-col4 div{
width:12.5rem;
height:9.3rem;
position: absolute;
top:40%;
left:25%;
font-family: myFont-Regular;
font-size: 24px;
color: #000000;
text-align: center;
line-height: 5rem;
}
#design .design-img-active .design-img-col8 div{
width:12.5rem;
height:9.3rem;
position: absolute;
top:26%;
font-family: myFont-Regular;
font-size: 24px;
color: #000000;
text-align: center;
line-height: 5rem;
margin-left:8rem;
}
#contact .contact-info{
line-height: 3rem;
margin-top:0;
}
#contact{
margin-top:3rem;
}
}
@media (min-width: 1325px) {
.my-navbar{
padding:0 7rem;
}
} | public/style/home/css/product.css | @font-face {
font-family: 'myfont-Medium';
src: url("../fonts/PingFang Medium_downcc.otf");
}
@font-face {
font-family: 'myfont-Semibold';
src: url("../fonts/PingFang SC Semibold.ttf");
}
@font-face {
font-family: 'myfont-Regular';
src: url("../fonts/PingFangSCRegular.ttf");
}
@font-face {
font-family: 'myfont-GrandeBold';
src: url("../fonts/Lucida Grande Bold.ttf");
}
.btn-more {
color: #FFFFFF;
background-color: #D1A247;
border: none;
}
.btn-more:hover,
.btn-more:focus,
.btn-more:active,
.btn-more.active,
.open .dropdown-toggle.btn-more {
color: #FFFFFF;
background-color: #D1A247;
border: none;
}
.btn-more:active,
.btn-more.active,
.open .dropdown-toggle.btn-more {
background-image: none;
}
.btn-more.disabled,
.btn-more[disabled],
fieldset[disabled] .btn-more,
.btn-more.disabled:hover,
.btn-more[disabled]:hover,
fieldset[disabled] .btn-more:hover,
.btn-more.disabled:focus,
.btn-more[disabled]:focus,
fieldset[disabled] .btn-more:focus,
.btn-more.disabled:active,
.btn-more[disabled]:active,
fieldset[disabled] .btn-more:active,
.btn-more.disabled.active,
.btn-more[disabled].active,
fieldset[disabled] .btn-more.active {
background-color: #D1A247;
border: none;
}
.btn-more .badge {
color: #D1A247;
background-color: #FFFFFF;
}
body{
font-family: myfont-Medium;
overflow-x: hidden;
}
/* ==============================================================================
Navbar style
================================================================================*/
.my-navbar{
font-size:1.1rem;
padding:0;
background-color: #000000!important;
}
.navbar-brand{
position: relative;
width: 5rem;
height: 5rem;
border-radius: 50%;
top: 1.3rem;
z-index: 66;
background-color: #000000;
}
.navbar-brand img{
height: 4.375rem;
padding-left: .4rem;
padding-bottom: .2rem;
}
.navbar-nav li{
padding-right: .4rem;
}
.navbar-dark .navbar-nav li:not(.active) .nav-link{
font-size: 1.125rem;
color: rgba(255,255,255,0.5);
text-align: center;
}
.navbar-dark .navbar-nav .nav-item > span{
height: 5rem;
line-height: 5rem;
padding-left: 4.5rem;
color:#FFFFFF;
cursor: pointer;
}
.navbar-dark .navbar-nav .nav-link{
height: 5rem;
line-height: 4rem;
}
.navbar-dark .navbar-nav li.active > a,
.navbar-dark .navbar-nav .nav-link:hover{
font-size: 1.125rem;
color: #FFFFFF!important;
border-bottom: .25rem solid #D1A247;
text-align: center;
}
/* ==============================================================================
Jumbotron style
================================================================================*/
#home .jumbotron-fluid{
height: 30rem;
max-width:1980px;
margin:0 auto;
}
#home .jumbotron-fluid .container-fluid{
max-width:1366px;
margin-top:6rem;
}
#home .jumbotron-fluid h1{
font-family: myFont-Semibold;
font-size: 2.6rem;
color: #FFFFFF;
text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}
#home .jumbotron-fluid p{
opacity: 0.8;
font-family: myFont-Regular;
font-size: 1.5rem;
color: #FFFFFF;
text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}
/* ==============================================================================
Section style
================================================================================*/
#design{
max-width:1980px;
margin:0 auto;
}
#design .container-fluid{
max-width:1366px;
margin:0 auto;
}
#design .design-left{
padding-top:6rem;
}
#design .design-left h4{
font-family: myFont-Semibold;
font-size: 1.25rem;
color: #DC9214;
}
#design .design-left h3{
font-family: myFont-Semibold;
font-size: 2rem;
color: #313131;
}
#design .design-right{
padding-top:10rem;
}
#design .design-right span{
margin-left:2rem;
font-weight: bold;
}
#design .design-right span:hover{
cursor: pointer;
color: #DC9214;
font-weight: bold;
}
#design .design-img{
margin-top:3rem;
}
#design .design-img img{
width:100%;
height:100%;
margin-bottom:1rem;
}
#design .design-img .design-img-col{
position: relative;
font-family: myFont-Semibold;
font-size: 1.5rem;
color: #FFFFFF;
}
#design .design-img .design-img-left-text{
position: absolute;
left:1rem;
bottom: 2rem;
}
#design .design-img .design-img-right-text{
position: absolute;
right:1rem;
bottom:2rem;
}
#design .design-img-active .design-img-out{
position: absolute;
top:0;
bottom:0;
width: 100%;
height: 100%;
background: url(../images/product-out.png) no-repeat center center;
margin:0 auto;
-webkit-animation-name: sport;
-webkit-animation-duration: 0.4s;
-webkit-animation-iteration-count: 1;
-webkit-animation-delay: 0s;
transform: translateY(0px);
}
@keyframes sport{
0% {transform:translateY(100px);}
10% {transform:translateY(90px);}
20% {transform:translateY(80px);}
30% {transform:translateY(70px);}
40% {transform:translateY(60px);}
50% {transform:translateY(50px);}
60% {transform:translateY(40pxx);}
70% {transform:translateY(30px);}
80% {transform:translateY(20px);}
90% {transform:translateY(10px);}
100% {transform:translateY(0px);}
}
#design .design-img-active .design-img-out div{
width:12.5rem;
height:9.3rem;
position: absolute;
top:30%;
left:35%;
font-family: myFont-Regular;
font-size: 24px;
color: #000000;
text-align: center;
line-height: 5rem;
}
#design .design-img-active .design-img-col4 div{
width:12.5rem;
height:9.3rem;
position: absolute;
top:40%;
left:35%;
font-family: myFont-Regular;
font-size: 24px;
color: #000000;
text-align: center;
line-height: 5rem;
}
#design .design-img-active .design-img-col8 div{
width:12.5rem;
height:9.3rem;
position: absolute;
font-family: myFont-Regular;
font-size: 24px;
color: #000000;
text-align: center;
line-height: 5rem;
}
#design .design-img-active .design-img-out div img{
width:25px;
height:25px;
}
#design .design-img-active .design-img-out div h4{
text-decoration: underline;
}
#design .design-img-active .design-img-out{
display:block;
}
#design .design-img-active h3{
display:none;
}
#design .design-img-out{
display: none;
}
/* ==============================================================================
Contact Us style
================================================================================*/
#contact{
margin-top:3rem;
}
#contact .contact-warpper{
max-width:1980px;
background: url(../images/footer-bg.png) no-repeat center;
background-size: 100% 100%;
margin:0 auto;
}
#contact .contact-section{
max-width:1360px;
margin:0 auto;
padding:8rem 0 0 0;
}
#contact .contact-row{
margin-left:6rem;
}
#contact .contact-section h3{
font-family: myFont-Medium;
font-size: 2rem;
color: #FFFFFF;
margin-bottom: 2rem;
text-align: center;
}
#contact .contact-section form{
width: 28rem;
}
#contact .contact-section form > div >input,#contact .contact-section form > div >textarea{
border-radius: 0;
background-color: rgba(30,30,30,0.5);;
border-color:#2D2A29;
position: relative;
margin-bottom: 1.5rem;
}
#contact .contact-section form > div >textarea{
resize: none;
}
#contact .contact-section form button{
width:100%;
border-radius: 1.56rem;
height: 3.12rem;
}
#contact .contact-info{
line-height: 3rem;
margin-top:5rem;
}
#contact .contact-info h1{
font-family: myfont-Regular;
font-size: 2rem;
color: #FFFFFF;
}
#contact .contact-info-text{
margin-bottom: 3rem;
}
#contact .contact-info{
color:#ffffff;
}
#contact span.contact-info-icon{
display:inline-block;
width: 1rem;
height: .3rem;
background-color: #ffffff;
margin-right:1rem;
margin-bottom:.2rem;
}
#contact div.contact-info-text{
color:#DC9214;
}
#contact div.contact-info-text .contact-info-icon{
background:#DC9214;
}
#contact .contact-weixin{
margin-top:2rem;
}
#contact .contact-weixin img{
margin-right: 3rem;
}
#contact .contact-footer{
margin-top: 6rem;
font-family: myFont-Regular;
font-size: .875rem;
color: #FFFFFF;
}
/* ==============================================================================
Media Query
================================================================================*/
@media (min-width: 576px) {
}
@media (min-width: 768px) {
.my-navbar{
padding:0 5rem;
}
}
@media (min-width: 992px) {
.my-navbar{
padding:0 5rem;
}
#design .design-img img{
margin-bottom: 0;
}
#design .design-img .design-img-col2{
margin-bottom: 2.3rem;
}
#design .design-img .design-img-left-text{
position: absolute;
left:1rem;
bottom: 0;
}
#design .design-img .design-img-right-text{
position: absolute;
right:1rem;
bottom: 0;
}
#design .design-img-active .design-img-out div{
width:12.5rem;
height:9.3rem;
position: absolute;
top:20%;
left:25%;
font-family: myFont-Regular;
font-size: 24px;
color: #000000;
text-align: center;
line-height: 5rem;
}
#design .design-img-active .design-img-col4 div{
width:12.5rem;
height:9.3rem;
position: absolute;
top:40%;
left:25%;
font-family: myFont-Regular;
font-size: 24px;
color: #000000;
text-align: center;
line-height: 5rem;
}
#design .design-img-active .design-img-col8 div{
width:12.5rem;
height:9.3rem;
position: absolute;
top:26%;
font-family: myFont-Regular;
font-size: 24px;
color: #000000;
text-align: center;
line-height: 5rem;
margin-left:8rem;
}
#contact .contact-info{
line-height: 3rem;
margin-top:0;
}
#contact{
margin-top:3rem;
}
}
@media (min-width: 1325px) {
.my-navbar{
padding:0 7rem;
}
} | 0.368633 | 0.056004 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
body {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
color: #666;
font-size: 14px;
}
#wrapper {
overflow-x: hidden;
}
h1,
h2 {
display: none;
}
.hero-img {
max-width: 100%;
}
/* MAIN */
/*main {
margin: 19px 12px;
font-size: 14px;
}*/
main{
margin: 19px 0px;
}
.mlr{
margin-left: 12px;
margin-right: 12px;
}
.news > h2 {
display: block;
color: #333;
}
header{
margin: 19px 12px;
}
header h1 {
margin-top: 19px;
}
.intro p {
line-height: 21px;
}
.intro span {
font-weight: 700;
}
ul{
list-style-type: none;
display: flex;
justify-content: flex-start;
padding-left: 0;
margin-top: 19px;
margin-bottom: 0px;
}
ul li{
margin-right: 11px;
}
ul li {
border:1px solid #333;
text-decoration:none;
display:inline-block;
background-color: #FFFFFF; background-image: -webkit-gradient(linear, top bottom, from(#FFFFFF), to(#CFCFCF));
background-image: -webkit-linear-gradient(top, #FFFFFF, #CFCFCF);
background-image: -moz-linear-gradient(top, #FFFFFF, #CFCFCF);
background-image: -ms-linear-gradient(top, #FFFFFF, #CFCFCF);
background-image: -o-linear-gradient(top, #FFFFFF, #CFCFCF);
background-image: linear-gradient(to bottom, #FFFFFF, #CCCCCC);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFFFFF, endColorstr=#CFCFCF);
color: #333;
height: 26px;
width: 26px;
text-align: center;
line-height: 24px;
}
ul li:hover{
background-image: linear-gradient(to bottom,#CCCCCC,#FFFFFF);
}
a{
text-decoration: none;
color: #333;
}
.news{
display: flex;
flex-direction: column;
background-color: #f5f5f5;
padding: 0 12px;
}
.news h2{
order:2;
text-transform: uppercase;
font-weight: 400;
margin-top: 19px;
}
.news h2,
form label {
font-size: 24px;
line-height: 28px;
text-transform: uppercase;
}
form {
color: #333;
}
.news ul{
order:1;
}
.article-container{
order: 3;
}
article{
margin-bottom: 22px;
line-height: 21px;
}
article:last-of-type{
margin-bottom: 18px;
}
form {
margin-bottom: 21px;
}
form div {
display: flex;
margin: 0;
}
form div input {
border-collapse: collapse;
font-size: 14px;
line-height: 24px;
color: #333;
text-indent: 5px;
}
#newsteller {
width: 206px;
}
/* MAIN */
footer {
margin-left: 12px;
margin-right: 12px;
text-align: center;
background-color: #333;
color: #fff;
padding: 19px 0;
margin: 0px;
font-weight: 600;
font-size: 10px;
line-height: 24px;
}
.mt {
margin-top: 19px;
}
/* MEDIA QUERIES */
@media screen and (min-width: 600px){
#wrapper{
display: flex;
flex-direction: column;
}
header{
order: 1;
}
.hero{
order: 0;
}
.intro{
order: 2;
}
.news{
order: 3;
padding: 0 24px;
display: flex;
flex-wrap: wrap;
}
form{
order: 4;
display: flex;
justify-content: space-between;
}
form #input-one {
max-width: 560px;
}
form #input-two {
max-width: 90px;
}
footer{
order: 5;
}
.logo{
max-height: 86px;
max-width: 325px;
}
.mlr{
margin-left: 24px;
margin-right: 24px;
}
.article-container {
display: flex;
}
.article-container div:first-of-type {
column-count: 2;
}
.mt {
margin-top: 19px;
}
#newsteller {
}
}
@media screen and (min-width: 1024px){
#wrapper{
max-width: 1024px;
margin: 0 auto;
}
} | Cassaro-Iaiunese/css/style.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
body {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
color: #666;
font-size: 14px;
}
#wrapper {
overflow-x: hidden;
}
h1,
h2 {
display: none;
}
.hero-img {
max-width: 100%;
}
/* MAIN */
/*main {
margin: 19px 12px;
font-size: 14px;
}*/
main{
margin: 19px 0px;
}
.mlr{
margin-left: 12px;
margin-right: 12px;
}
.news > h2 {
display: block;
color: #333;
}
header{
margin: 19px 12px;
}
header h1 {
margin-top: 19px;
}
.intro p {
line-height: 21px;
}
.intro span {
font-weight: 700;
}
ul{
list-style-type: none;
display: flex;
justify-content: flex-start;
padding-left: 0;
margin-top: 19px;
margin-bottom: 0px;
}
ul li{
margin-right: 11px;
}
ul li {
border:1px solid #333;
text-decoration:none;
display:inline-block;
background-color: #FFFFFF; background-image: -webkit-gradient(linear, top bottom, from(#FFFFFF), to(#CFCFCF));
background-image: -webkit-linear-gradient(top, #FFFFFF, #CFCFCF);
background-image: -moz-linear-gradient(top, #FFFFFF, #CFCFCF);
background-image: -ms-linear-gradient(top, #FFFFFF, #CFCFCF);
background-image: -o-linear-gradient(top, #FFFFFF, #CFCFCF);
background-image: linear-gradient(to bottom, #FFFFFF, #CCCCCC);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFFFFF, endColorstr=#CFCFCF);
color: #333;
height: 26px;
width: 26px;
text-align: center;
line-height: 24px;
}
ul li:hover{
background-image: linear-gradient(to bottom,#CCCCCC,#FFFFFF);
}
a{
text-decoration: none;
color: #333;
}
.news{
display: flex;
flex-direction: column;
background-color: #f5f5f5;
padding: 0 12px;
}
.news h2{
order:2;
text-transform: uppercase;
font-weight: 400;
margin-top: 19px;
}
.news h2,
form label {
font-size: 24px;
line-height: 28px;
text-transform: uppercase;
}
form {
color: #333;
}
.news ul{
order:1;
}
.article-container{
order: 3;
}
article{
margin-bottom: 22px;
line-height: 21px;
}
article:last-of-type{
margin-bottom: 18px;
}
form {
margin-bottom: 21px;
}
form div {
display: flex;
margin: 0;
}
form div input {
border-collapse: collapse;
font-size: 14px;
line-height: 24px;
color: #333;
text-indent: 5px;
}
#newsteller {
width: 206px;
}
/* MAIN */
footer {
margin-left: 12px;
margin-right: 12px;
text-align: center;
background-color: #333;
color: #fff;
padding: 19px 0;
margin: 0px;
font-weight: 600;
font-size: 10px;
line-height: 24px;
}
.mt {
margin-top: 19px;
}
/* MEDIA QUERIES */
@media screen and (min-width: 600px){
#wrapper{
display: flex;
flex-direction: column;
}
header{
order: 1;
}
.hero{
order: 0;
}
.intro{
order: 2;
}
.news{
order: 3;
padding: 0 24px;
display: flex;
flex-wrap: wrap;
}
form{
order: 4;
display: flex;
justify-content: space-between;
}
form #input-one {
max-width: 560px;
}
form #input-two {
max-width: 90px;
}
footer{
order: 5;
}
.logo{
max-height: 86px;
max-width: 325px;
}
.mlr{
margin-left: 24px;
margin-right: 24px;
}
.article-container {
display: flex;
}
.article-container div:first-of-type {
column-count: 2;
}
.mt {
margin-top: 19px;
}
#newsteller {
}
}
@media screen and (min-width: 1024px){
#wrapper{
max-width: 1024px;
margin: 0 auto;
}
} | 0.249722 | 0.074669 |
section,ul,li,img,div{
margin:0;
padding:0;
}
body{
background-color: #f5f5f5;
}
ul,li{
list-style:none;
}
.box{
width:1200px;
margin-top: 20px;
}
.top-nav{
width:100%;
height:100px;
line-height: 100%;
}
.log-in{
overflow: hidden;
width:200px;
height:100px;
line-height: 100px;
text-align: center;
margin-right:150px;
}
.margin-top-fix{
marign-top:50px;
}
.log-in>li{
float: right;
cursor: pointer;
margin-left:50px;
}
.banner{
width:100%;
height:300px;
vertical-align: middle;
}
.banner-img{
margin:0;
border: none;
vertical-align: middle;
width:100%;
height: 100%;
}
.img-content{
width:100%;
float: left;
margin-top:70px;
}
.img-content>ul{
width:1280px;
}
.img-content>ul>li{
float: left;
margin:0 62px 60px 0;
height: 538px;
width:358px;
background: #F8F8FF;
box-shadow:0 0 5px #CCC;
-moz-box-shadow:0 0 5px #CCC;
-webkit-box-shadow:0 0 5px #CCC;
}
.img-content>ul>li .info{
padding: 35px;
}
.img-content>ul>li img{
width:100%;
}
.img-content>ul>li .info h3{
color:#FF0000;
font-size:23px;
}
.img-content>ul>li .info p{
line-height:23px;
margin-top:25px;
}
.img-content>ul>li .info p{
line-height:25px;
margin-top:25px;
}
.img-content>ul>li .info p{
line-height:25px;
margin-top:25px;
}
.img-content>ul>li .btn{
margin-top:20px;
}
.img-content>ul>li .btn a{
width:60px; height:33px; line-height:33px;
color:#FFF;
text-align: center;
display:block;
float:left;
border-radius:5px;
border:1px solid #F61815;
}
.img-content>ul>li .btn a.edit{
background: #F61815;
}
.img-content>ul>li .btn a.del{
margin-left:20px;
color: #F61815;
}
.page-nav{
width:100%;
height:60px;
line-height: 60px;
text-align: center;
overflow:hidden;
}
.page-nav>ul{
overflow: hidden;
margin: 0 30%;
width:80%;
}
.page-nav>ul>li{
float: left;
margin-right:20px;
}
.page-nav>ul>li a{
color:#333;
}
.curr-page{
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
background-color: #c5c5c5;
padding: 3px 9px;
} | old/oldphp/mall/static/css/index.css | section,ul,li,img,div{
margin:0;
padding:0;
}
body{
background-color: #f5f5f5;
}
ul,li{
list-style:none;
}
.box{
width:1200px;
margin-top: 20px;
}
.top-nav{
width:100%;
height:100px;
line-height: 100%;
}
.log-in{
overflow: hidden;
width:200px;
height:100px;
line-height: 100px;
text-align: center;
margin-right:150px;
}
.margin-top-fix{
marign-top:50px;
}
.log-in>li{
float: right;
cursor: pointer;
margin-left:50px;
}
.banner{
width:100%;
height:300px;
vertical-align: middle;
}
.banner-img{
margin:0;
border: none;
vertical-align: middle;
width:100%;
height: 100%;
}
.img-content{
width:100%;
float: left;
margin-top:70px;
}
.img-content>ul{
width:1280px;
}
.img-content>ul>li{
float: left;
margin:0 62px 60px 0;
height: 538px;
width:358px;
background: #F8F8FF;
box-shadow:0 0 5px #CCC;
-moz-box-shadow:0 0 5px #CCC;
-webkit-box-shadow:0 0 5px #CCC;
}
.img-content>ul>li .info{
padding: 35px;
}
.img-content>ul>li img{
width:100%;
}
.img-content>ul>li .info h3{
color:#FF0000;
font-size:23px;
}
.img-content>ul>li .info p{
line-height:23px;
margin-top:25px;
}
.img-content>ul>li .info p{
line-height:25px;
margin-top:25px;
}
.img-content>ul>li .info p{
line-height:25px;
margin-top:25px;
}
.img-content>ul>li .btn{
margin-top:20px;
}
.img-content>ul>li .btn a{
width:60px; height:33px; line-height:33px;
color:#FFF;
text-align: center;
display:block;
float:left;
border-radius:5px;
border:1px solid #F61815;
}
.img-content>ul>li .btn a.edit{
background: #F61815;
}
.img-content>ul>li .btn a.del{
margin-left:20px;
color: #F61815;
}
.page-nav{
width:100%;
height:60px;
line-height: 60px;
text-align: center;
overflow:hidden;
}
.page-nav>ul{
overflow: hidden;
margin: 0 30%;
width:80%;
}
.page-nav>ul>li{
float: left;
margin-right:20px;
}
.page-nav>ul>li a{
color:#333;
}
.curr-page{
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
background-color: #c5c5c5;
padding: 3px 9px;
} | 0.345989 | 0.064447 |
pointer-events: none;
position: relative;
z-index: 2014;
top: 0;
left: 0;
width: 100%;
height: 100px;
background: white;
}
#nprogress .bar {
background: #29d;
position: relative;
top: 0;
left: 0;
right: 0;
height: 3px;
-webkit-transition: background 2s ease;
transition: background 2s ease;
}
#nprogress .peg {
display: block;
position: absolute;
right: 0px;
top: 0px;
width: 1%;
height: 100%;
box-shadow: 0 0 10px #29d, 0 0 5px #29d;
opacity: 1.0;
-webkit-transition: box-shadow 2s ease;
transition: box-shadow 2s ease;
}
#nprogress .msg {
display: block;
position: absolute;
top: 9px;
right: 42px;
font-size: 18px;
color: #29d;
padding: 0px 6px 0px 6px;
text-shadow: 0px 0px 8px #29d;
font-family: "Source Sans Pro", sans-serif;
line-height: 1.5;
-webkit-transition: color 2s ease;
transition: color 2s ease;
-webkit-transition: text-shadow 2s ease;
transition: text-shadow 2s ease;
}
#nprogress .msgBG {
background-color: white;
opacity: 0.5;
}
#nprogress .msgRF {
right: 4px;
}
#nprogress .spinner {
display: block;
position: absolute;
top: 15px;
right: 15px;
}
#nprogress .spinner .spinner-icon {
width: 18px;
height: 18px;
box-sizing: border-box;
border: solid 2px transparent;
border-top-color: #29d;
border-left-color: #29d;
border-radius: 50%;
-webkit-animation: nprogress-spinner 400ms linear infinite;
animation: nprogress-spinner 400ms linear infinite;
-webkit-transition: border-color 2s ease;
transition: border-color 2s ease;
}
#nprogress.anti-clockwise .spinner-icon {
-webkit-animation-direction: reverse;
animation-direction: reverse;
}
#nprogress.nprogress-removed {
display: none;
}
.nprogress-parent {
position: relative;
}
@-webkit-keyframes nprogress-spinner {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} | test/test.css | pointer-events: none;
position: relative;
z-index: 2014;
top: 0;
left: 0;
width: 100%;
height: 100px;
background: white;
}
#nprogress .bar {
background: #29d;
position: relative;
top: 0;
left: 0;
right: 0;
height: 3px;
-webkit-transition: background 2s ease;
transition: background 2s ease;
}
#nprogress .peg {
display: block;
position: absolute;
right: 0px;
top: 0px;
width: 1%;
height: 100%;
box-shadow: 0 0 10px #29d, 0 0 5px #29d;
opacity: 1.0;
-webkit-transition: box-shadow 2s ease;
transition: box-shadow 2s ease;
}
#nprogress .msg {
display: block;
position: absolute;
top: 9px;
right: 42px;
font-size: 18px;
color: #29d;
padding: 0px 6px 0px 6px;
text-shadow: 0px 0px 8px #29d;
font-family: "Source Sans Pro", sans-serif;
line-height: 1.5;
-webkit-transition: color 2s ease;
transition: color 2s ease;
-webkit-transition: text-shadow 2s ease;
transition: text-shadow 2s ease;
}
#nprogress .msgBG {
background-color: white;
opacity: 0.5;
}
#nprogress .msgRF {
right: 4px;
}
#nprogress .spinner {
display: block;
position: absolute;
top: 15px;
right: 15px;
}
#nprogress .spinner .spinner-icon {
width: 18px;
height: 18px;
box-sizing: border-box;
border: solid 2px transparent;
border-top-color: #29d;
border-left-color: #29d;
border-radius: 50%;
-webkit-animation: nprogress-spinner 400ms linear infinite;
animation: nprogress-spinner 400ms linear infinite;
-webkit-transition: border-color 2s ease;
transition: border-color 2s ease;
}
#nprogress.anti-clockwise .spinner-icon {
-webkit-animation-direction: reverse;
animation-direction: reverse;
}
#nprogress.nprogress-removed {
display: none;
}
.nprogress-parent {
position: relative;
}
@-webkit-keyframes nprogress-spinner {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} | 0.405684 | 0.061763 |
.jlayoutLeft {
display: flex;
justify-content: flex-start;
align-items: center;
}
.jlayoutCenter {
display: flex;
justify-content: center;
align-items: center;
}
.jlayoutRight {
display: flex;
justify-content: flex-end;
align-items: center;
}
.jlayoutBetween {
display: flex;
justify-content: space-between;
align-items: center;
}
.jlayoutTop {
display: flex;
align-items: flex-start;
}
.jlayoutBottom {
display: flex;
align-items: flex-end;
}
.jlayoutFlow {
display: flex;
flex-wrap: wrap;
}
.jlayoutVertical {
flex-flow: column;
}
.jwidthInherit {
width: inherit
}
.jwidthFull {
width: 100%
}
.jwidthHalf {
width: 50%
}
.jwidth2i3 {
width: 65%
}
.jwidth1i3 {
width: 32%
}
.jwidth4i5 {
width: 80%
}
.jwidth3i5 {
width: 60%
}
.jwidth2i5 {
width: 40%
}
.jwidth1i5 {
width: 20%
}
.jwidth1i10 {
width: 10%
}
.jwidth7i10 {
width: 70%
}
.jwidth9i10 {
width: 90%
}
.jheightInherit {
height: inherit
}
.jheightFull {
height: 100%
}
.jheightHalf {
height: 50%
}
.jheight2i3 {
height: 67%
}
.jheight1i3 {
height: 33%
}
.jheight4i5 {
height: 80%
}
.jheight3i5 {
height: 60%
}
.jheight2i5 {
height: 40%
}
.jheight1i5 {
height: 20%
}
.jwidthHeightSmall {
width: 16px;
height: 16px;
}
.jwidthHeight {
width: 24px;
height: 24px;
}
.jwidthHeight {
width: 24px;
height: 24px;
}
.jwidthHeightLarge {
width: 32px;
height: 32px;
}
.jwidthHeightLargeMore {
width: 40px;
height: 40px;
}
.jwidthHeightLargeMoreMore {
width: 48px;
height: 48px;
}
.jwidthHeightLargeMoreMoreMore {
width: 56px;
height: 56px;
}
.jspaceLineSmall {
line-height: 20px;
color: black;
background: #eeeeee;
font_size: 12px;
font_family: '微软雅黑';
}
.jspaceLine {
line-height: 30px;
color: black;
background: #eeeeee;
font_size: 14px;
font_family: '微软雅黑';
}
.jspaceLineLarge {
line-height: 40px;
color: black;
background: #eeeeee;
font_size: 16px;
font_family: '微软雅黑';
}
.gpositionAbsolute {
position: absolute
}
.gpositionRelative {
position: relative
} | src/style/xfx.css | .jlayoutLeft {
display: flex;
justify-content: flex-start;
align-items: center;
}
.jlayoutCenter {
display: flex;
justify-content: center;
align-items: center;
}
.jlayoutRight {
display: flex;
justify-content: flex-end;
align-items: center;
}
.jlayoutBetween {
display: flex;
justify-content: space-between;
align-items: center;
}
.jlayoutTop {
display: flex;
align-items: flex-start;
}
.jlayoutBottom {
display: flex;
align-items: flex-end;
}
.jlayoutFlow {
display: flex;
flex-wrap: wrap;
}
.jlayoutVertical {
flex-flow: column;
}
.jwidthInherit {
width: inherit
}
.jwidthFull {
width: 100%
}
.jwidthHalf {
width: 50%
}
.jwidth2i3 {
width: 65%
}
.jwidth1i3 {
width: 32%
}
.jwidth4i5 {
width: 80%
}
.jwidth3i5 {
width: 60%
}
.jwidth2i5 {
width: 40%
}
.jwidth1i5 {
width: 20%
}
.jwidth1i10 {
width: 10%
}
.jwidth7i10 {
width: 70%
}
.jwidth9i10 {
width: 90%
}
.jheightInherit {
height: inherit
}
.jheightFull {
height: 100%
}
.jheightHalf {
height: 50%
}
.jheight2i3 {
height: 67%
}
.jheight1i3 {
height: 33%
}
.jheight4i5 {
height: 80%
}
.jheight3i5 {
height: 60%
}
.jheight2i5 {
height: 40%
}
.jheight1i5 {
height: 20%
}
.jwidthHeightSmall {
width: 16px;
height: 16px;
}
.jwidthHeight {
width: 24px;
height: 24px;
}
.jwidthHeight {
width: 24px;
height: 24px;
}
.jwidthHeightLarge {
width: 32px;
height: 32px;
}
.jwidthHeightLargeMore {
width: 40px;
height: 40px;
}
.jwidthHeightLargeMoreMore {
width: 48px;
height: 48px;
}
.jwidthHeightLargeMoreMoreMore {
width: 56px;
height: 56px;
}
.jspaceLineSmall {
line-height: 20px;
color: black;
background: #eeeeee;
font_size: 12px;
font_family: '微软雅黑';
}
.jspaceLine {
line-height: 30px;
color: black;
background: #eeeeee;
font_size: 14px;
font_family: '微软雅黑';
}
.jspaceLineLarge {
line-height: 40px;
color: black;
background: #eeeeee;
font_size: 16px;
font_family: '微软雅黑';
}
.gpositionAbsolute {
position: absolute
}
.gpositionRelative {
position: relative
} | 0.488771 | 0.084871 |
.owl-theme .owl-controls{
margin-top: 10px;
text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
color: #FFF;
display: inline-block;
zoom: 1;
margin: 0;
padding: 5px 10px;
font-size: 25px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
background: #8fae1f;
opacity: 1;
width: 55px;
height: 45px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
text-decoration: none;
}
/* Styling Pagination*/
.owl-pagination {
margin-top: 50px;
}
.owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
display: block !important;
width: 10px !important;
height: 10px !important;
margin: 5px 7px !important;
filter: Alpha(Opacity=50);/*IE7 fix*/
background:none !important;
border:1px solid #f6f6f6 !important;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
background:#95b61d !important;
border:1px solid #f6f6f6 !important;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
/* preloading images */
.owl-item.loading{
min-height: 150px;
background: url(AjaxLoader.html) no-repeat center center
}
.owl-next {
background: #8fae1f !important;
}
.owl-prev {
background: #95b61d !important;
}
.owl-buttons {
padding-top: 40px;
}
#gallery_carusal .owl-controls .clickable.owl-theme .owl-buttons{
margin-top: 10px;
text-align: center;
}
/* Styling Next and Prev buttons */
#gallery_carusal .owl-theme .owl-controls .owl-buttons div {
color: #FFF;
display: inline-block;
zoom: 1;
margin: 0;
padding: 3px !important;
font-size: 25px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
background: #8fae1f;
opacity: 1;
width: 55px;
height: 45px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
#gallery_carusal .owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
text-decoration: none;
}
/* Styling Pagination*/
#gallery_carusal .owl-theme .owl-controls .owl-page{
zoom: 1;
*display: inline;/*IE7 life-saver */
}
#gallery_carusal .owl-theme .owl-controls .owl-page span{
display: block !important;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}
#gallery_carusal .owl-theme .owl-controls .owl-page.active span,
#gallery_carusal .owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
color:#95b61d;
}
/* If PaginationNumbers is true */
#gallery_carusal .owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
/* preloading images */
#gallery_carusal .owl-item.loading{
min-height: 150px;
background: url(AjaxLoader.html) no-repeat center center
}
#gallery_carusal .owl-next {
background: none !important;
right: -6% !important;
overflow: hidden !important;
top: 45% !important;
border: 1px solid;
width: 40px !important;
height: 40px !important;
color: #fff !important;
font-size: 22px !important;
display:block !important;
position: absolute;
padding: 3px !important;
}
#gallery_carusal .owl-next:hover {
background: #95b61d !important;
border: 0px solid;
}
#gallery_carusal .owl-prev {
background: none !important;
left: -6% !important;
overflow: hidden !important;
top: 45% !important;
border: 1px solid;
width: 40px !important;
height: 40px !important;
color: #fff !important;
font-size: 22px !important;
display: block !important;
position: absolute;
padding: 3px !important;
}
#gallery_carusal .owl-prev:hover {
background: #95b61d !important;
border: 0px solid;
}
#gallery_carusal .owl-buttons {
padding-top: 40px;
} | web/css/owl.theme.css | .owl-theme .owl-controls{
margin-top: 10px;
text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
color: #FFF;
display: inline-block;
zoom: 1;
margin: 0;
padding: 5px 10px;
font-size: 25px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
background: #8fae1f;
opacity: 1;
width: 55px;
height: 45px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
text-decoration: none;
}
/* Styling Pagination*/
.owl-pagination {
margin-top: 50px;
}
.owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
display: block !important;
width: 10px !important;
height: 10px !important;
margin: 5px 7px !important;
filter: Alpha(Opacity=50);/*IE7 fix*/
background:none !important;
border:1px solid #f6f6f6 !important;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
background:#95b61d !important;
border:1px solid #f6f6f6 !important;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
/* preloading images */
.owl-item.loading{
min-height: 150px;
background: url(AjaxLoader.html) no-repeat center center
}
.owl-next {
background: #8fae1f !important;
}
.owl-prev {
background: #95b61d !important;
}
.owl-buttons {
padding-top: 40px;
}
#gallery_carusal .owl-controls .clickable.owl-theme .owl-buttons{
margin-top: 10px;
text-align: center;
}
/* Styling Next and Prev buttons */
#gallery_carusal .owl-theme .owl-controls .owl-buttons div {
color: #FFF;
display: inline-block;
zoom: 1;
margin: 0;
padding: 3px !important;
font-size: 25px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
background: #8fae1f;
opacity: 1;
width: 55px;
height: 45px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
#gallery_carusal .owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
text-decoration: none;
}
/* Styling Pagination*/
#gallery_carusal .owl-theme .owl-controls .owl-page{
zoom: 1;
*display: inline;/*IE7 life-saver */
}
#gallery_carusal .owl-theme .owl-controls .owl-page span{
display: block !important;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}
#gallery_carusal .owl-theme .owl-controls .owl-page.active span,
#gallery_carusal .owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
color:#95b61d;
}
/* If PaginationNumbers is true */
#gallery_carusal .owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 3px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
/* preloading images */
#gallery_carusal .owl-item.loading{
min-height: 150px;
background: url(AjaxLoader.html) no-repeat center center
}
#gallery_carusal .owl-next {
background: none !important;
right: -6% !important;
overflow: hidden !important;
top: 45% !important;
border: 1px solid;
width: 40px !important;
height: 40px !important;
color: #fff !important;
font-size: 22px !important;
display:block !important;
position: absolute;
padding: 3px !important;
}
#gallery_carusal .owl-next:hover {
background: #95b61d !important;
border: 0px solid;
}
#gallery_carusal .owl-prev {
background: none !important;
left: -6% !important;
overflow: hidden !important;
top: 45% !important;
border: 1px solid;
width: 40px !important;
height: 40px !important;
color: #fff !important;
font-size: 22px !important;
display: block !important;
position: absolute;
padding: 3px !important;
}
#gallery_carusal .owl-prev:hover {
background: #95b61d !important;
border: 0px solid;
}
#gallery_carusal .owl-buttons {
padding-top: 40px;
} | 0.253953 | 0.049658 |
@CHARSET "UTF-8";
/* new clearfix */
.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 */
.hidden {
display: none;
}
.last {
border-bottom: none !important;
}
blockquote {
background: #f9f9f9;
padding: 8px 20px;
border: 1px solid #ccc;
}
.about {
box-shadow: 0;
-webkit-box-shadow: 0;
-moz-box-shadow: 0;
}
.adlist {
padding: 20px;
}
.adlist li {
float: left;
diaplay: inline;
margin-left: 30px;
margin-bottom: 20px;
width: 110px;
}
.main {
margin: 40px auto 10px auto;
font-size: 14px;
display: table;
padding-bottom: 10px;
border-bottom: 1px solid #EEEEEE
}
.info {
width: 300px;
float: left;
margin-right: 20px;
}
.info h3 {
width: 300px;
height: 26px;
background: url('../img/ictb.png') no-repeat;
font-size: 0;
margin-bottom: 8px;
}
.info ul {
margin-left: -10px;
}
.info ul li {
list-style: none;
float: left;
width: 140px;
padding-left: 0;
background: none;
margin-left: 10px;
}
.info ul {
margin-left: -10px;
}
.b2 h3 {
background-position: 0 -26px;
}
.b3 {
margin: 0;
position: relative;
}
.b3 span {
position: absolute;
right: 10px;
top: 0;
background: url('../img/morelink.gif') no-repeat left center;
padding-left: 12px;
}
.b3 span a {
color: #8C8C8C;
font-weight: 600
}
.b3 h3 {
background-position: 0 -52px;
}
.info li {
padding: 3px 0 3px 12px;
background: url('../img/dian.png') 2px center no-repeat;
}
.info li a {
color: #8c8c8c;
}
.info p {
color: #8c8c8c;
}
.info p img {
display: table;
margin: 10px 0;
}
.morelink {
padding-top: 20px;
}
.morelink li {
float: left;
width: 180px;
}
.left {
width: 140px;
border-bottom: 2px solid #DDD;
background: #FFF;
float: left;
}
.left li:hover {
border-left: 3px solid #0066ff;
}
.left li a {
height: 40px;
line-height: 40px;
display: block;
color: #333
}
.left li a:hover, .left li.active a {
color: #0066FF
}
.left li.active {
border-left: 3px solid #0066ff;
}
.left li {
border-left: 3px solid #fff;
border-bottom: 1px solid #EEEEEE;
font-size: 14px;
height: 40px;
margin-bottom: 1px;
overflow: hidden;
padding-left: 25px;
}
.event_year {
width: 60px;
border-bottom: 2px solid #DDD;
text-align: center;
float: left;
margin-top: 10px;
}
.event_year li {
height: 40px;
line-height: 40px;
background: #FFF;
margin-bottom: 1px;
font-size: 18px;
color: #828282;
cursor: pointer;
}
.event_year li.current {
width: 70px;
background: #0066ff url('../img/jian.png') 60px 0 no-repeat;
color: #FFF;
text-align: left;
padding-left: 9px;
}
.event_list {
float: left;
background: url('../img/dian3.png') 92px 0 repeat-y;
margin: 10px 0 20px 0;
}
.event_list h3 {
padding: 0;
text-align: left;
margin: 0 0 10px 85px;
font-size: 24px;
font-family: Georgia;
color: #0066ff;
padding-left: 25px;
background: url('../img/jian.png') 0 -45px no-repeat;
height: 38px;
line-height: 30px;
font-style: italic;
}
.event_list li {
background: url('../img/jian.png') 136px -80px no-repeat;
}
.event_list li span {
width: 80px;
text-align: right;
display: block;
float: left;
margin-top: 10px;
}
.event_list li p {
width: 460px;
margin-left: 24px;
display: inline-block;
padding-left: 10px;
background: url('../img/jian.png') -21px 0 no-repeat;
line-height: 25px;
_float: left;
}
.event_list li p span {
width: 450px;
text-align: left;
border-bottom: 2px solid #DDD;
padding: 10px 15px;
background: #FFF;
margin: 0;
}
.titlelist {
line-height: 24px;
color: #8C8C8C;
padding-bottom: 20px;
}
.titlelist dt {
font-weight: bold;
color: #666;
white-space: nowrap;
margin: 10px;
}
.titlelist dd {
padding-left: 13px;
}
h1 {
background: url("http://ww.chinaz.com/about/images/h1-bg.gif") no-repeat scroll left bottom rgba(0, 0, 0, 0);
font-family: Tahoma, Arial, sans-serif;
font-size: 14px;
margin-bottom: 15px;
padding-bottom: 12px;
}
.hr {
border-top: 1px solid #CCD5DE;
font-size: 0;
height: 0;
line-height: 0;
margin: 15px 0;
}
.red {
color: #0065CB;
font-size: 15px;
} | public/static/home/css/about.css | @CHARSET "UTF-8";
/* new clearfix */
.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 */
.hidden {
display: none;
}
.last {
border-bottom: none !important;
}
blockquote {
background: #f9f9f9;
padding: 8px 20px;
border: 1px solid #ccc;
}
.about {
box-shadow: 0;
-webkit-box-shadow: 0;
-moz-box-shadow: 0;
}
.adlist {
padding: 20px;
}
.adlist li {
float: left;
diaplay: inline;
margin-left: 30px;
margin-bottom: 20px;
width: 110px;
}
.main {
margin: 40px auto 10px auto;
font-size: 14px;
display: table;
padding-bottom: 10px;
border-bottom: 1px solid #EEEEEE
}
.info {
width: 300px;
float: left;
margin-right: 20px;
}
.info h3 {
width: 300px;
height: 26px;
background: url('../img/ictb.png') no-repeat;
font-size: 0;
margin-bottom: 8px;
}
.info ul {
margin-left: -10px;
}
.info ul li {
list-style: none;
float: left;
width: 140px;
padding-left: 0;
background: none;
margin-left: 10px;
}
.info ul {
margin-left: -10px;
}
.b2 h3 {
background-position: 0 -26px;
}
.b3 {
margin: 0;
position: relative;
}
.b3 span {
position: absolute;
right: 10px;
top: 0;
background: url('../img/morelink.gif') no-repeat left center;
padding-left: 12px;
}
.b3 span a {
color: #8C8C8C;
font-weight: 600
}
.b3 h3 {
background-position: 0 -52px;
}
.info li {
padding: 3px 0 3px 12px;
background: url('../img/dian.png') 2px center no-repeat;
}
.info li a {
color: #8c8c8c;
}
.info p {
color: #8c8c8c;
}
.info p img {
display: table;
margin: 10px 0;
}
.morelink {
padding-top: 20px;
}
.morelink li {
float: left;
width: 180px;
}
.left {
width: 140px;
border-bottom: 2px solid #DDD;
background: #FFF;
float: left;
}
.left li:hover {
border-left: 3px solid #0066ff;
}
.left li a {
height: 40px;
line-height: 40px;
display: block;
color: #333
}
.left li a:hover, .left li.active a {
color: #0066FF
}
.left li.active {
border-left: 3px solid #0066ff;
}
.left li {
border-left: 3px solid #fff;
border-bottom: 1px solid #EEEEEE;
font-size: 14px;
height: 40px;
margin-bottom: 1px;
overflow: hidden;
padding-left: 25px;
}
.event_year {
width: 60px;
border-bottom: 2px solid #DDD;
text-align: center;
float: left;
margin-top: 10px;
}
.event_year li {
height: 40px;
line-height: 40px;
background: #FFF;
margin-bottom: 1px;
font-size: 18px;
color: #828282;
cursor: pointer;
}
.event_year li.current {
width: 70px;
background: #0066ff url('../img/jian.png') 60px 0 no-repeat;
color: #FFF;
text-align: left;
padding-left: 9px;
}
.event_list {
float: left;
background: url('../img/dian3.png') 92px 0 repeat-y;
margin: 10px 0 20px 0;
}
.event_list h3 {
padding: 0;
text-align: left;
margin: 0 0 10px 85px;
font-size: 24px;
font-family: Georgia;
color: #0066ff;
padding-left: 25px;
background: url('../img/jian.png') 0 -45px no-repeat;
height: 38px;
line-height: 30px;
font-style: italic;
}
.event_list li {
background: url('../img/jian.png') 136px -80px no-repeat;
}
.event_list li span {
width: 80px;
text-align: right;
display: block;
float: left;
margin-top: 10px;
}
.event_list li p {
width: 460px;
margin-left: 24px;
display: inline-block;
padding-left: 10px;
background: url('../img/jian.png') -21px 0 no-repeat;
line-height: 25px;
_float: left;
}
.event_list li p span {
width: 450px;
text-align: left;
border-bottom: 2px solid #DDD;
padding: 10px 15px;
background: #FFF;
margin: 0;
}
.titlelist {
line-height: 24px;
color: #8C8C8C;
padding-bottom: 20px;
}
.titlelist dt {
font-weight: bold;
color: #666;
white-space: nowrap;
margin: 10px;
}
.titlelist dd {
padding-left: 13px;
}
h1 {
background: url("http://ww.chinaz.com/about/images/h1-bg.gif") no-repeat scroll left bottom rgba(0, 0, 0, 0);
font-family: Tahoma, Arial, sans-serif;
font-size: 14px;
margin-bottom: 15px;
padding-bottom: 12px;
}
.hr {
border-top: 1px solid #CCD5DE;
font-size: 0;
height: 0;
line-height: 0;
margin: 15px 0;
}
.red {
color: #0065CB;
font-size: 15px;
} | 0.243193 | 0.068164 |
body,ul{margin: 0;padding:0;}
body{background: #ffeaee;}
.wrap{display: flex;flex-direction: column;}
/* 头部样式 */
.head{background: #72c3ff;height: 100px;display: flex; justify-content:center;position: fixed;top:0;left:0;width: 100%;z-index: 1;}
.head img{height: 90%;align-self: center;margin-right:30%;margin-left: 3%;}
.head input{font-size: 26px;background:#ffeaee;border: none;cursor: pointer;align-self: center;margin-right:20px;padding: 18px;display: inline-block;border-radius: 5px;box-shadow: 1px 1px 1px grey; }
/* index样式 */
.main{display: flex;justify-content: center;background: #ffeaee;margin-top:100px;}
.list{width: 90%;padding-top:20px;min-width: 340px;display: flex;flex-direction: column;font-size: 28px;}
.list li{list-style: none;display: block;border-radius:5px;background: #62d8f1;margin-top: 20px;padding: 20px;color: white;position: relative;box-shadow: 2px 2px 3px grey}
.list span{font-style: italic;font-weight:lighter;}
.list p{text-indent:1.5em;line-height: 45px;word-wrap: break-word;}
.list a{position: absolute;right: 10px;bottom: 10px;text-decoration: none;color: black;}
/* discuss样式 */
.main_d{display: flex;flex-direction:column;justify-content: center;width: 90%;margin: 0 auto;margin-top:120px;}
.content{padding:20px;min-width: 340px;font-size: 20px;color: white;background: #62a3f1;font-size: 28px;}
.content span{font-style: italic;font-weight:lighter;}
.content p{text-indent:1.5em;line-height: 45px;word-wrap: break-word;}
.list_d{display: block;padding:30px 30px 0 30px;border-radius: 10px;border: 2px solid #c5c5c5;background:#eeeeee;margin-top: 20px;font-size: 22px;}
.list_d li{list-style: none;display: block;border-radius:5px;background: #62d8f1;margin-bottom: 30px;padding: 30px;color: black;position: relative;box-shadow: 2px 2px 3px grey}
.list_d p{text-indent:1.5em;line-height: 30px;word-wrap: break-word;}
.form{height: 80px;position: fixed;bottom: 0;display: flex;width:100%;justify-content: center;z-index: 1;background:#c0c0c0;align-items: center;}
.form input{height: 60px;margin: 0 10px;line-height: 60px;font-size: 38px;vertical-align: middle;}
.form input:last-child{font-size: 24px;display: inline-block;border-radius: 4px;text-align: center;padding: 6px;line-height: 20px;
background: #eeeeee;}
.form input:first-child{width:360px;}
.message{z-index: 2;background: rgba(192, 192, 192, 0.77);height: 800px;position: fixed;width: 100%;display: none;justify-content: center;align-items: center;}
.form_i{display: flex;flex-direction: column;align-items: center;width: 400px;height: 200px;background: #338fb2;border: 10px solid white;position: relative;}
.form_i h2{margin:5px 0;padding:0;font-weight: normal;padding: 5px;font-size: 20px;}
.form_i textarea{width: 95%;height:50%;background:#dae7dc;font-size:18px;font-family:'黑体','微软雅黑' }
.form_i input{position: absolute;right: 10px;bottom: 10px;width: 20%;} | middle.css | body,ul{margin: 0;padding:0;}
body{background: #ffeaee;}
.wrap{display: flex;flex-direction: column;}
/* 头部样式 */
.head{background: #72c3ff;height: 100px;display: flex; justify-content:center;position: fixed;top:0;left:0;width: 100%;z-index: 1;}
.head img{height: 90%;align-self: center;margin-right:30%;margin-left: 3%;}
.head input{font-size: 26px;background:#ffeaee;border: none;cursor: pointer;align-self: center;margin-right:20px;padding: 18px;display: inline-block;border-radius: 5px;box-shadow: 1px 1px 1px grey; }
/* index样式 */
.main{display: flex;justify-content: center;background: #ffeaee;margin-top:100px;}
.list{width: 90%;padding-top:20px;min-width: 340px;display: flex;flex-direction: column;font-size: 28px;}
.list li{list-style: none;display: block;border-radius:5px;background: #62d8f1;margin-top: 20px;padding: 20px;color: white;position: relative;box-shadow: 2px 2px 3px grey}
.list span{font-style: italic;font-weight:lighter;}
.list p{text-indent:1.5em;line-height: 45px;word-wrap: break-word;}
.list a{position: absolute;right: 10px;bottom: 10px;text-decoration: none;color: black;}
/* discuss样式 */
.main_d{display: flex;flex-direction:column;justify-content: center;width: 90%;margin: 0 auto;margin-top:120px;}
.content{padding:20px;min-width: 340px;font-size: 20px;color: white;background: #62a3f1;font-size: 28px;}
.content span{font-style: italic;font-weight:lighter;}
.content p{text-indent:1.5em;line-height: 45px;word-wrap: break-word;}
.list_d{display: block;padding:30px 30px 0 30px;border-radius: 10px;border: 2px solid #c5c5c5;background:#eeeeee;margin-top: 20px;font-size: 22px;}
.list_d li{list-style: none;display: block;border-radius:5px;background: #62d8f1;margin-bottom: 30px;padding: 30px;color: black;position: relative;box-shadow: 2px 2px 3px grey}
.list_d p{text-indent:1.5em;line-height: 30px;word-wrap: break-word;}
.form{height: 80px;position: fixed;bottom: 0;display: flex;width:100%;justify-content: center;z-index: 1;background:#c0c0c0;align-items: center;}
.form input{height: 60px;margin: 0 10px;line-height: 60px;font-size: 38px;vertical-align: middle;}
.form input:last-child{font-size: 24px;display: inline-block;border-radius: 4px;text-align: center;padding: 6px;line-height: 20px;
background: #eeeeee;}
.form input:first-child{width:360px;}
.message{z-index: 2;background: rgba(192, 192, 192, 0.77);height: 800px;position: fixed;width: 100%;display: none;justify-content: center;align-items: center;}
.form_i{display: flex;flex-direction: column;align-items: center;width: 400px;height: 200px;background: #338fb2;border: 10px solid white;position: relative;}
.form_i h2{margin:5px 0;padding:0;font-weight: normal;padding: 5px;font-size: 20px;}
.form_i textarea{width: 95%;height:50%;background:#dae7dc;font-size:18px;font-family:'黑体','微软雅黑' }
.form_i input{position: absolute;right: 10px;bottom: 10px;width: 20%;} | 0.21158 | 0.053305 |
.radio {
border: 2px solid rgb(0, 0, 0);
border-radius: 50%;
cursor: pointer;
display: inline-block;
height: 20px;
position: relative;
vertical-align: top;
width: 20px;
box-sizing: border-box;
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
text-size-adjust: 100%
}
.radio *,
.radio *::after,
.radio *::before {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
text-size-adjust: 100%;
-webkit-touch-callout: none;
}
.radio::before {
background-color: rgb(63, 81, 181);
border-radius: 50%;
content: '';
height: 100%;
left: 0;
position: absolute;
top: 0;
transform: scale(0);
transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
width: 100%;
}
.radio .ripple {
background-color: rgb(63, 81, 181);
opacity: 0.3;
transition-duration: 650ms;
}
.radioChecked {
border: 2px solid rgb(63, 81, 181);
composes: radio
}
.radioChecked::before {
transform: scale(0.65);
}
.field {
display: block;
height: 20px;
margin-bottom: 15px;
position: relative;
white-space: nowrap;
}
.text {
color: rgb(0, 0, 0);
display: inline-block;
font-size: 14px;
line-height: 20px;
padding-left: 10px;
vertical-align: top;
white-space: nowrap;
}
.disabled {
composes: field
}
.disabled .text {
color: rgba(0, 0, 0, 0.26);
}
.disabled .radio {
border-color: rgba(0, 0, 0, 0.26);
cursor: auto;
}
.disabled .radioChecked {
border-color: rgba(0, 0, 0, 0.26);
cursor: auto
}
.disabled .radioChecked::before {
background-color: rgba(0, 0, 0, 0.26);
}
.input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 0;
height: 0;
margin: 0;
opacity: 0;
padding: 0;
position: absolute;
width: 0
}
.input:focus ~ .radio {
box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}
.input:focus ~ .radioChecked {
box-shadow: 0 0 0 10px rgba(63, 81, 181, 0.26);
} | lib/radio/theme.module.css | .radio {
border: 2px solid rgb(0, 0, 0);
border-radius: 50%;
cursor: pointer;
display: inline-block;
height: 20px;
position: relative;
vertical-align: top;
width: 20px;
box-sizing: border-box;
font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
text-size-adjust: 100%
}
.radio *,
.radio *::after,
.radio *::before {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
text-size-adjust: 100%;
-webkit-touch-callout: none;
}
.radio::before {
background-color: rgb(63, 81, 181);
border-radius: 50%;
content: '';
height: 100%;
left: 0;
position: absolute;
top: 0;
transform: scale(0);
transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
width: 100%;
}
.radio .ripple {
background-color: rgb(63, 81, 181);
opacity: 0.3;
transition-duration: 650ms;
}
.radioChecked {
border: 2px solid rgb(63, 81, 181);
composes: radio
}
.radioChecked::before {
transform: scale(0.65);
}
.field {
display: block;
height: 20px;
margin-bottom: 15px;
position: relative;
white-space: nowrap;
}
.text {
color: rgb(0, 0, 0);
display: inline-block;
font-size: 14px;
line-height: 20px;
padding-left: 10px;
vertical-align: top;
white-space: nowrap;
}
.disabled {
composes: field
}
.disabled .text {
color: rgba(0, 0, 0, 0.26);
}
.disabled .radio {
border-color: rgba(0, 0, 0, 0.26);
cursor: auto;
}
.disabled .radioChecked {
border-color: rgba(0, 0, 0, 0.26);
cursor: auto
}
.disabled .radioChecked::before {
background-color: rgba(0, 0, 0, 0.26);
}
.input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 0;
height: 0;
margin: 0;
opacity: 0;
padding: 0;
position: absolute;
width: 0
}
.input:focus ~ .radio {
box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}
.input:focus ~ .radioChecked {
box-shadow: 0 0 0 10px rgba(63, 81, 181, 0.26);
} | 0.410993 | 0.135518 |
.filepond--media-preview audio {
display: none;
}
.filepond--media-preview .audioplayer {
width: calc(100% - 1.4em);
margin: 2.3em auto auto;
}
.filepond--media-preview .playpausebtn {
margin-top: 0.3em;
margin-right: 0.3em;
height: 25px;
width: 25px;
border-radius: 25px;
border: none;
background-repeat: no-repeat;
background-position: center;
float: left;
outline: none;
cursor: pointer;
}
.filepond--media-preview .playpausebtn:hover {
background-color: rgba(0, 0, 0, 0.5);
}
.filepond--media-preview .play {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAyElEQVQ4T9XUsWoCQRRG4XPaFL5SfIy8gKYKBCysrax8Ahs7qzQ2qVIFOwsrsbEWLEK6EBFGBrIQhN2d3dnGgalm+Jh7789Ix8uOPe4YDCH0gZ66atKW0pJDCE/AEngDXtRjCpwCRucbGANzNVTBqWBhfAJDdV+GNgWj8wtM41bPt3AbsDB2f69d/0dzwC0wUDe54A8wAWbqJbfkD+BZPeQO5QsYqYu6LKb0MIb7VT3VYfG8CnwEHtT3FKi4c8e/TZMyk3LYFrwCgMdHFbRDKS8AAAAASUVORK5CYII=');
}
.filepond--media-preview .pause {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAh0lEQVQ4T+2UsQkCURBE30PLMbAMMResQrAPsQ0TK9AqDKxGZeTLD74aGNwlhzfZssvADDMrPcOe+RggYZIJcG2s2KinMidZAvu6u6uzT8u+JCeZArfmcKUeK+EaONTdQy23bxgJX8aPHvIHsSnVuzTx36rn2pQFsGuqN//ZlK7vbIDvq6vkJ9yteBXzecYbAAAAAElFTkSuQmCC');
}
.filepond--media-preview .timeline {
width: calc(100% - 2.5em);
height: 3px;
margin-top: 1em;
float: left;
border-radius: 15px;
background: rgba(255, 255, 255, 0.3);
}
.filepond--media-preview .playhead {
width: 13px;
height: 13px;
border-radius: 50%;
margin-top: -5px;
background: white;
}
.filepond--media-preview-wrapper {
position: absolute;
left: 0;
top: 0;
right: 0;
height: 100%;
margin: 0;
border-radius: 0.45em;
overflow: hidden;
background: rgba(0, 0, 0, 0.01);
pointer-events: auto;
}
.filepond--media-preview-wrapper:before {
content: ' ';
position: absolute;
width: 100%;
height: 2em;
/* FF3.6-15 */
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
/* IE6-9 */
z-index: 3;
}
.filepond--media-preview {
position: relative;
z-index: 1;
display: block;
width: 100%;
height: 100%;
-webkit-transform-origin: center center;
transform-origin: center center;
will-change: transform, opacity;
}
.filepond--media-preview video,
.filepond--media-preview audio {
width: 100%;
will-change: transform;
} | dist/filepond-plugin-media-preview.css | .filepond--media-preview audio {
display: none;
}
.filepond--media-preview .audioplayer {
width: calc(100% - 1.4em);
margin: 2.3em auto auto;
}
.filepond--media-preview .playpausebtn {
margin-top: 0.3em;
margin-right: 0.3em;
height: 25px;
width: 25px;
border-radius: 25px;
border: none;
background-repeat: no-repeat;
background-position: center;
float: left;
outline: none;
cursor: pointer;
}
.filepond--media-preview .playpausebtn:hover {
background-color: rgba(0, 0, 0, 0.5);
}
.filepond--media-preview .play {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAyElEQVQ4T9XUsWoCQRRG4XPaFL5SfIy8gKYKBCysrax8Ahs7qzQ2qVIFOwsrsbEWLEK6EBFGBrIQhN2d3dnGgalm+Jh7789Ix8uOPe4YDCH0gZ66atKW0pJDCE/AEngDXtRjCpwCRucbGANzNVTBqWBhfAJDdV+GNgWj8wtM41bPt3AbsDB2f69d/0dzwC0wUDe54A8wAWbqJbfkD+BZPeQO5QsYqYu6LKb0MIb7VT3VYfG8CnwEHtT3FKi4c8e/TZMyk3LYFrwCgMdHFbRDKS8AAAAASUVORK5CYII=');
}
.filepond--media-preview .pause {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAh0lEQVQ4T+2UsQkCURBE30PLMbAMMResQrAPsQ0TK9AqDKxGZeTLD74aGNwlhzfZssvADDMrPcOe+RggYZIJcG2s2KinMidZAvu6u6uzT8u+JCeZArfmcKUeK+EaONTdQy23bxgJX8aPHvIHsSnVuzTx36rn2pQFsGuqN//ZlK7vbIDvq6vkJ9yteBXzecYbAAAAAElFTkSuQmCC');
}
.filepond--media-preview .timeline {
width: calc(100% - 2.5em);
height: 3px;
margin-top: 1em;
float: left;
border-radius: 15px;
background: rgba(255, 255, 255, 0.3);
}
.filepond--media-preview .playhead {
width: 13px;
height: 13px;
border-radius: 50%;
margin-top: -5px;
background: white;
}
.filepond--media-preview-wrapper {
position: absolute;
left: 0;
top: 0;
right: 0;
height: 100%;
margin: 0;
border-radius: 0.45em;
overflow: hidden;
background: rgba(0, 0, 0, 0.01);
pointer-events: auto;
}
.filepond--media-preview-wrapper:before {
content: ' ';
position: absolute;
width: 100%;
height: 2em;
/* FF3.6-15 */
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
/* IE6-9 */
z-index: 3;
}
.filepond--media-preview {
position: relative;
z-index: 1;
display: block;
width: 100%;
height: 100%;
-webkit-transform-origin: center center;
transform-origin: center center;
will-change: transform, opacity;
}
.filepond--media-preview video,
.filepond--media-preview audio {
width: 100%;
will-change: transform;
} | 0.415729 | 0.09899 |
@-moz-document url-prefix("http://www.sweclockers.com"), url-prefix("https://www.sweclockers.com") {
div .hfix > .mainMenu {
position: fixed;
z-index: 201;
top: 0px;
left: 0px;
width: 100%;
}
div .header > .main {
position: fixed;
z-index: 200;
top: 18px;
left: 0px;
width: 100%;
/* height: 47px !important; */
min-height: 47px !important;
}
div .header > .mainMenu > .shadow {
padding-top: 2px !important;
}
div .hfix > .banner {
margin-top: 75px !important;
margin-bottom: 35px !important;
}
div .main > .container > .sections {
height: 28px;
min-width: 1200px !important;
}
div .main > .container > .sections > .section {
margin-top: 2px;
margin-bottom: 0px;
height: 35px;
}
div .main > .container > .sections > .profile {
width: 450px;
min-width: 450px !important;
}
* .header .profile .option {
padding: 0px;
}
* .header>.main .profileName {
margin-bottom: 0px;
}
* .ninjaSearch h5 {
display: none;
}
* .ninjaSearch .searchField .fieldWrap {
margin-top: 2px;
}
* .mainMenu .menu li a {
padding-top: 2px;
padding-bottom: 2px;
}
* .mainMenu .menu li.isSelected a {
padding-top: 2px;
padding-bottom: 3px;
}
* .subMenu li a {
padding-top: 2px;
padding-bottom: 2px;
}
* .subMenu li.isSelected a {
padding-top: 2px;
padding-bottom: 3px;
}
* .header .logo {
width: 163px;
height: 13px;
background-size: 166px auto !important;
margin-top: 2px;
}
* .header .ticker {
margin: 1px 0px;
font-size: 10px !important;
line-height: 1;
}
/* New control panel size reduction. Compatible with onsite javascripts. */
* h5.name {
line-height: 1.0 !important;
}
* .header>.main .section.profile h5 a {
margin-bottom: 0px !important;
line-height: 1.0 !important;
}
* .header .profile .option {
clear: none !important;
}
div .main > .container > .sections > .profile {
margin-top: 1px !important;
padding-top: 0px !important;
-ms-transform: scale(.8,.8);
-webkit-transform: scale(.8,.8);
transform: scale(.8,.8);
-ms-transform-origin: -50% 0% 0px;
-webkit-transform-origin: -50% 0% 0px;
transform-origin: 0% 0% 0px;
}
} | data/usercss/110792.user.css | @-moz-document url-prefix("http://www.sweclockers.com"), url-prefix("https://www.sweclockers.com") {
div .hfix > .mainMenu {
position: fixed;
z-index: 201;
top: 0px;
left: 0px;
width: 100%;
}
div .header > .main {
position: fixed;
z-index: 200;
top: 18px;
left: 0px;
width: 100%;
/* height: 47px !important; */
min-height: 47px !important;
}
div .header > .mainMenu > .shadow {
padding-top: 2px !important;
}
div .hfix > .banner {
margin-top: 75px !important;
margin-bottom: 35px !important;
}
div .main > .container > .sections {
height: 28px;
min-width: 1200px !important;
}
div .main > .container > .sections > .section {
margin-top: 2px;
margin-bottom: 0px;
height: 35px;
}
div .main > .container > .sections > .profile {
width: 450px;
min-width: 450px !important;
}
* .header .profile .option {
padding: 0px;
}
* .header>.main .profileName {
margin-bottom: 0px;
}
* .ninjaSearch h5 {
display: none;
}
* .ninjaSearch .searchField .fieldWrap {
margin-top: 2px;
}
* .mainMenu .menu li a {
padding-top: 2px;
padding-bottom: 2px;
}
* .mainMenu .menu li.isSelected a {
padding-top: 2px;
padding-bottom: 3px;
}
* .subMenu li a {
padding-top: 2px;
padding-bottom: 2px;
}
* .subMenu li.isSelected a {
padding-top: 2px;
padding-bottom: 3px;
}
* .header .logo {
width: 163px;
height: 13px;
background-size: 166px auto !important;
margin-top: 2px;
}
* .header .ticker {
margin: 1px 0px;
font-size: 10px !important;
line-height: 1;
}
/* New control panel size reduction. Compatible with onsite javascripts. */
* h5.name {
line-height: 1.0 !important;
}
* .header>.main .section.profile h5 a {
margin-bottom: 0px !important;
line-height: 1.0 !important;
}
* .header .profile .option {
clear: none !important;
}
div .main > .container > .sections > .profile {
margin-top: 1px !important;
padding-top: 0px !important;
-ms-transform: scale(.8,.8);
-webkit-transform: scale(.8,.8);
transform: scale(.8,.8);
-ms-transform-origin: -50% 0% 0px;
-webkit-transform-origin: -50% 0% 0px;
transform-origin: 0% 0% 0px;
}
} | 0.235812 | 0.053453 |
@font-face {
font-family: DroidArabicKufi;
src: url(../../fonts/Droid_Arabic_Kufi.ttf);
}
@font-face {
font-family: MuseoSansCyrlW03500;
src: url(../../fonts/Museo_Sans_Cyrl_W03_500.ttf);
}
html{
scroll-behavior: smooth;
}
body{
padding: 0;
margin: 0;
font-family: DroidArabicKufi;
/* perspective: 2000px; */
}
.required label:after {
content:" *";
color: red;
font-size: 15px;
position: relative;
top: 2px;
}
.asterisk h2:before {
content:" *";
color: red;
font-size: 25px;
position: relative;
top: 0;
left: 5px;
}
#news-bar {
width: 100%;
}
#news-bar:hover {
transition: 0.37s;
}
#news-bar a {
padding:8px 2px;
color: #fff;
text-decoration: none;
}
#news-bar span {
color: #fff;
}
#news-bar a:hover {
transition: 0.37s;
color: #fff;
}
.hvr-float {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
.hidden {
display: none!important;
}
.profile-sign{
margin-bottom: 0;
}
.profile-sign li{
line-height: 35px;
}
.profile-sign li a{
color: #fff;
}
.container-fluid{
padding: 0;
margin: 0;
}
.color-white{
color: white;
}
.border-radius-50{
border-radius: 50%;
}
.bg_main{
background: #0c5e47;
}
.color_main{
color: #0c5e47;
}
.overflow-hidden{
overflow: hidden;
}
/* ============================================================================================================= */
/* ============================================================================================================= */
/* ============================================ start index page =============================================== */
/* ============================================================================================================= */
/* ============================================================================================================= */
/* ======================================== start header ================================== */
/* +++++++ start slide ++++++++ */
.slide_image{
width: 100% !important;
height: 100vh;
}
.button_arrow{
height: 154px;
width: 77px;
background: white;
color: #0c5e47;
position: absolute;
left: 0;
top: 410px;
}
.arrow_right{
border-radius: 20px 0 0 20px;
}
.arrow_left{
border-radius: 0 20px 20px 0;
}
.button_arrow:active,
.button_arrow:focus,
.button_arrow:hover{
color: #0c5e47;
}
.arrow_left_right{
/* z-index: 999999; */
font-size: 30pt;
/* font-weight: 20px; */
}
.carousel-indicators li {
box-sizing: content-box;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 40px;
height: 10px;
margin-right: 5px;
margin-left: 5px;
text-indent: -999px;
cursor: pointer;
background-color: white;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: .5;
transition: opacity .6s ease;
}
.carousel-indicators .active {
background-color: #0c5e47;;
}
/* +++++++ end slide ++++++++ */
/* +++++++ start head +++++++ */
.all_head hr{
background: #66be44;
height: 2px;
padding: 0;
margin: 0;
}
.head_background{
background: #0c5e47;
}
.head_background .head_h4{
color: white;
margin: 0;
padding: 10px;
font-size: 15px;
}
.head_logo{
background: white;
}
.logo{
text-align: center;
width: 100%;
padding: 20px;
}
.clock{
text-align: center;
height: 170px;
}
.clock i{
color: #66be44;
font-size: 55px;
}
.time_word{
margin-bottom: 5px;
}
.time_clock{
color: #0c5e47;
}
.time_work span{
font-size: 17px;
}
/* +++++++ end head +++++++ */
/* +++++++ start nav +++++++ */
.all_nav hr{
background: #888888;
height: 1px;
}
.navbar-light .navbar-nav .nav-item .nav-link{
padding: 8px 20px;
}
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link:active,
.navbar-light .navbar-nav .nav-item .nav-link:focus{
color: #0c5e47 !important;
}
.navbar-light .navbar-nav .active>.nav-link{
color: #0c5e47 !important;
}
.all_head{
position: absolute;
top: 0;
width: 100%;
z-index: 99999999999999;
}
/* +++++++ end nav +++++++ */
/* ======================================== end header ================================== */
/* ======================================== start about us ================================== */
.h1_about{
color: #0c5e47;
}
.h1_about::after{
content: "";
color: #0c5e47;
background: #0c5e47;
width: 43%;
height: 3px;
position: absolute;
bottom: -10px;
right: 0;
transform: translate(-66%);
}
.paragraph_about{
color: #888888;
padding: 0 20%;
}
/* ======================================== end about us ================================== */
/* ======================================== start services ================================== */
.h2_services{
color: #0c5e47;
}
.h2_services::after{
content: "";
color: #0c5e47;
background: #0c5e47;
width: 11%;
height: 3px;
position: absolute;
bottom: -10px;
right: 0;
transform: translate(-404%);
}
.img_services{
width: 80px;
height: 80px;
margin: 0 auto;
}
.h5_services{
font-weight: bold;
margin-bottom: 10px;
}
.height_paragraph_services{
min-height: 90px;
}
.paragraph_services{
font-size: 15px;
}
.h6_services_button{
color: #66be44;
font-weight: bold;
}
/* ======================================== end services ================================== */
/* ======================================== start jobs ================================== */
.background_color_job{
background: #0c5e47;
}
.h2_jobs{
color: white;
}
/* .all_jobs{
position: absolute;
top: 0;
width: 100%;
} */
.background_img_job{
/* height: 96vh; */
background: url(../../images/map-image.png) no-repeat;
width: 100%;
background-size: cover;
}
/* .h2_jobs::after{
content: "";
color: white;
background: white;
width: 18%;
height: 3px;
position: absolute;
bottom: -10px;
right: 0;
transform: translate(-227%);
} */
.h5_job_kind{
font-weight: bold;
}
.job_kind_right{
margin: 0 0 20px 0;
background: white;
padding: 10px 20px;
}
.job_kind_left{
text-align: right;
margin: 0 0 0 auto;
background: white;
padding: 10px 20px;
}
.link_job a{
color: black;
text-decoration: none;
width: 100%;
}
.link_job a:hover{
color: #0c5e47;
}
.button_job_view{
background: white;
padding: 9px 22px;
color: #0c5e47;
border: 1px solid #66be44;
}
.button_job_view:hover{
color: white;
background: #0c5e47;
border: 1px solid #66be44;
}
/* ======================================== end jobs ================================== */
/* ======================================== start interview tips ================================== */
.all_interview_tips{
width: 100%;
padding: 0 30px;
}
.question_shadow{
-webkit-box-shadow: 0px 0px 17px 1px rgba(136,136,136,0.5);
-moz-box-shadow: 0px 0px 17px 1px rgba(136,136,136,0.5);
box-shadow: 0px 0px 17px 1px rgba(136,136,136,0.5);
}
.interview_question{
padding: 20px 36px;
background: #ebebeb;
width: 100%;
}
.interview_answer{
padding: 20px 36px;
background: white;
width: 100%;
}
.interview_hide{
padding: 20px 36px;
background: #ebebeb;
width: 100%;
}
.question_span{
margin: -7px 0 0 0;
padding: 0;
font-weight: bold;
color: #0c5e47;
text-align: right;
padding-bottom: 5px
}
.answer_span{
margin: -7px 0 0 0;
padding: 0;
font-weight: bold;
color: #0c5e47;
text-align: right;
padding-bottom: 5px
}
.question_h5{
font-weight: bold;
}
.hide_question{
font-weight: bold;
color: #0c5e47;
}
.answer_para{
color: #888888;
}
.arrow_color_i{
color: #0c5e47;
}
.hide_all{
float: right;
width: 100%;
padding: 0 85px;
cursor: pointer;
}
.question_shadow .active{
display: block;
}
.question_shadow .notactive{
display: none;
}
/* ======================================== end interview tips ================================== */
/* ======================================== start news ================================== */
.some_news{
padding: 15px 0;
box-shadow: 0 0 13px -3px #888;
cursor: pointer;
}
.news_active .active{
background: #0c5e47;
color: white;
}
.some_news:hover{
background: #0c5e47;
color: white;
}
.news_details{
padding: 10px 10px;
float: right;
width: 100%;
}
.news_detail_words{
top: -23px;
left: 0px;
padding: 0 6px
}
.news_head_person{
float: right;
width: 100%;
text-align: right;
padding: 7px;
background: white;
}
.news_head_para_send{
box-shadow: 0 0 13px -3px #888;
width:100%
}
.h5_font_news{
font-size: 16px;
color: #0c5e47;
}
.person_news{
font-size: 12px;
display: block;
color: #0c5e47;
}
.para_news{
font-size: 12px;
height: 200px
}
.button_news{
padding: 1px 15px;
color: white;
background: #0c5e47;
}
.button_news:hover{
text-decoration: none;
color: white
}
.image_news_view{
max-height: 283px;
}
.para_height{
height: 102px;
}
/* ======================================== end news ================================== */
/* ======================================== start contact us ================================== */
.contact_background{
background: url(../../images/photo-1504670073073-6123e39e0754.jpeg) no-repeat center center;
position: relative;
background-size: cover;
}
.contact_layer{
position: absolute;
width: 100%;
height: 100%;
top: 0;
background-color: #0c5e47;
opacity: .5;
}
.head_contact_us{
color: white;
}
.button_contact_us_view{
background: white;
padding: 9px 22px;
color: #0c5e47;
border: 1px solid #66be44;
text-decoration: none;
}
.button_contact_us_view:hover{
color: white;
background: #0c5e47;
border: 1px solid #66be44;
text-decoration: none;
}
/* ======================================== end contact us ================================== */
/* ======================================== start footer ================================== */
.background_footer{
background: #0c5e47;
}
.facebook_color{
background: #3b5999
}
.twitter_color{
background: #55acee;
}
.linked_color{
background: #0077b5;
}
.instegram_color{
background: #e4405f;
}
.youtube_color{
background: #cd201f;
}
.social_media{
width: 35px;
height: 35px;
justify-content: center;
align-items: center;
display: flex;
margin-left: 5px;
padding: 5px
}
.social_media_padding{
padding: 0 0 0 75px;
}
.footer_para{
font-size: 13px;
}
.email_direction{
direction: rtl;
}
.button_email{
background: white;
padding: 5px 22px;
color: #0c5e47;
border: 1px solid #66be44;
}
.button_email:hover{
color: white;
background: #0c5e47;
border: 1px solid #66be44;
}
.head_footer{
height: 1px;
background: white;
width: 100%;
}
/* ======================================== end footer ================================== */
/* ============================================================================================================= */
/* ============================================================================================================= */
/* ============================================ end index page =============================================== */
/* ============================================================================================================= */
/* ============================================================================================================= */
/* --------------------------------------------------------------------------------------------------------------------------------------- */
/* ============================================================================================================= */
/* ============================================================================================================= */
/* ============================================ start profile personal page =============================================== */
/* ============================================================================================================= */
/* ============================================================================================================= */
/* ================ start header personal page ====================== */
.padding_title{
height: 70vh;
}
.h1_title{
text-shadow: 0px 2px 5px #000;
font-weight: bold;
font-size: 60px;
width: 100%;
position: absolute;
top: 50%;
right: 0;
transform: translate(0,-50%);
}
.head_manu{
position: absolute;
top: -61vh;
width: 75%;
}
.row_reset{
margin-right: 0 !important;
margin-left: 0 !important;
}
/* ================ end header personal page ====================== */
/* ================ start profile personal page ====================== */
.row_default{
margin-left: 0;
margin-right: 0;
}
/* start right side of profile personal page */
.image_padding_profile{
padding: 25px 55px;
}
.image_profile_bg{
box-shadow: 0px 0px 0px 5px #66be44;
}
.list_profile li a{
color: white;
text-decoration: none;
display: block;
padding: 20px 25px;
border-top: 1px solid gray;
}
.list_profile li a:hover{
background: white;
color: #0c5e47;
}
.list_profile li a.active{
background: white;
color: #0c5e47;
}
.list_profile li:last-child a{
border-bottom: 1px solid gray;
}
.list_profile li a i{
margin-left: 10px;
}
.social_media_icon{
justify-content: space-evenly;
}
.social_media_icon a i{
color: white;
font-size: 40px;
}
/* eng right side of profile personal page */
/* start left side of profile personal page */
.span_file{
padding: 35px 0;
}
.font_size_cv_i{
font-size: 80px;
}
.font_link a{
text-decoration: none;
}
.cv_color{
color: #000;
font-size: 30px;
}
/* end left side of profile personal page */
/* ================ end profile personal page ====================== */
/* ============================================================================================================= */
/* ============================================================================================================= */
/* ============================================ end profile personal page =============================================== */
/* ============================================================================================================= */
/* ============================================================================================================= */
/* ============================================================================================================= */
/* ============================================================================================================= */
/* ============================================ start profile job page =============================================== */
/* ============================================================================================================= */
/* ============================================================================================================= */
/* start left side of profile job page */
.job_card_and_detail{
padding: 0 50px;
background-color: transparent;
/* width: 300px; */
/* height: 300px; */
perspective: 2000px;
}
.job_card_and_detail a{
text-decoration: none;
}
.job_flip{
box-shadow: 0 0 10px -2px #000;
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 1s;
transform-style: preserve-3d;
transform-origin: center right;
cursor: pointer;
}
.job_card{
height: 25vh;
display: flex;
justify-content: center;
align-items: center;
font-size: 30px;
font-weight: bold;
background: white;
z-index: 11;
}
.job_detail{
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
font-size: 20px;
padding: 12px;
transform: rotateY(180deg);
z-index: -1;
}
.job_card, .job_detail{
backface-visibility: hidden;
}
.job_detail span{
margin-bottom: 10px;
font-size: 18px
}
.job_card_and_detail:hover .job_flip{
transform: translateX(-100%) rotateY(180deg);
}
/* end left side of profile job page */
/* ============================================================================================================= */
/* ============================================================================================================= */
/* ============================================ end profile job page =============================================== */
/* ============================================================================================================= */
/* ============================================================================================================= */
/* ============================================================================================================= */
/* start news page */
/* ============================================================================================================= */
.news_images{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 70px;
/* background: #0c5e47; */
/* opacity: .5; */
}
.news_images_overlay{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
opacity: .5;
/* z-index: 0; */
}
.image_news{
height: 300px;
object-fit: cover;
object-position: center;
}
.news_calender_like_comment{
z-index: 1;
}
.news_calelikcommen{
height: 70px;
}
.news_hover:hover .news_images_overlay{
background: #66be44
}
.news_disc{
margin-bottom: 15px;
}
.news_disc h5{
font-size: 22px;
font-weight: bold;
padding: 10px 0;
}
.news_disc a{
color: #888;
text-decoration: none;
}
.news_disc a:hover{
color: #66be44;
}
.hr_news{
background: #000;
display: flex;
width: 100%;
margin: 0;
}
.news_share{
color: #888;
}
.news_share a{
color: #888;
padding: 10px
}
.news_share a:hover{
color: #66be44;
}
.share{
padding: 10px;
}
.hr_news:first-of-type{
margin-top: 15px;
}
.hr_news:last-of-type{
margin-top: 2px;
}
/* ============================================================================================================= */
/* end news page */
/* ============================================================================================================= */
/*--------------------------------------- start log in--------------------------------------------*/
#login{
padding: 50px 0;
}
#login h5{
margin-top: 50px;
color: #0c5e47;
}
#login hr{
width: 9%;
border-top: 2px solid #0c5e47;
margin-top: 14px;
}
#login form label{
font-weight: bold;
font-size: 18px
}
#login form input{
margin-bottom: 10px;
padding-right: 20px
}
#login form a{
color: #000;
text-decoration: none;
font-weight: bold;
}
#login form input[type=submit]{
background-color: #0c5e47;
color: #fff;
border: 1px solid #0c5e47;
padding: 10px 20px;
margin: 20px 0 50px 0;
}
/*---------------------------------------end log in--------------------------------------------*/
/* ======================================== start contact us page ========================= */
.div-i-contact i{
color: #0c5e47;
font-size: 46px;
padding-top: 25px
}
.h5_contact-us{
color: #888888
}
.p-contact-us{
font-weight: bold;
padding-top: 10px;
}
.hr-left-vertical{
border-left: 1px solid #dddddd
}
.form-contact-us input,
.form-contact-us textarea{
margin-bottom: 5px
}
.form-contact-us textarea{
height: 120px;
}
.form-contact-us input[type='submit']{
background-color: #0c5e47;
color: #ffffff;
border: none;
padding: 8px 25px;
margin-top: 20px;
}
/* ======================================== end contact us page =========================== */
/* ======================================== start cv page ================================= */
.form-cv label{
font-weight: bold
}
.form-cv input{
margin-bottom: 5px
}
.form-cv select{
padding: .2rem .75rem;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
}
.form-cv input[type='submit']{
background-color: #0c5e47;
color: #ffffff;
border: none;
padding: 8px 25px;
margin-top: 20px;
}
.hr-cv{
border-top: 2px solid rgba(0,0,0,.1)
}
.form-cv table input {
border: none;
width: 100%;
color: #888888;
margin: 0;
padding: 10px
}
.form-cv table input:focus {
-webkit-box-shadow: none;
box-shadow: none;
border: none;
outline: none
}
.form-cv table select {
border: none;
color: #888888;
padding: 10px 5px 5px
}
.cvv .table td{
padding: 0
}
.form-cv table select {
outline: none;
border:none;
width: 100%
}
.form-cv table select:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
border: none
}
.form-cv thead{
background-color: #0c5e47;
color: #ffffff
}
.bt-color{
color: #0c5e47 !important;
font-weight: bold;
cursor: pointer;
text-decoration: none;
}
.bt-color:hover{
text-decoration: none;
}
/* ======================================== end cv page =================================== */
/* ======================= start Papers required for travel =============================== */
.papers-required ul{
border-radius: 10px;
box-shadow: 1px 1px 10px 2px #888888;
list-style: none;
padding: 10px;
margin: 20px -30px
}
.papers-required li{
font-weight: bold;
padding: 5px 0
}
.papers-required ul li:before{
content: '\f14a';
font-family: 'Font Awesome\ 5 Free';
color: #0c5e47;
padding: 0 15px 0 10px;
font-size: 20px;
font-weight: normal
}
/* ======================= end Papers required for travel ================================= */
/* ======================= start jobs details ================================= */
.div-job-details{
box-shadow: 0px 0px 0px 2px #e0dae0;
font-weight: bold
}
.div-job-details h4{
color: #0c5e47;
font-weight: bold
}
.div-job-details .ul-job-details{
list-style: none;
padding: 0;
margin: 4px 0 5px 0
}
.div-job-details .ul-job-details li{
padding: 3px 0 8px
}
.div-job-details .ul-job-details li:before{
content: '\f1ad';
font-family: 'Font Awesome\ 5 Free';
padding-left: 5px
}
.div-job-details .ul-job-details li span{
color: #0c5e47
}
.div-job-details .w-img-40{
width: 40% !important
}
.div-job-details hr{
width: 100%;
border-top: 1px solid #0c5e47;
padding: 0;
margin: 0
}
.div-job-details .btn-span{
float: right;
border: none;
background-color: #0c5e47;
color: #ffffff;
padding: 5px 0;
margin-bottom: 15px;
}
.div-job-details .div-3-span{
float: right
}
.div-job-details .div-chevron-left p{
margin: 0
}
.div-job-details .div-chevron-left p:first-of-type{
margin-top: 10px
}
.div-job-details .div-chevron-left p:last-child{
margin-bottom: 25px
}
.div-job-details .div-chevron-left p:before{
content: '\f053';
font-family: 'Font Awesome\ 5 Free';
padding-left: 7px;
font-size: 12px;
font-weight: bold
}
/* ======================= end jobs details ================================= */
/* ======================= start latest news ================================= */
.div-latest-news,
.div-latest-news-comments,
.div-latest-news-replay{
box-shadow: 0px 0px 0px 2px #e0dae0;
font-weight: bold
}
.div-latest-news h4,
.div-latest-news-comments h4,
.div-latest-news-replay h4{
color: #0c5e47;
font-weight: bold
}
.div-latest-news span{
color: #888888;
margin-left: 5%;
float:right
}
.div-latest-news span i{
color: #66be44
}
.div-latest-news .span-social i{
color: #888888;
margin: 0 5px
}
.div-latest-news-comments .img-comment{
width: 100%;
border-radius: 50%;
box-shadow: 0px 0px 4px 4px #eee;
}
.div-latest-news-comments .replay-comment{
float: left;
cursor: pointer;
position: relative;
z-index: 9999
}
.div-latest-news-comments p{
color: #888888
}
.div-latest-news-comments input{
width: 100%;
font-weight: bold;
border: none;
border-bottom: 1px solid #000;
position: relative;
bottom: 30px;
padding: 10px 0;
background-color: transparent
}
.div-latest-news-comments input:focus{
outline: none
}
.div-latest-news-replay textarea{
height: 270px;
}
.div-latest-news-replay input,
.div-latest-news-replay textarea{
width: 100%;
font-weight: bold;
border: none;
border-bottom: 2px solid #0c5e47;
padding: 10px 0;
margin-top: 10px
}
.div-latest-news-replay input:focus,
.div-latest-news-replay textarea:focus{
outline: none
}
.div-latest-news-replay input[type='submit']{
background-color: #0c5e47;
color: #ffffff;
border: none;
padding: 8px 25px;
margin: 20px 15px 10px 0;
}
/* ======================= end latest news ================================= */
/* ======================= start bootstrap offset left ================================= */
.col-xs-offset-right-12 {
margin-left: 100%;
}
.col-xs-offset-right-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-right-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-right-9 {
margin-left: 75%;
}
.col-xs-offset-right-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-right-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-right-6 {
margin-left: 50%;
}
.col-xs-offset-right-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-right-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-right-3 {
margin-left: 25%;
}
.col-xs-offset-right-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-right-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-right-0 {
margin-left: 0;
}
@media (max-width: 576px) {
.logo .w-75 {
width: 100%!important;
}
.all_time .col-2{
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 768px) {
.col-sm-offset-right-12 {
margin-left: 100%;
}
.col-sm-offset-right-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-right-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-right-9 {
margin-left: 75%;
}
.col-sm-offset-right-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-right-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-right-6 {
margin-left: 50%;
}
.col-sm-offset-right-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-right-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-right-3 {
margin-left: 25%;
}
.col-sm-offset-right-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-right-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-right-0 {
margin-left: 0;
}
.all_time .col-2{
padding-left: 0 !important;
padding-right: 0 !important;
}
.all_time .col-2{
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px) {
.col-md-offset-right-12 {
margin-left: 100%;
}
.col-md-offset-right-11 {
margin-left: 91.66666667%;
}
.col-md-offset-right-10 {
margin-left: 83.33333333%;
}
.col-md-offset-right-9 {
margin-left: 75%;
}
.col-md-offset-right-8 {
margin-left: 66.66666667%;
}
.col-md-offset-right-7 {
margin-left: 58.33333333%;
}
.col-md-offset-right-6 {
margin-left: 50%;
}
.col-md-offset-right-5 {
margin-left: 41.66666667%;
}
.col-md-offset-right-4 {
margin-left: 33.33333333%;
}
.col-md-offset-right-3 {
margin-left: 25%;
}
.col-md-offset-right-2 {
margin-left: 16.66666667%;
}
.col-md-offset-right-1 {
margin-left: 8.33333333%;
}
.col-md-offset-right-0 {
margin-left: 0;
}
.all_time .col-2{
padding-left: 15px !important;
padding-right: 15px !important;
}
}
@media (min-width: 1200px) {
.col-lg-offset-right-12 {
margin-left: 100%;
}
.col-lg-offset-right-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-right-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-right-9 {
margin-left: 75%;
}
.col-lg-offset-right-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-right-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-right-6 {
margin-left: 50%;
}
.col-lg-offset-right-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-right-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-right-3 {
margin-left: 25%;
}
.col-lg-offset-right-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-right-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-right-0 {
margin-left: 0;
}
}
/* ======================= end bootstrap offset left ================================= */
/* ======================= start responsive ================================= */
@media (max-width: 1200px) {
.job_detail span{
font-size: 16px
}
.clock i {
font-size: 35px;
}
.time_work span {
font-size: 15px;
}
.news_calender_like_comment {
font-size: 12px;
}
}
@media (max-width: 992px) {
label{
font-size: 13px;
}
.time_work span{
font-size: 16px;
}
.clock i {
font-size: 35px;
}
.h1_title{
font-size: 45px;
}
.job_detail span{
font-size: 13px
}
.para_news {
height: 230px;
}
.paragraph_about{
padding: 0 15%;
}
.clock{
height: 70px;
}
.logo{
padding: 20px 0;
}
.news_detail_words{
position: unset !important;
}
.time_work{
float: right;
margin-left: 5px;
}
.news_details {
padding: 10px 0px;
}
.news_detail_words {
padding: 0;
}
.news_calender_like_comment {
font-size: 15px;
}
}
@media (max-width: 768px) {
.h1{
font-size: 1.75rem
}
.nnnnews{
height: 1430px;
}
.h1_title{
font-size: 40px;
}
.hr-left-vertical{
border: none
}
.slide_image {
height: 75vh;
}
.h6,h6 {
font-size: .75rem;
}
.div-latest-news-comments .img-comment{
width: 15%;
}
.form-control {
font-size: .75rem
}
.job_detail span{
font-size: 14px
}
.paragraph_about{
padding: 0 10%;
}
.button_arrow{
display: none
}
.carousel-indicators li{
width: 34px;
height: 6px;
}
.clock i {
font-size: 28px;
}
.time_work span{
font-size: 13px;
}
.height_paragraph_services{
min-height: auto
}
.height_paragraph_services + h6{
min-height: 90px
}
.clock{
height: 50px;
}
.logo{
padding: 20px 0;
}
.time_work{
float: right;
margin-left: 5px;
}
.head_manu{
position: absolute;
top: -50vh;
}
.news_detail_words{
position: unset !important;
}
.news_details {
padding: 10px 0px;
}
.news_detail_words {
padding: 0;
}
}
@media (max-width: 576px) {
.container {
padding-right: 20px;
padding-left: 20px;
}
p{
font-size: 14px
}
.h1_title{
font-size: 30px;
padding-right: 20px;
}
.slide_image {
height: 66vh;
}
.padding_title {
height: 60vh;
}
.table{
font-size: 13px;
}
.form-cv table select{
font-size: 12px
}
.hide_all {
padding: 0 5px;
}
.table-mohelat{
margin-right: -40px
}
.clock{
height: 50px;
}
.logo{
padding: 20px 0;
}
.time_work{
float: right;
margin-left: 5px;
}
.head_manu{
position: absolute;
top: -40vh;
}
.news_detail_words{
position: unset !important;
}
.question_h5{
font-size: large;
}
.news_details {
padding: 10px 0px;
}
.news_detail_words {
padding: 0;
}
.news_calender_like_comment {
font-size: 1.7vw;
}
}
/* ======================= end responsive ================================= */
.setting_bar{
display: none !important;
}
.setting_bar i{
font-size: 20px;
color: #0c5e47;
}
/* webkit solution */
::-webkit-input-placeholder { text-align:right; }
/* mozilla solution */
input:-moz-placeholder { text-align:right; }
/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
.setting_bar{
background: white;
width: 40px;
height: 40px;
z-index: 2;
position: absolute;
top: 60px;
right: 0;
display: flex;
justify-content: center;
align-items: center;
border-radius: 10px 0 0 10px;
box-shadow: 0 0 3px 0px #000;
}
.sidebar_profile{
position: absolute;
z-index: 1;
top: 0;
right: -100%;
transition: 1s linear
}
.sidebar_profile_left{
right: 0;
}
}
/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
.setting_bar{
background: white;
width: 40px;
height: 40px;
z-index: 2;
position: absolute;
top: 60px;
right: 0;
display: flex;
justify-content: center;
align-items: center;
border-radius: 10px 0 0 10px;
box-shadow: 0 0 3px 0px #000;
}
.sidebar_profile{
position: absolute;
z-index: 1;
top: 0;
right: -100%;
transition: 1s linear
}
.sidebar_profile_left{
right: 0;
}
}
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
}
/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { }
/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }
/* start alljob page */
/* ============================================================================================================= */
.searchjob{
position: absolute;
top: 30%;
z-index: 1;
right: 30px;
font-size: 25px;
}
.head_manu_search{
position: absolute;
top: -17vh;
width: 100%;
}
.card .card-body a{
color:#66be44;
text-decoration: none
}
.cardjob:hover{
background: #0c5e47;
color: white;
}
.cardjob:hover h5{
color: white;
}
@media (max-width: 575.98px) {
.head_manu_search {
position: absolute;
top: -22vh;
width: auto;
}
.input_search{
height: 47px;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
.head_manu_search {
position: absolute;
top: -25vh;
width: 100%;
}
.input_search{
height: 47px;
}
}
/* ============================================================================================================= */
/* end alljob page */ | public/web/css/main.css | @font-face {
font-family: DroidArabicKufi;
src: url(../../fonts/Droid_Arabic_Kufi.ttf);
}
@font-face {
font-family: MuseoSansCyrlW03500;
src: url(../../fonts/Museo_Sans_Cyrl_W03_500.ttf);
}
html{
scroll-behavior: smooth;
}
body{
padding: 0;
margin: 0;
font-family: DroidArabicKufi;
/* perspective: 2000px; */
}
.required label:after {
content:" *";
color: red;
font-size: 15px;
position: relative;
top: 2px;
}
.asterisk h2:before {
content:" *";
color: red;
font-size: 25px;
position: relative;
top: 0;
left: 5px;
}
#news-bar {
width: 100%;
}
#news-bar:hover {
transition: 0.37s;
}
#news-bar a {
padding:8px 2px;
color: #fff;
text-decoration: none;
}
#news-bar span {
color: #fff;
}
#news-bar a:hover {
transition: 0.37s;
color: #fff;
}
.hvr-float {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
.hidden {
display: none!important;
}
.profile-sign{
margin-bottom: 0;
}
.profile-sign li{
line-height: 35px;
}
.profile-sign li a{
color: #fff;
}
.container-fluid{
padding: 0;
margin: 0;
}
.color-white{
color: white;
}
.border-radius-50{
border-radius: 50%;
}
.bg_main{
background: #0c5e47;
}
.color_main{
color: #0c5e47;
}
.overflow-hidden{
overflow: hidden;
}
/* ============================================================================================================= */
/* ============================================================================================================= */
/* ============================================ start index page =============================================== */
/* ============================================================================================================= */
/* ============================================================================================================= */
/* ======================================== start header ================================== */
/* +++++++ start slide ++++++++ */
.slide_image{
width: 100% !important;
height: 100vh;
}
.button_arrow{
height: 154px;
width: 77px;
background: white;
color: #0c5e47;
position: absolute;
left: 0;
top: 410px;
}
.arrow_right{
border-radius: 20px 0 0 20px;
}
.arrow_left{
border-radius: 0 20px 20px 0;
}
.button_arrow:active,
.button_arrow:focus,
.button_arrow:hover{
color: #0c5e47;
}
.arrow_left_right{
/* z-index: 999999; */
font-size: 30pt;
/* font-weight: 20px; */
}
.carousel-indicators li {
box-sizing: content-box;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 40px;
height: 10px;
margin-right: 5px;
margin-left: 5px;
text-indent: -999px;
cursor: pointer;
background-color: white;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: .5;
transition: opacity .6s ease;
}
.carousel-indicators .active {
background-color: #0c5e47;;
}
/* +++++++ end slide ++++++++ */
/* +++++++ start head +++++++ */
.all_head hr{
background: #66be44;
height: 2px;
padding: 0;
margin: 0;
}
.head_background{
background: #0c5e47;
}
.head_background .head_h4{
color: white;
margin: 0;
padding: 10px;
font-size: 15px;
}
.head_logo{
background: white;
}
.logo{
text-align: center;
width: 100%;
padding: 20px;
}
.clock{
text-align: center;
height: 170px;
}
.clock i{
color: #66be44;
font-size: 55px;
}
.time_word{
margin-bottom: 5px;
}
.time_clock{
color: #0c5e47;
}
.time_work span{
font-size: 17px;
}
/* +++++++ end head +++++++ */
/* +++++++ start nav +++++++ */
.all_nav hr{
background: #888888;
height: 1px;
}
.navbar-light .navbar-nav .nav-item .nav-link{
padding: 8px 20px;
}
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link:active,
.navbar-light .navbar-nav .nav-item .nav-link:focus{
color: #0c5e47 !important;
}
.navbar-light .navbar-nav .active>.nav-link{
color: #0c5e47 !important;
}
.all_head{
position: absolute;
top: 0;
width: 100%;
z-index: 99999999999999;
}
/* +++++++ end nav +++++++ */
/* ======================================== end header ================================== */
/* ======================================== start about us ================================== */
.h1_about{
color: #0c5e47;
}
.h1_about::after{
content: "";
color: #0c5e47;
background: #0c5e47;
width: 43%;
height: 3px;
position: absolute;
bottom: -10px;
right: 0;
transform: translate(-66%);
}
.paragraph_about{
color: #888888;
padding: 0 20%;
}
/* ======================================== end about us ================================== */
/* ======================================== start services ================================== */
.h2_services{
color: #0c5e47;
}
.h2_services::after{
content: "";
color: #0c5e47;
background: #0c5e47;
width: 11%;
height: 3px;
position: absolute;
bottom: -10px;
right: 0;
transform: translate(-404%);
}
.img_services{
width: 80px;
height: 80px;
margin: 0 auto;
}
.h5_services{
font-weight: bold;
margin-bottom: 10px;
}
.height_paragraph_services{
min-height: 90px;
}
.paragraph_services{
font-size: 15px;
}
.h6_services_button{
color: #66be44;
font-weight: bold;
}
/* ======================================== end services ================================== */
/* ======================================== start jobs ================================== */
.background_color_job{
background: #0c5e47;
}
.h2_jobs{
color: white;
}
/* .all_jobs{
position: absolute;
top: 0;
width: 100%;
} */
.background_img_job{
/* height: 96vh; */
background: url(../../images/map-image.png) no-repeat;
width: 100%;
background-size: cover;
}
/* .h2_jobs::after{
content: "";
color: white;
background: white;
width: 18%;
height: 3px;
position: absolute;
bottom: -10px;
right: 0;
transform: translate(-227%);
} */
.h5_job_kind{
font-weight: bold;
}
.job_kind_right{
margin: 0 0 20px 0;
background: white;
padding: 10px 20px;
}
.job_kind_left{
text-align: right;
margin: 0 0 0 auto;
background: white;
padding: 10px 20px;
}
.link_job a{
color: black;
text-decoration: none;
width: 100%;
}
.link_job a:hover{
color: #0c5e47;
}
.button_job_view{
background: white;
padding: 9px 22px;
color: #0c5e47;
border: 1px solid #66be44;
}
.button_job_view:hover{
color: white;
background: #0c5e47;
border: 1px solid #66be44;
}
/* ======================================== end jobs ================================== */
/* ======================================== start interview tips ================================== */
.all_interview_tips{
width: 100%;
padding: 0 30px;
}
.question_shadow{
-webkit-box-shadow: 0px 0px 17px 1px rgba(136,136,136,0.5);
-moz-box-shadow: 0px 0px 17px 1px rgba(136,136,136,0.5);
box-shadow: 0px 0px 17px 1px rgba(136,136,136,0.5);
}
.interview_question{
padding: 20px 36px;
background: #ebebeb;
width: 100%;
}
.interview_answer{
padding: 20px 36px;
background: white;
width: 100%;
}
.interview_hide{
padding: 20px 36px;
background: #ebebeb;
width: 100%;
}
.question_span{
margin: -7px 0 0 0;
padding: 0;
font-weight: bold;
color: #0c5e47;
text-align: right;
padding-bottom: 5px
}
.answer_span{
margin: -7px 0 0 0;
padding: 0;
font-weight: bold;
color: #0c5e47;
text-align: right;
padding-bottom: 5px
}
.question_h5{
font-weight: bold;
}
.hide_question{
font-weight: bold;
color: #0c5e47;
}
.answer_para{
color: #888888;
}
.arrow_color_i{
color: #0c5e47;
}
.hide_all{
float: right;
width: 100%;
padding: 0 85px;
cursor: pointer;
}
.question_shadow .active{
display: block;
}
.question_shadow .notactive{
display: none;
}
/* ======================================== end interview tips ================================== */
/* ======================================== start news ================================== */
.some_news{
padding: 15px 0;
box-shadow: 0 0 13px -3px #888;
cursor: pointer;
}
.news_active .active{
background: #0c5e47;
color: white;
}
.some_news:hover{
background: #0c5e47;
color: white;
}
.news_details{
padding: 10px 10px;
float: right;
width: 100%;
}
.news_detail_words{
top: -23px;
left: 0px;
padding: 0 6px
}
.news_head_person{
float: right;
width: 100%;
text-align: right;
padding: 7px;
background: white;
}
.news_head_para_send{
box-shadow: 0 0 13px -3px #888;
width:100%
}
.h5_font_news{
font-size: 16px;
color: #0c5e47;
}
.person_news{
font-size: 12px;
display: block;
color: #0c5e47;
}
.para_news{
font-size: 12px;
height: 200px
}
.button_news{
padding: 1px 15px;
color: white;
background: #0c5e47;
}
.button_news:hover{
text-decoration: none;
color: white
}
.image_news_view{
max-height: 283px;
}
.para_height{
height: 102px;
}
/* ======================================== end news ================================== */
/* ======================================== start contact us ================================== */
.contact_background{
background: url(../../images/photo-1504670073073-6123e39e0754.jpeg) no-repeat center center;
position: relative;
background-size: cover;
}
.contact_layer{
position: absolute;
width: 100%;
height: 100%;
top: 0;
background-color: #0c5e47;
opacity: .5;
}
.head_contact_us{
color: white;
}
.button_contact_us_view{
background: white;
padding: 9px 22px;
color: #0c5e47;
border: 1px solid #66be44;
text-decoration: none;
}
.button_contact_us_view:hover{
color: white;
background: #0c5e47;
border: 1px solid #66be44;
text-decoration: none;
}
/* ======================================== end contact us ================================== */
/* ======================================== start footer ================================== */
.background_footer{
background: #0c5e47;
}
.facebook_color{
background: #3b5999
}
.twitter_color{
background: #55acee;
}
.linked_color{
background: #0077b5;
}
.instegram_color{
background: #e4405f;
}
.youtube_color{
background: #cd201f;
}
.social_media{
width: 35px;
height: 35px;
justify-content: center;
align-items: center;
display: flex;
margin-left: 5px;
padding: 5px
}
.social_media_padding{
padding: 0 0 0 75px;
}
.footer_para{
font-size: 13px;
}
.email_direction{
direction: rtl;
}
.button_email{
background: white;
padding: 5px 22px;
color: #0c5e47;
border: 1px solid #66be44;
}
.button_email:hover{
color: white;
background: #0c5e47;
border: 1px solid #66be44;
}
.head_footer{
height: 1px;
background: white;
width: 100%;
}
/* ======================================== end footer ================================== */
/* ============================================================================================================= */
/* ============================================================================================================= */
/* ============================================ end index page =============================================== */
/* ============================================================================================================= */
/* ============================================================================================================= */
/* --------------------------------------------------------------------------------------------------------------------------------------- */
/* ============================================================================================================= */
/* ============================================================================================================= */
/* ============================================ start profile personal page =============================================== */
/* ============================================================================================================= */
/* ============================================================================================================= */
/* ================ start header personal page ====================== */
.padding_title{
height: 70vh;
}
.h1_title{
text-shadow: 0px 2px 5px #000;
font-weight: bold;
font-size: 60px;
width: 100%;
position: absolute;
top: 50%;
right: 0;
transform: translate(0,-50%);
}
.head_manu{
position: absolute;
top: -61vh;
width: 75%;
}
.row_reset{
margin-right: 0 !important;
margin-left: 0 !important;
}
/* ================ end header personal page ====================== */
/* ================ start profile personal page ====================== */
.row_default{
margin-left: 0;
margin-right: 0;
}
/* start right side of profile personal page */
.image_padding_profile{
padding: 25px 55px;
}
.image_profile_bg{
box-shadow: 0px 0px 0px 5px #66be44;
}
.list_profile li a{
color: white;
text-decoration: none;
display: block;
padding: 20px 25px;
border-top: 1px solid gray;
}
.list_profile li a:hover{
background: white;
color: #0c5e47;
}
.list_profile li a.active{
background: white;
color: #0c5e47;
}
.list_profile li:last-child a{
border-bottom: 1px solid gray;
}
.list_profile li a i{
margin-left: 10px;
}
.social_media_icon{
justify-content: space-evenly;
}
.social_media_icon a i{
color: white;
font-size: 40px;
}
/* eng right side of profile personal page */
/* start left side of profile personal page */
.span_file{
padding: 35px 0;
}
.font_size_cv_i{
font-size: 80px;
}
.font_link a{
text-decoration: none;
}
.cv_color{
color: #000;
font-size: 30px;
}
/* end left side of profile personal page */
/* ================ end profile personal page ====================== */
/* ============================================================================================================= */
/* ============================================================================================================= */
/* ============================================ end profile personal page =============================================== */
/* ============================================================================================================= */
/* ============================================================================================================= */
/* ============================================================================================================= */
/* ============================================================================================================= */
/* ============================================ start profile job page =============================================== */
/* ============================================================================================================= */
/* ============================================================================================================= */
/* start left side of profile job page */
.job_card_and_detail{
padding: 0 50px;
background-color: transparent;
/* width: 300px; */
/* height: 300px; */
perspective: 2000px;
}
.job_card_and_detail a{
text-decoration: none;
}
.job_flip{
box-shadow: 0 0 10px -2px #000;
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 1s;
transform-style: preserve-3d;
transform-origin: center right;
cursor: pointer;
}
.job_card{
height: 25vh;
display: flex;
justify-content: center;
align-items: center;
font-size: 30px;
font-weight: bold;
background: white;
z-index: 11;
}
.job_detail{
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
font-size: 20px;
padding: 12px;
transform: rotateY(180deg);
z-index: -1;
}
.job_card, .job_detail{
backface-visibility: hidden;
}
.job_detail span{
margin-bottom: 10px;
font-size: 18px
}
.job_card_and_detail:hover .job_flip{
transform: translateX(-100%) rotateY(180deg);
}
/* end left side of profile job page */
/* ============================================================================================================= */
/* ============================================================================================================= */
/* ============================================ end profile job page =============================================== */
/* ============================================================================================================= */
/* ============================================================================================================= */
/* ============================================================================================================= */
/* start news page */
/* ============================================================================================================= */
.news_images{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 70px;
/* background: #0c5e47; */
/* opacity: .5; */
}
.news_images_overlay{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
opacity: .5;
/* z-index: 0; */
}
.image_news{
height: 300px;
object-fit: cover;
object-position: center;
}
.news_calender_like_comment{
z-index: 1;
}
.news_calelikcommen{
height: 70px;
}
.news_hover:hover .news_images_overlay{
background: #66be44
}
.news_disc{
margin-bottom: 15px;
}
.news_disc h5{
font-size: 22px;
font-weight: bold;
padding: 10px 0;
}
.news_disc a{
color: #888;
text-decoration: none;
}
.news_disc a:hover{
color: #66be44;
}
.hr_news{
background: #000;
display: flex;
width: 100%;
margin: 0;
}
.news_share{
color: #888;
}
.news_share a{
color: #888;
padding: 10px
}
.news_share a:hover{
color: #66be44;
}
.share{
padding: 10px;
}
.hr_news:first-of-type{
margin-top: 15px;
}
.hr_news:last-of-type{
margin-top: 2px;
}
/* ============================================================================================================= */
/* end news page */
/* ============================================================================================================= */
/*--------------------------------------- start log in--------------------------------------------*/
#login{
padding: 50px 0;
}
#login h5{
margin-top: 50px;
color: #0c5e47;
}
#login hr{
width: 9%;
border-top: 2px solid #0c5e47;
margin-top: 14px;
}
#login form label{
font-weight: bold;
font-size: 18px
}
#login form input{
margin-bottom: 10px;
padding-right: 20px
}
#login form a{
color: #000;
text-decoration: none;
font-weight: bold;
}
#login form input[type=submit]{
background-color: #0c5e47;
color: #fff;
border: 1px solid #0c5e47;
padding: 10px 20px;
margin: 20px 0 50px 0;
}
/*---------------------------------------end log in--------------------------------------------*/
/* ======================================== start contact us page ========================= */
.div-i-contact i{
color: #0c5e47;
font-size: 46px;
padding-top: 25px
}
.h5_contact-us{
color: #888888
}
.p-contact-us{
font-weight: bold;
padding-top: 10px;
}
.hr-left-vertical{
border-left: 1px solid #dddddd
}
.form-contact-us input,
.form-contact-us textarea{
margin-bottom: 5px
}
.form-contact-us textarea{
height: 120px;
}
.form-contact-us input[type='submit']{
background-color: #0c5e47;
color: #ffffff;
border: none;
padding: 8px 25px;
margin-top: 20px;
}
/* ======================================== end contact us page =========================== */
/* ======================================== start cv page ================================= */
.form-cv label{
font-weight: bold
}
.form-cv input{
margin-bottom: 5px
}
.form-cv select{
padding: .2rem .75rem;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
}
.form-cv input[type='submit']{
background-color: #0c5e47;
color: #ffffff;
border: none;
padding: 8px 25px;
margin-top: 20px;
}
.hr-cv{
border-top: 2px solid rgba(0,0,0,.1)
}
.form-cv table input {
border: none;
width: 100%;
color: #888888;
margin: 0;
padding: 10px
}
.form-cv table input:focus {
-webkit-box-shadow: none;
box-shadow: none;
border: none;
outline: none
}
.form-cv table select {
border: none;
color: #888888;
padding: 10px 5px 5px
}
.cvv .table td{
padding: 0
}
.form-cv table select {
outline: none;
border:none;
width: 100%
}
.form-cv table select:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
border: none
}
.form-cv thead{
background-color: #0c5e47;
color: #ffffff
}
.bt-color{
color: #0c5e47 !important;
font-weight: bold;
cursor: pointer;
text-decoration: none;
}
.bt-color:hover{
text-decoration: none;
}
/* ======================================== end cv page =================================== */
/* ======================= start Papers required for travel =============================== */
.papers-required ul{
border-radius: 10px;
box-shadow: 1px 1px 10px 2px #888888;
list-style: none;
padding: 10px;
margin: 20px -30px
}
.papers-required li{
font-weight: bold;
padding: 5px 0
}
.papers-required ul li:before{
content: '\f14a';
font-family: 'Font Awesome\ 5 Free';
color: #0c5e47;
padding: 0 15px 0 10px;
font-size: 20px;
font-weight: normal
}
/* ======================= end Papers required for travel ================================= */
/* ======================= start jobs details ================================= */
.div-job-details{
box-shadow: 0px 0px 0px 2px #e0dae0;
font-weight: bold
}
.div-job-details h4{
color: #0c5e47;
font-weight: bold
}
.div-job-details .ul-job-details{
list-style: none;
padding: 0;
margin: 4px 0 5px 0
}
.div-job-details .ul-job-details li{
padding: 3px 0 8px
}
.div-job-details .ul-job-details li:before{
content: '\f1ad';
font-family: 'Font Awesome\ 5 Free';
padding-left: 5px
}
.div-job-details .ul-job-details li span{
color: #0c5e47
}
.div-job-details .w-img-40{
width: 40% !important
}
.div-job-details hr{
width: 100%;
border-top: 1px solid #0c5e47;
padding: 0;
margin: 0
}
.div-job-details .btn-span{
float: right;
border: none;
background-color: #0c5e47;
color: #ffffff;
padding: 5px 0;
margin-bottom: 15px;
}
.div-job-details .div-3-span{
float: right
}
.div-job-details .div-chevron-left p{
margin: 0
}
.div-job-details .div-chevron-left p:first-of-type{
margin-top: 10px
}
.div-job-details .div-chevron-left p:last-child{
margin-bottom: 25px
}
.div-job-details .div-chevron-left p:before{
content: '\f053';
font-family: 'Font Awesome\ 5 Free';
padding-left: 7px;
font-size: 12px;
font-weight: bold
}
/* ======================= end jobs details ================================= */
/* ======================= start latest news ================================= */
.div-latest-news,
.div-latest-news-comments,
.div-latest-news-replay{
box-shadow: 0px 0px 0px 2px #e0dae0;
font-weight: bold
}
.div-latest-news h4,
.div-latest-news-comments h4,
.div-latest-news-replay h4{
color: #0c5e47;
font-weight: bold
}
.div-latest-news span{
color: #888888;
margin-left: 5%;
float:right
}
.div-latest-news span i{
color: #66be44
}
.div-latest-news .span-social i{
color: #888888;
margin: 0 5px
}
.div-latest-news-comments .img-comment{
width: 100%;
border-radius: 50%;
box-shadow: 0px 0px 4px 4px #eee;
}
.div-latest-news-comments .replay-comment{
float: left;
cursor: pointer;
position: relative;
z-index: 9999
}
.div-latest-news-comments p{
color: #888888
}
.div-latest-news-comments input{
width: 100%;
font-weight: bold;
border: none;
border-bottom: 1px solid #000;
position: relative;
bottom: 30px;
padding: 10px 0;
background-color: transparent
}
.div-latest-news-comments input:focus{
outline: none
}
.div-latest-news-replay textarea{
height: 270px;
}
.div-latest-news-replay input,
.div-latest-news-replay textarea{
width: 100%;
font-weight: bold;
border: none;
border-bottom: 2px solid #0c5e47;
padding: 10px 0;
margin-top: 10px
}
.div-latest-news-replay input:focus,
.div-latest-news-replay textarea:focus{
outline: none
}
.div-latest-news-replay input[type='submit']{
background-color: #0c5e47;
color: #ffffff;
border: none;
padding: 8px 25px;
margin: 20px 15px 10px 0;
}
/* ======================= end latest news ================================= */
/* ======================= start bootstrap offset left ================================= */
.col-xs-offset-right-12 {
margin-left: 100%;
}
.col-xs-offset-right-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-right-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-right-9 {
margin-left: 75%;
}
.col-xs-offset-right-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-right-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-right-6 {
margin-left: 50%;
}
.col-xs-offset-right-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-right-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-right-3 {
margin-left: 25%;
}
.col-xs-offset-right-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-right-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-right-0 {
margin-left: 0;
}
@media (max-width: 576px) {
.logo .w-75 {
width: 100%!important;
}
.all_time .col-2{
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 768px) {
.col-sm-offset-right-12 {
margin-left: 100%;
}
.col-sm-offset-right-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-right-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-right-9 {
margin-left: 75%;
}
.col-sm-offset-right-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-right-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-right-6 {
margin-left: 50%;
}
.col-sm-offset-right-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-right-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-right-3 {
margin-left: 25%;
}
.col-sm-offset-right-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-right-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-right-0 {
margin-left: 0;
}
.all_time .col-2{
padding-left: 0 !important;
padding-right: 0 !important;
}
.all_time .col-2{
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 992px) {
.col-md-offset-right-12 {
margin-left: 100%;
}
.col-md-offset-right-11 {
margin-left: 91.66666667%;
}
.col-md-offset-right-10 {
margin-left: 83.33333333%;
}
.col-md-offset-right-9 {
margin-left: 75%;
}
.col-md-offset-right-8 {
margin-left: 66.66666667%;
}
.col-md-offset-right-7 {
margin-left: 58.33333333%;
}
.col-md-offset-right-6 {
margin-left: 50%;
}
.col-md-offset-right-5 {
margin-left: 41.66666667%;
}
.col-md-offset-right-4 {
margin-left: 33.33333333%;
}
.col-md-offset-right-3 {
margin-left: 25%;
}
.col-md-offset-right-2 {
margin-left: 16.66666667%;
}
.col-md-offset-right-1 {
margin-left: 8.33333333%;
}
.col-md-offset-right-0 {
margin-left: 0;
}
.all_time .col-2{
padding-left: 15px !important;
padding-right: 15px !important;
}
}
@media (min-width: 1200px) {
.col-lg-offset-right-12 {
margin-left: 100%;
}
.col-lg-offset-right-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-right-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-right-9 {
margin-left: 75%;
}
.col-lg-offset-right-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-right-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-right-6 {
margin-left: 50%;
}
.col-lg-offset-right-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-right-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-right-3 {
margin-left: 25%;
}
.col-lg-offset-right-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-right-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-right-0 {
margin-left: 0;
}
}
/* ======================= end bootstrap offset left ================================= */
/* ======================= start responsive ================================= */
@media (max-width: 1200px) {
.job_detail span{
font-size: 16px
}
.clock i {
font-size: 35px;
}
.time_work span {
font-size: 15px;
}
.news_calender_like_comment {
font-size: 12px;
}
}
@media (max-width: 992px) {
label{
font-size: 13px;
}
.time_work span{
font-size: 16px;
}
.clock i {
font-size: 35px;
}
.h1_title{
font-size: 45px;
}
.job_detail span{
font-size: 13px
}
.para_news {
height: 230px;
}
.paragraph_about{
padding: 0 15%;
}
.clock{
height: 70px;
}
.logo{
padding: 20px 0;
}
.news_detail_words{
position: unset !important;
}
.time_work{
float: right;
margin-left: 5px;
}
.news_details {
padding: 10px 0px;
}
.news_detail_words {
padding: 0;
}
.news_calender_like_comment {
font-size: 15px;
}
}
@media (max-width: 768px) {
.h1{
font-size: 1.75rem
}
.nnnnews{
height: 1430px;
}
.h1_title{
font-size: 40px;
}
.hr-left-vertical{
border: none
}
.slide_image {
height: 75vh;
}
.h6,h6 {
font-size: .75rem;
}
.div-latest-news-comments .img-comment{
width: 15%;
}
.form-control {
font-size: .75rem
}
.job_detail span{
font-size: 14px
}
.paragraph_about{
padding: 0 10%;
}
.button_arrow{
display: none
}
.carousel-indicators li{
width: 34px;
height: 6px;
}
.clock i {
font-size: 28px;
}
.time_work span{
font-size: 13px;
}
.height_paragraph_services{
min-height: auto
}
.height_paragraph_services + h6{
min-height: 90px
}
.clock{
height: 50px;
}
.logo{
padding: 20px 0;
}
.time_work{
float: right;
margin-left: 5px;
}
.head_manu{
position: absolute;
top: -50vh;
}
.news_detail_words{
position: unset !important;
}
.news_details {
padding: 10px 0px;
}
.news_detail_words {
padding: 0;
}
}
@media (max-width: 576px) {
.container {
padding-right: 20px;
padding-left: 20px;
}
p{
font-size: 14px
}
.h1_title{
font-size: 30px;
padding-right: 20px;
}
.slide_image {
height: 66vh;
}
.padding_title {
height: 60vh;
}
.table{
font-size: 13px;
}
.form-cv table select{
font-size: 12px
}
.hide_all {
padding: 0 5px;
}
.table-mohelat{
margin-right: -40px
}
.clock{
height: 50px;
}
.logo{
padding: 20px 0;
}
.time_work{
float: right;
margin-left: 5px;
}
.head_manu{
position: absolute;
top: -40vh;
}
.news_detail_words{
position: unset !important;
}
.question_h5{
font-size: large;
}
.news_details {
padding: 10px 0px;
}
.news_detail_words {
padding: 0;
}
.news_calender_like_comment {
font-size: 1.7vw;
}
}
/* ======================= end responsive ================================= */
.setting_bar{
display: none !important;
}
.setting_bar i{
font-size: 20px;
color: #0c5e47;
}
/* webkit solution */
::-webkit-input-placeholder { text-align:right; }
/* mozilla solution */
input:-moz-placeholder { text-align:right; }
/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
.setting_bar{
background: white;
width: 40px;
height: 40px;
z-index: 2;
position: absolute;
top: 60px;
right: 0;
display: flex;
justify-content: center;
align-items: center;
border-radius: 10px 0 0 10px;
box-shadow: 0 0 3px 0px #000;
}
.sidebar_profile{
position: absolute;
z-index: 1;
top: 0;
right: -100%;
transition: 1s linear
}
.sidebar_profile_left{
right: 0;
}
}
/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
.setting_bar{
background: white;
width: 40px;
height: 40px;
z-index: 2;
position: absolute;
top: 60px;
right: 0;
display: flex;
justify-content: center;
align-items: center;
border-radius: 10px 0 0 10px;
box-shadow: 0 0 3px 0px #000;
}
.sidebar_profile{
position: absolute;
z-index: 1;
top: 0;
right: -100%;
transition: 1s linear
}
.sidebar_profile_left{
right: 0;
}
}
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
}
/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { }
/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }
/* start alljob page */
/* ============================================================================================================= */
.searchjob{
position: absolute;
top: 30%;
z-index: 1;
right: 30px;
font-size: 25px;
}
.head_manu_search{
position: absolute;
top: -17vh;
width: 100%;
}
.card .card-body a{
color:#66be44;
text-decoration: none
}
.cardjob:hover{
background: #0c5e47;
color: white;
}
.cardjob:hover h5{
color: white;
}
@media (max-width: 575.98px) {
.head_manu_search {
position: absolute;
top: -22vh;
width: auto;
}
.input_search{
height: 47px;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
.head_manu_search {
position: absolute;
top: -25vh;
width: 100%;
}
.input_search{
height: 47px;
}
}
/* ============================================================================================================= */
/* end alljob page */ | 0.387574 | 0.094093 |
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, div.paragraph, blockquote, fieldset, input { margin: 0; padding: 0; }
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { margin: 0; padding: 0; }
a img { border: 0; }
a { color: #ffc17e; text-decoration: none; }
a:hover { color: #804300; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #fff; margin: 0; padding: 0; background: #383838; }
h2 { font-size: 2.2em; margin: 0; padding: .3em 0; line-height: 1.2; font-family: "Anton", Arial, Helvetica, sans-serif; text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.1); text-transform: uppercase; -webkit-text-stroke-width: 0.2px; }
#content h2 { color: #804300; }
div.paragraph { font-size: 1em; line-height: 1.5; margin: 0; padding: .5em 0; }
p { font-size: 1em; line-height: 1.5; margin: 0; padding: .5em 0; }
hr {background:#804300 !important;}
#content div.paragraph { color: #fff; }
#content p { color: #fff; }
#content abbr { border-bottom: 1px dotted #8f8f8f; }
#page { margin: 0 auto; width: 950px; }
#header-wrap { background: #fcfcfc url(theme/header-bg-orange.jpg?450024) center bottom repeat; min-width: 950px; clear: both; }
#header { padding: 0 22px; margin: 0; }
blockquote { font-style:italic; border-left:4px solid #804300; margin:10px 0 10px 0; padding-left:20px; line-height:1.5; color:#804300; }
.wsite-logo, .wsite-logo a:hover { color: #4a4a4a; }
#logo, #logo a { font-size: 40px; color: #4a4a4a; margin: 0; font-weight: normal; padding: 0; float: left; font-family: "Anton", Arial, Helvetica, sans-serif; text-shadow: 1px 3px 0 #f1e6db; -webkit-text-stroke-width: 0.2px; text-transform: uppercase; }
#header-right a { color: #44848a; }
#header-right a:hover { color: #73aeb4; }
#header { width: 100%; height: 120px; }
#header, #header table { border-collapse: collapse; border-spacing: 0; }
#header td { vertical-align: middle; text-align: left; }
#logo { padding: 20px 0 30px 10px; }
#header-right { padding: 0 0 10px 10px; }
#header-right table { width: 1px; }
#header-right table, #header-right .search, #header-right .wsite-search { clear: right; float: right; }
#header-right td { padding: 0; }
#header-right .phone-number .wsite-text { color: #6d6d6d; font-size: 12px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; text-decoration: none; display: block; white-space: nowrap; margin: 5px 0 5px 15px; }
#header-right .wsite-social { vertical-align: middle; margin: 5px 0 5px 10px; }
.wsite-social-item { width: 23px; height: 23px; margin: 0 0 0 3px; background-image:url(theme/social-orange.png?450024); }
.wsite-social-facebook {background-position:0 0;}
.wsite-social-facebook:hover {background-position:0 -23px;}
.wsite-social-facebook:active {background-position:0 -46px;}
.wsite-social-pinterest {background-position:-23px 0;}
.wsite-social-pinterest:hover {background-position:-23px -23px;}
.wsite-social-pinterest:active {background-position:-23px -46px;}
.wsite-social-twitter {background-position:-46px 0;}
.wsite-social-twitter:hover {background-position:-46px -23px;}
.wsite-social-twitter:active {background-position:-46px -46px;}
.wsite-social-linkedin {background-position:-69px 0;}
.wsite-social-linkedin:hover {background-position:-69px -23px;}
.wsite-social-linkedin:active {background-position:-69px -46px;}
.wsite-social-mail {background-position:-92px 0;}
.wsite-social-mail:hover {background-position:-92px -23px;}
.wsite-social-mail:active {background-position:-92px -46px;}
.wsite-social-rss {background-position:-115px 0;}
.wsite-social-rss:hover {background-position:-115px -23px;}
.wsite-social-rss:active {background-position:-115px -46px;}
.wsite-social-flickr {background-position:-138px 0;}
.wsite-social-flickr:hover {background-position:-138px -23px;}
.wsite-social-flickr:active {background-position:-138px -46px;}
.wsite-social-plus {background-position:-161px 0;}
.wsite-social-plus:hover {background-position:-161px -23px;}
.wsite-social-plus:active {background-position:-161px -46px;}
.wsite-social-vimeo {background-position:-184px 0;}
.wsite-social-vimeo:hover {background-position:-184px -23px;}
.wsite-social-vimeo:active {background-position:-184px -46px;}
.wsite-social-yahoo {background-position:-207px 0;}
.wsite-social-yahoo:hover {background-position:-207px -23px;}
.wsite-social-yahoo:active {background-position:-207px -46px;}
.wsite-social-youtube {background-position:-230px 0;}
.wsite-social-youtube:hover {background-position:-230px -23px;}
.wsite-social-youtube:active {background-position:-230px -46px;}
#header-right .search { }
#header-right .wsite-search { margin: 5px 0 5px 15px; vertical-align: middle; }
#header-right .wsite-search-input { width: 137px; height: 14px; border: none; padding: 8px 10px 6px !important; font-family: Arial, Helvetica, sans-serif; color: #6d6d6d; font-size: 12px; background: url(theme/input-bg.png?450024) no-repeat; }
#header-right .wsite-search-button { position: relative; width: 27px; height: 28px; color: #010101; font-size: 12px; border: none; margin: 0; padding: 0; background: url(theme/submit-bg.png?450024) no-repeat; }
#topnav { clear: both; height: 30px; padding: 12px 20px; margin: 0 0 20px; overflow: hidden; background: url(theme/nav-bg-orange.png?450024) repeat-x; }
#topnav ul { list-style: none; float: left; }
#topnav ul li { list-style: none; float: left; padding: 0 10px 0 0; }
#topnav a { float: left; display: block; color: #f1eee7; text-decoration: none; font-family: "Anton", Impact, Charcoal, sans-serif; padding: 6px 12px; font-size: 18px; border: 0; outline: 0; margin: 0; list-style-type: none; text-transform: uppercase; line-height: 1; text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1); }
#topnav li#active a, #topnav a:hover { color: #f1eee7; background: #d56d05; border: 0; }
#wsite-menus .wsite-menu li a { font-family: Arial, Helvetica, sans-serif; padding: 8px; color: #ffffff; background: #d56d05; border: 0; border-bottom: 1px solid #a25500; }
#wsite-menus .wsite-menu li a:hover { color: #ffffff; background: #e8861d; }
#main-wrap { background: #e8861d url(theme/main-wrap-orange.jpg?450024) center top repeat-x; padding: 25px 0 0; min-width: 950px; clear: both; }
#main { }
#content { min-height: 400px; padding: 18px 22px; }
#banner { background: url(theme/banner-top-orange.png?450024) no-repeat; padding-top: 23px; }
#banner-bot { background: url(theme/banner-bot-orange.png?450024) left bottom no-repeat; padding-bottom: 24px; }
#banner-b { background: url(theme/bot-bdr-orange.png?450024) left bottom no-repeat; padding-bottom: 6px; overflow: hidden; }
#banner-r { background: url(theme/left-bdr-orange.png?450024) right top no-repeat; padding-right: 5px; }
#banner-wrap { border: 8px solid #e8841c; }
#banner-mid { background: url(theme/banner-mid-orange.png?450024) repeat-y; padding: 0 20px; overflow: hidden; }
.tall-header-page .wsite-header { width: 889px; height: 235px; background: url(theme/banner-tall.jpg?450024) no-repeat; }
.short-header-page .wsite-header { width: 889px; height: 135px; background: url(theme/banner-short.jpg?450024) no-repeat; }
.no-header-page #banner-bot { display: none; }
.no-header-page #content { padding-top: 18px; }
.no-header-page #topnav { margin-bottom: 0; }
.no-header-page #footer { min-height: 100px; }
.landing-page #banner { border: none; }
.landing-page #banner-b { background: url(theme/landing-banner-bot-orange.png?450024) left bottom no-repeat; padding-bottom: 6px; }
.landing-page #banner-r { background: url(theme/landing-banner-right-orange.png?450024) right top no-repeat; padding-right: 5px; }
.landing-page #banner-mid { background: url(theme/banner-landing-mid-orange.png?450024) repeat-y; height: 317px; }
.landing-page #banner-detail { background: #66c9c1; }
#bannerleft { float: left; width: 564px; padding: 0; position: relative; }
.landing-page .wsite-header { width: 543px; height: 295px; background: url(theme/banner-landing.jpg?450024) no-repeat; }
.landing-banner-outer { display: table; #position: relative; overflow: hidden; }
.landing-banner-mid { #position: absolute; #top: 50%; display: table-cell; vertical-align: middle; }
.landing-banner-inner { #position: relative; #top: -50%; }
#bannerright { float: right; width: 270px; height: 317px; padding: 0 30px; }
#bannerright h2 { color: #fa9d3c; font-size: 30px; padding: 0px; line-height: 28px; }
#bannerright div.paragraph { color: #fff; font-size: 1.1em; padding: 20px 0px; line-height: 140%; }
#bannerright p { color: #fff; font-size: 1.1em; padding: 20px 0px; line-height: 140%; }
#bannerright .wsite-button { margin: 0px; }
.splash-page #header { width: 532px; }
.splash-page #banner { width: 527px; height: 161px; padding: 6px 4px 4px 6px; background: url(theme/banner-splash-bg.png?450024) no-repeat; }
.splash-page .wsite-header { width: 515px; height: 149px; background: url(theme/banner-splash.jpg?450024) no-repeat; }
.splash-page #content-container { width: 528px; }
.splash-page #content { width: 528px; }
.splash-page #footer { width: 524px; }
#footer-wrap { background: #3f2100 url(theme/footer-wrap2-orange.png?450024) center top repeat-x; min-width: 950px; }
#footer { padding: 45px 22px 50px; font-size: 12px; color: #cd9c69; font-family: Arial, Helvetica, sans-serif; text-align: right; }
#footer div.paragraph { color: #888; }
#footer p { color: #888; }
#footer a { color: #cd9c69; }
#footer a:hover { color: #fec080; }
#footer h2 { font-size: 20px; padding: .3em 0; line-height: 1.5; color: #ddd; }
#footer blockquote { font-style:italic; border-left:4px solid #666; margin:10px 0 10px 0; padding-left:20px; line-height:1.5; color:#888; }
.wsite-footer { margin-bottom: 15px; }
#footer hr {background:#fff !important;}
.wsite-form-label { display: inline-block; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 1em; padding: 12px 0 5px 0; }
.form-radio-container { color: #ffffff; font-size: 1em; font-family: Arial, Helvetica, sans-serif; }
.wsite-form-input, .wsite-search-element-input { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #666666; border: 1px solid #4d868c; padding: 7px 4px 6px !important; line-height: 1; background: #fff url(theme/field.png?450024) repeat-x; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.form-select { color: #666666; border: 1px solid #4d868c; font-size: 13px; font-family: Arial, Helvetica, sans-serif; padding: 3px 4px; width: 320px; height: 27px; line-height: 27px; background: url#fff (field.png); -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.blogCommentSubreplyWrapper div.iframeWrapper{ background:#4A8C95; border:1px solid #447075; color:#fff; }
.wsite-form-container { margin-top:0px !important; text-align:left; }
.wsite-footer .wsite-form-label { font-size: 1em; padding: 5px 0 2px 0; }
.wsite-footer .wsite-form-field { width:300px !important; }
.wsite-footer .form-radio-container { font-size:1em; }
.wsite-footer .wsite-form-input { font-size: 1em; width: 100% !important; }
.wsite-footer .form-select { width: 100%; }
.wsite-button { color: #fff !important; font-family: Arial, Helvetica, sans-serif; height: 35px; display: inline-block; font-size: 12px; border: none; font-weight: bold; font-size: 13px; text-decoration: none; padding: 0 17px 0 0; background: url(theme/button-orange.png?450024) no-repeat 100% -105px; text-shadow:0 -1px 0 rgba(0,0,0,0.9); }
.wsite-button:hover { background-position: 100% -140px; }
.wsite-button:active { background-position: 100% -175px; }
.wsite-button-inner { height: 35px; line-height: 34px; display: block; font-size: 14px; font-weight: bold; border: none; text-decoration: none; padding: 0 10px 0 27px; background: url(theme/button-orange.png?450024) no-repeat 0 0; }
.wsite-button:hover .wsite-button-inner { background-position: 0 -35px; }
.wsite-button:active .wsite-button-inner { background-position: 0 -70px; }
.wsite-button-large { height: 42px; background: url(theme/button_large-orange.png?450024) no-repeat 100% -126px; padding: 0 18px 0 0; }
.wsite-button-large:hover { background-position: 100% -168px; }
.wsite-button-large:active { background-position: 100% -210px; }
.wsite-button-large .wsite-button-inner { height: 42px; line-height: 41px; padding: 0 10px 0 25px; background: url(theme/button_large-orange.png?450024) no-repeat 0 0; }
.wsite-button-large:hover .wsite-button-inner { background-position: 0 -42px; }
.wsite-button-large:active .wsite-button-inner { background-position: 0 -84px; }
.wsite-button-large.wsite-button-highlight { background-image: url(theme/button_large_highlight-orange.png?450024); }
.wsite-button-large.wsite-button-highlight .wsite-button-inner { background-image: url(theme/button_large_highlight-orange.png?450024); }
.wsite-button-highlight { background-image: url(theme/button_highlight-orange.png?450024); }
.wsite-button-highlight .wsite-button-inner { background-image: url(theme/button_highlight-orange.png?450024); }
div.paragraph ul, div.paragraph ol { padding-left: 25px !important; margin: 5px 0 !important; overflow:hidden; }
div.paragraph li { padding-left: 5px !important; margin: 3px 0 0 !important; }
div.paragraph ul, div.paragraph ul li { list-style: disc outside !important; }
div.paragraph ol, div.paragraph ol li { list-style: decimal outside !important; } | web/themes/orange/files/main_style.css | ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, div.paragraph, blockquote, fieldset, input { margin: 0; padding: 0; }
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { margin: 0; padding: 0; }
a img { border: 0; }
a { color: #ffc17e; text-decoration: none; }
a:hover { color: #804300; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #fff; margin: 0; padding: 0; background: #383838; }
h2 { font-size: 2.2em; margin: 0; padding: .3em 0; line-height: 1.2; font-family: "Anton", Arial, Helvetica, sans-serif; text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.1); text-transform: uppercase; -webkit-text-stroke-width: 0.2px; }
#content h2 { color: #804300; }
div.paragraph { font-size: 1em; line-height: 1.5; margin: 0; padding: .5em 0; }
p { font-size: 1em; line-height: 1.5; margin: 0; padding: .5em 0; }
hr {background:#804300 !important;}
#content div.paragraph { color: #fff; }
#content p { color: #fff; }
#content abbr { border-bottom: 1px dotted #8f8f8f; }
#page { margin: 0 auto; width: 950px; }
#header-wrap { background: #fcfcfc url(theme/header-bg-orange.jpg?450024) center bottom repeat; min-width: 950px; clear: both; }
#header { padding: 0 22px; margin: 0; }
blockquote { font-style:italic; border-left:4px solid #804300; margin:10px 0 10px 0; padding-left:20px; line-height:1.5; color:#804300; }
.wsite-logo, .wsite-logo a:hover { color: #4a4a4a; }
#logo, #logo a { font-size: 40px; color: #4a4a4a; margin: 0; font-weight: normal; padding: 0; float: left; font-family: "Anton", Arial, Helvetica, sans-serif; text-shadow: 1px 3px 0 #f1e6db; -webkit-text-stroke-width: 0.2px; text-transform: uppercase; }
#header-right a { color: #44848a; }
#header-right a:hover { color: #73aeb4; }
#header { width: 100%; height: 120px; }
#header, #header table { border-collapse: collapse; border-spacing: 0; }
#header td { vertical-align: middle; text-align: left; }
#logo { padding: 20px 0 30px 10px; }
#header-right { padding: 0 0 10px 10px; }
#header-right table { width: 1px; }
#header-right table, #header-right .search, #header-right .wsite-search { clear: right; float: right; }
#header-right td { padding: 0; }
#header-right .phone-number .wsite-text { color: #6d6d6d; font-size: 12px; font-weight: normal; font-family: Arial, Helvetica, sans-serif; text-decoration: none; display: block; white-space: nowrap; margin: 5px 0 5px 15px; }
#header-right .wsite-social { vertical-align: middle; margin: 5px 0 5px 10px; }
.wsite-social-item { width: 23px; height: 23px; margin: 0 0 0 3px; background-image:url(theme/social-orange.png?450024); }
.wsite-social-facebook {background-position:0 0;}
.wsite-social-facebook:hover {background-position:0 -23px;}
.wsite-social-facebook:active {background-position:0 -46px;}
.wsite-social-pinterest {background-position:-23px 0;}
.wsite-social-pinterest:hover {background-position:-23px -23px;}
.wsite-social-pinterest:active {background-position:-23px -46px;}
.wsite-social-twitter {background-position:-46px 0;}
.wsite-social-twitter:hover {background-position:-46px -23px;}
.wsite-social-twitter:active {background-position:-46px -46px;}
.wsite-social-linkedin {background-position:-69px 0;}
.wsite-social-linkedin:hover {background-position:-69px -23px;}
.wsite-social-linkedin:active {background-position:-69px -46px;}
.wsite-social-mail {background-position:-92px 0;}
.wsite-social-mail:hover {background-position:-92px -23px;}
.wsite-social-mail:active {background-position:-92px -46px;}
.wsite-social-rss {background-position:-115px 0;}
.wsite-social-rss:hover {background-position:-115px -23px;}
.wsite-social-rss:active {background-position:-115px -46px;}
.wsite-social-flickr {background-position:-138px 0;}
.wsite-social-flickr:hover {background-position:-138px -23px;}
.wsite-social-flickr:active {background-position:-138px -46px;}
.wsite-social-plus {background-position:-161px 0;}
.wsite-social-plus:hover {background-position:-161px -23px;}
.wsite-social-plus:active {background-position:-161px -46px;}
.wsite-social-vimeo {background-position:-184px 0;}
.wsite-social-vimeo:hover {background-position:-184px -23px;}
.wsite-social-vimeo:active {background-position:-184px -46px;}
.wsite-social-yahoo {background-position:-207px 0;}
.wsite-social-yahoo:hover {background-position:-207px -23px;}
.wsite-social-yahoo:active {background-position:-207px -46px;}
.wsite-social-youtube {background-position:-230px 0;}
.wsite-social-youtube:hover {background-position:-230px -23px;}
.wsite-social-youtube:active {background-position:-230px -46px;}
#header-right .search { }
#header-right .wsite-search { margin: 5px 0 5px 15px; vertical-align: middle; }
#header-right .wsite-search-input { width: 137px; height: 14px; border: none; padding: 8px 10px 6px !important; font-family: Arial, Helvetica, sans-serif; color: #6d6d6d; font-size: 12px; background: url(theme/input-bg.png?450024) no-repeat; }
#header-right .wsite-search-button { position: relative; width: 27px; height: 28px; color: #010101; font-size: 12px; border: none; margin: 0; padding: 0; background: url(theme/submit-bg.png?450024) no-repeat; }
#topnav { clear: both; height: 30px; padding: 12px 20px; margin: 0 0 20px; overflow: hidden; background: url(theme/nav-bg-orange.png?450024) repeat-x; }
#topnav ul { list-style: none; float: left; }
#topnav ul li { list-style: none; float: left; padding: 0 10px 0 0; }
#topnav a { float: left; display: block; color: #f1eee7; text-decoration: none; font-family: "Anton", Impact, Charcoal, sans-serif; padding: 6px 12px; font-size: 18px; border: 0; outline: 0; margin: 0; list-style-type: none; text-transform: uppercase; line-height: 1; text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1); }
#topnav li#active a, #topnav a:hover { color: #f1eee7; background: #d56d05; border: 0; }
#wsite-menus .wsite-menu li a { font-family: Arial, Helvetica, sans-serif; padding: 8px; color: #ffffff; background: #d56d05; border: 0; border-bottom: 1px solid #a25500; }
#wsite-menus .wsite-menu li a:hover { color: #ffffff; background: #e8861d; }
#main-wrap { background: #e8861d url(theme/main-wrap-orange.jpg?450024) center top repeat-x; padding: 25px 0 0; min-width: 950px; clear: both; }
#main { }
#content { min-height: 400px; padding: 18px 22px; }
#banner { background: url(theme/banner-top-orange.png?450024) no-repeat; padding-top: 23px; }
#banner-bot { background: url(theme/banner-bot-orange.png?450024) left bottom no-repeat; padding-bottom: 24px; }
#banner-b { background: url(theme/bot-bdr-orange.png?450024) left bottom no-repeat; padding-bottom: 6px; overflow: hidden; }
#banner-r { background: url(theme/left-bdr-orange.png?450024) right top no-repeat; padding-right: 5px; }
#banner-wrap { border: 8px solid #e8841c; }
#banner-mid { background: url(theme/banner-mid-orange.png?450024) repeat-y; padding: 0 20px; overflow: hidden; }
.tall-header-page .wsite-header { width: 889px; height: 235px; background: url(theme/banner-tall.jpg?450024) no-repeat; }
.short-header-page .wsite-header { width: 889px; height: 135px; background: url(theme/banner-short.jpg?450024) no-repeat; }
.no-header-page #banner-bot { display: none; }
.no-header-page #content { padding-top: 18px; }
.no-header-page #topnav { margin-bottom: 0; }
.no-header-page #footer { min-height: 100px; }
.landing-page #banner { border: none; }
.landing-page #banner-b { background: url(theme/landing-banner-bot-orange.png?450024) left bottom no-repeat; padding-bottom: 6px; }
.landing-page #banner-r { background: url(theme/landing-banner-right-orange.png?450024) right top no-repeat; padding-right: 5px; }
.landing-page #banner-mid { background: url(theme/banner-landing-mid-orange.png?450024) repeat-y; height: 317px; }
.landing-page #banner-detail { background: #66c9c1; }
#bannerleft { float: left; width: 564px; padding: 0; position: relative; }
.landing-page .wsite-header { width: 543px; height: 295px; background: url(theme/banner-landing.jpg?450024) no-repeat; }
.landing-banner-outer { display: table; #position: relative; overflow: hidden; }
.landing-banner-mid { #position: absolute; #top: 50%; display: table-cell; vertical-align: middle; }
.landing-banner-inner { #position: relative; #top: -50%; }
#bannerright { float: right; width: 270px; height: 317px; padding: 0 30px; }
#bannerright h2 { color: #fa9d3c; font-size: 30px; padding: 0px; line-height: 28px; }
#bannerright div.paragraph { color: #fff; font-size: 1.1em; padding: 20px 0px; line-height: 140%; }
#bannerright p { color: #fff; font-size: 1.1em; padding: 20px 0px; line-height: 140%; }
#bannerright .wsite-button { margin: 0px; }
.splash-page #header { width: 532px; }
.splash-page #banner { width: 527px; height: 161px; padding: 6px 4px 4px 6px; background: url(theme/banner-splash-bg.png?450024) no-repeat; }
.splash-page .wsite-header { width: 515px; height: 149px; background: url(theme/banner-splash.jpg?450024) no-repeat; }
.splash-page #content-container { width: 528px; }
.splash-page #content { width: 528px; }
.splash-page #footer { width: 524px; }
#footer-wrap { background: #3f2100 url(theme/footer-wrap2-orange.png?450024) center top repeat-x; min-width: 950px; }
#footer { padding: 45px 22px 50px; font-size: 12px; color: #cd9c69; font-family: Arial, Helvetica, sans-serif; text-align: right; }
#footer div.paragraph { color: #888; }
#footer p { color: #888; }
#footer a { color: #cd9c69; }
#footer a:hover { color: #fec080; }
#footer h2 { font-size: 20px; padding: .3em 0; line-height: 1.5; color: #ddd; }
#footer blockquote { font-style:italic; border-left:4px solid #666; margin:10px 0 10px 0; padding-left:20px; line-height:1.5; color:#888; }
.wsite-footer { margin-bottom: 15px; }
#footer hr {background:#fff !important;}
.wsite-form-label { display: inline-block; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 1em; padding: 12px 0 5px 0; }
.form-radio-container { color: #ffffff; font-size: 1em; font-family: Arial, Helvetica, sans-serif; }
.wsite-form-input, .wsite-search-element-input { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #666666; border: 1px solid #4d868c; padding: 7px 4px 6px !important; line-height: 1; background: #fff url(theme/field.png?450024) repeat-x; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.form-select { color: #666666; border: 1px solid #4d868c; font-size: 13px; font-family: Arial, Helvetica, sans-serif; padding: 3px 4px; width: 320px; height: 27px; line-height: 27px; background: url#fff (field.png); -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.blogCommentSubreplyWrapper div.iframeWrapper{ background:#4A8C95; border:1px solid #447075; color:#fff; }
.wsite-form-container { margin-top:0px !important; text-align:left; }
.wsite-footer .wsite-form-label { font-size: 1em; padding: 5px 0 2px 0; }
.wsite-footer .wsite-form-field { width:300px !important; }
.wsite-footer .form-radio-container { font-size:1em; }
.wsite-footer .wsite-form-input { font-size: 1em; width: 100% !important; }
.wsite-footer .form-select { width: 100%; }
.wsite-button { color: #fff !important; font-family: Arial, Helvetica, sans-serif; height: 35px; display: inline-block; font-size: 12px; border: none; font-weight: bold; font-size: 13px; text-decoration: none; padding: 0 17px 0 0; background: url(theme/button-orange.png?450024) no-repeat 100% -105px; text-shadow:0 -1px 0 rgba(0,0,0,0.9); }
.wsite-button:hover { background-position: 100% -140px; }
.wsite-button:active { background-position: 100% -175px; }
.wsite-button-inner { height: 35px; line-height: 34px; display: block; font-size: 14px; font-weight: bold; border: none; text-decoration: none; padding: 0 10px 0 27px; background: url(theme/button-orange.png?450024) no-repeat 0 0; }
.wsite-button:hover .wsite-button-inner { background-position: 0 -35px; }
.wsite-button:active .wsite-button-inner { background-position: 0 -70px; }
.wsite-button-large { height: 42px; background: url(theme/button_large-orange.png?450024) no-repeat 100% -126px; padding: 0 18px 0 0; }
.wsite-button-large:hover { background-position: 100% -168px; }
.wsite-button-large:active { background-position: 100% -210px; }
.wsite-button-large .wsite-button-inner { height: 42px; line-height: 41px; padding: 0 10px 0 25px; background: url(theme/button_large-orange.png?450024) no-repeat 0 0; }
.wsite-button-large:hover .wsite-button-inner { background-position: 0 -42px; }
.wsite-button-large:active .wsite-button-inner { background-position: 0 -84px; }
.wsite-button-large.wsite-button-highlight { background-image: url(theme/button_large_highlight-orange.png?450024); }
.wsite-button-large.wsite-button-highlight .wsite-button-inner { background-image: url(theme/button_large_highlight-orange.png?450024); }
.wsite-button-highlight { background-image: url(theme/button_highlight-orange.png?450024); }
.wsite-button-highlight .wsite-button-inner { background-image: url(theme/button_highlight-orange.png?450024); }
div.paragraph ul, div.paragraph ol { padding-left: 25px !important; margin: 5px 0 !important; overflow:hidden; }
div.paragraph li { padding-left: 5px !important; margin: 3px 0 0 !important; }
div.paragraph ul, div.paragraph ul li { list-style: disc outside !important; }
div.paragraph ol, div.paragraph ol li { list-style: decimal outside !important; } | 0.322099 | 0.121035 |
div.sheet-abilities tr td.sheet-center:first-child {background-color: #1f1f1f; color: #fff; font-family: serif; width:4.5em;}
div.sheet-abilities tr td:nth-child(2) {width: 14%; text-align: center; white-space: nowrap;}
div.sheet-abilities tr td:nth-child(2) input.sheet-input-small {width: 50%;}
/* background toggle */
.sheet-wrapper {margin:5px; padding:0}
.sheet-useBackground input[value="1"]:checked ~ .sheet-background { background-image:none; background-color:white;}
.sheet-useBackground input[value="2"]:checked ~ .sheet-background { background-image:url("http://i.imgur.com/izwlEug.jpg"); background-size: cover; background-position: center top;}
.sheet-table {display:table; width:100%;}
.sheet-table-row {display: table-row; width:100%;}
.sheet-data {display:table-cell; vertical-align:bottom;}
.sheet-left {text-align:left;}
.sheet-right {text-align:right;}
.sheet-center {text-align:center;}
.sheet-border {border:1px solid gray; border-radius:10px; border-collapse:separate; margin: 2px 0 2px 0; padding: 2px;}
table, tr {width:100%;}
table, tr, td {font-size:12px; font-weight:bold;}
input {border:1px transparent; border-bottom:1px solid; background-color:transparent; text-align:center; font-family:cursive; font-size:1.1em; color:#262626;}
.sheet-input-small, input[type="number"].sheet-input-small, input[type="text"].sheet-input-small {width:2.75em; height:1.85em;}
.sheet-input-medium, input[type="number"].sheet-input-medium, input[type="text"].sheet-input-medium {width:80%; height:1.85em;}
.sheet-input-large, input[type="number"].sheet-input-large, input[type="number"].sheet-input-large {width:100%; height:1.85em;}
input[disabled], select[disabled], textarea[disabled], input[readonly] {cursor:not-allowed; background-color:rgba(245, 245, 245, 0.85);}
select {background-color:transparent;}
button[type=roll].sheet-button {font-size:1em; line-height:1.5em; white-space:nowrap;}
.sheet-header {display:inline-block; font-size:16px; font-weight:bold; margin:0 -5px 0 0;}
hr {border-top: 1px solid #8c8b8b; margin:5px;}
.sheet-text-small {font-size:10px;}
.sheet-text-large {font-size:14px; font-weight:bold;}
div.sheet-table-row textarea {width:94%; resize:vertical; margin:0 10px 5px 20px; height:60px; background-color:transparent;}
/*hide and seek magic*/
.sheet-sect-show:not(:checked)~.sheet-sect {display: none;}
input[type="checkbox"] + span:not(.sheet-not-sheet-show)::before {display: inline-block; content:'►'; width:14px; height:16px; font-size:.85em; vertical-align:text-bottom; margin-bottom:1px;}
input[type="checkbox"]:checked + span:not(.sheet-not-sheet-show)::before {content:'▼';}
/*rep-items counter*/
.sheet-repeating-fields {counter-reset: sheet-rep-items -1;}
input[type="checkbox"].sheet-counted + span:not(.sheet-not-sheet-show)::before {counter-increment: sheet-rep-items; content: counter(sheet-rep-items) '. '; width:auto;}
input[type="checkbox"].sheet-counted:checked + span:not(.sheet-not-sheet-show)::before {counter-increment: sheet-rep-items; content: counter(sheet-rep-items) '. '; width:auto;}
.sheet-personal_attributes,.sheet-abilities,.sheet-saves,.sheet-weapons,.sheet-to_hit_AC,.sheet-thac0,.sheet-thief_skills,
.sheet-wealth,.sheet-equipment,.sheet-special_abilities,.sheet-nonweapon_proficiencies,.sheet-spells,.sheet-notes {margin-top:0;}
/*to-hit AC*/
.sheet-box {border: 1px solid #000; height:30px; width:50px; font-size:14px;}
tr.sheet-to-hit td:nth-child(odd){background-color:rgba(148, 148, 148, 0.5); color:#ffffff;}
tr.sheet-to-hit td:nth-child(even){background-color:rgba(236, 236, 236, 0.85);}
.sheet-to-hit-input input {width:100%; height:24px; text-align:center;}
.sheet-rolltemplate-attacks .sheet-ToHit strong, .sheet-rolltemplate-attacks .sheet-ToHit span {min-width: 1.1em;}
div.sheet-footer span.sheet-data input[type="text"] {width:21em; height:1.5em; border:none; background-color:transparent; margin-top:-2px;}
/*repeating sections*/
span.sheet-data.sheet-center input {width:5.5em; height:2em;}
span.sheet-data.sheet-center {padding:0 4px 0 4px;}
textarea.sheet-weapons {width:22em; resize:vertical; height:1.3em; overflow:hidden; white-space:nowrap; background-color:transparent; margin:0;}
textarea.sheet-macro-text {width:5.5em; resize:vertical; height:1.3em; overflow:hidden; white-space:pre-line; background-color:transparent; margin:0;}
/*Roll Templates*/
/*Attacks*/
.sheet-rolltemplate-attacks table {
width:100%;
background-color:white;
border:2px solid #000;
border-spacing: 0;
border-collapse: separate;
border-radius: 5px;
-moz-box-shadow: 2px 2px 5px #000;
-webkit-box-shadow: 2px 2px 5px #000;
box-shadow:2px 2px 5px #000;
overflow: hidden;
}
.sheet-rolltemplate-attacks th {
background-color:#000;
color:white;
font-family:"Helvetica Neue",Helvetica,sans-serif;
font-size:1em;
font-weight:bold;
text-align: center;
}
.sheet-rolltemplate-attacks .sheet-subheader {
background-color:#000;
color:white;
font-family:"Helvetica Neue",Helvetica,sans-serif;
font-size:0.9em;
text-align: center;
padding-bottom: 5px;
}
.sheet-rolltemplate-attacks .sheet-tcat {
font-weight: bold;
}
.sheet-rolltemplate-attacks td {
padding:2px;
line-height:1em;
vertical-align:top;
text-align:right;
}
.sheet-rolltemplate-attacks .sheet-text {
padding:2px;
line-height:1em;
vertical-align:top;
text-align:left;
}
.sheet-rolltemplate-attacks .sheet-ToHit {
font-family: monospace;
font-size: 10px;
line-height: .80em !important;
}
.sheet-rolltemplate-attacks td.sheet-ToHit .inlinerollresult {
border: none;
padding: 2px 0 0 0;
font-size: 10px;
}
.sheet-rolltemplate-attacks tr:nth-child(odd) {
background-color:#E6E6E6;
}
.sheet-rolltemplate-attacks tr:nth-child(even) {
background-color:#A3A3A3;
}
.sheet-rolltemplate-attacks .inlinerollresult {
display: inline-block;
min-width: 1em;
min-height: 1em;
text-align: right;
border: 1px solid #000;
padding: 2px;
}
.sheet-rolltemplate-attacks .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-attacks .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-attacks .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
/*General*/
.sheet-rolltemplate-general table {
width:100%;
background-color:white;
border:2px solid #000;
border-spacing: 0;
border-collapse: separate;
border-radius: 5px;
-moz-box-shadow: 2px 2px 5px #000;
-webkit-box-shadow: 2px 2px 5px #000;
box-shadow:2px 2px 5px #000;
overflow: hidden;
}
.sheet-rolltemplate-general th {
background-color:#000;
color:white;
font-family:"Helvetica Neue",Helvetica,sans-serif;
font-size:1em;
font-weight:bold;
text-align: center;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.sheet-rolltemplate-general .sheet-subheader {
background-color:#000;
color:white;
font-family:"Helvetica Neue",Helvetica,sans-serif;
font-size:0.9em;
text-align: center;
padding-bottom: 5px;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.sheet-rolltemplate-attacks.sheet-color-white th,
.sheet-rolltemplate-attacks.sheet-color-white .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-white th,
.sheet-rolltemplate-general.sheet-color-white .sheet-subheader {
background-color:#ffffff;
}
.sheet-rolltemplate-attacks.sheet-color-grey th,
.sheet-rolltemplate-attacks.sheet-color-grey .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-grey th,
.sheet-rolltemplate-general.sheet-color-grey .sheet-subheader {
background-color:#A3A3A3;
}
.sheet-rolltemplate-attacks.sheet-color-darkgrey th,
.sheet-rolltemplate-attacks.sheet-color-darkgrey .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-darkgrey th,
.sheet-rolltemplate-general.sheet-color-darkgrey .sheet-subheader {
background-color:#525252;
}
.sheet-rolltemplate-attacks.sheet-color-red th,
.sheet-rolltemplate-attacks.sheet-color-red .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-red th,
.sheet-rolltemplate-general.sheet-color-red .sheet-subheader {
background-color:#D60010;
}
.sheet-rolltemplate-attacks.sheet-color-darkred th,
.sheet-rolltemplate-attacks.sheet-color-darkred .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-darkred th,
.sheet-rolltemplate-general.sheet-color-darkred .sheet-subheader {
background-color:#85000A;
}
.sheet-rolltemplate-attacks.sheet-color-orange th,
.sheet-rolltemplate-attacks.sheet-color-orange .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-orange th,
.sheet-rolltemplate-general.sheet-color-orange .sheet-subheader {
background-color:#DC6B00;
}
.sheet-rolltemplate-attacks.sheet-color-darkorange th,
.sheet-rolltemplate-attacks.sheet-color-darkorange .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-darkorange th,
.sheet-rolltemplate-general.sheet-color-darkorange .sheet-subheader {
background-color:#7F3E00;
}
.sheet-rolltemplate-attacks.sheet-color-yellow th,
.sheet-rolltemplate-attacks.sheet-color-yellow .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-yellow th,
.sheet-rolltemplate-general.sheet-color-yellow .sheet-subheader {
background-color:#FCED24;
}
.sheet-rolltemplate-attacks.sheet-color-darkyellow th,
.sheet-rolltemplate-attacks.sheet-color-darkyellow .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-darkyellow th,
.sheet-rolltemplate-general.sheet-color-darkyellow .sheet-subheader {
background-color:#dbcb00;
}
.sheet-rolltemplate-attacks.sheet-color-green th,
.sheet-rolltemplate-attacks.sheet-color-green .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-green th,
.sheet-rolltemplate-general.sheet-color-green .sheet-subheader {
background-color:#11B400;
}
.sheet-rolltemplate-attacks.sheet-color-darkgreen th,
.sheet-rolltemplate-attacks.sheet-color-darkgreen .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-darkgreen th,
.sheet-rolltemplate-general.sheet-color-darkgreen .sheet-subheader {
background-color:#0B7000;
}
.sheet-rolltemplate-attacks.sheet-color-blue th,
.sheet-rolltemplate-attacks.sheet-color-blue .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-blue th,
.sheet-rolltemplate-general.sheet-color-blue .sheet-subheader {
background-color:#325eff;
}
.sheet-rolltemplate-attacks.sheet-color-darkblue th,
.sheet-rolltemplate-attacks.sheet-color-darkblue .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-darkblue th,
.sheet-rolltemplate-general.sheet-color-darkblue .sheet-subheader {
background-color:#001896;
}
.sheet-rolltemplate-attacks.sheet-color-purple th,
.sheet-rolltemplate-attacks.sheet-color-purple .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-purple th,
.sheet-rolltemplate-general.sheet-color-purple .sheet-subheader {
background-color:#740091;
}
.sheet-rolltemplate-attacks.sheet-color-darkpurple th,
.sheet-rolltemplate-attacks.sheet-color-darkpurple .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-darkpurple th,
.sheet-rolltemplate-general.sheet-color-darkpurple .sheet-subheader {
background-color:#430054;
}
.sheet-rolltemplate-general .sheet-tcat {
font-weight: bold;
}
.sheet-rolltemplate-general td {
padding:2px;
line-height:1em;
vertical-align:top;
text-align:center;
}
.sheet-rolltemplate-general tr:nth-child(odd) {
background-color:#E6E6E6;
}
.sheet-rolltemplate-general tr:nth-child(even) {
background-color:#A3A3A3;
}
.sheet-rolltemplate-general .inlinerollresult {
display: inline-block;
min-width: 1em;
min-height: 1em;
text-align: right;
border: 1px solid #000;
padding: 2px;
}
.sheet-rolltemplate-general .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-general .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-general .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-general .sheet-savethrow .inlinerollresult.importantroll {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-general .sheet-savethrow {
vertical-align:inherit;
font-weight:bold;
}
.sheet-version {
max-width: 3em;
height: 1.5em;
border: none;
background-color: transparent;
text-align: left;
}
/* align equipment fields to column headings */
table.sheet-sect td > input[title^="@{repeating_equipment"] {
width: 100%;
} | AD&D_1E/1ESheet.css | div.sheet-abilities tr td.sheet-center:first-child {background-color: #1f1f1f; color: #fff; font-family: serif; width:4.5em;}
div.sheet-abilities tr td:nth-child(2) {width: 14%; text-align: center; white-space: nowrap;}
div.sheet-abilities tr td:nth-child(2) input.sheet-input-small {width: 50%;}
/* background toggle */
.sheet-wrapper {margin:5px; padding:0}
.sheet-useBackground input[value="1"]:checked ~ .sheet-background { background-image:none; background-color:white;}
.sheet-useBackground input[value="2"]:checked ~ .sheet-background { background-image:url("http://i.imgur.com/izwlEug.jpg"); background-size: cover; background-position: center top;}
.sheet-table {display:table; width:100%;}
.sheet-table-row {display: table-row; width:100%;}
.sheet-data {display:table-cell; vertical-align:bottom;}
.sheet-left {text-align:left;}
.sheet-right {text-align:right;}
.sheet-center {text-align:center;}
.sheet-border {border:1px solid gray; border-radius:10px; border-collapse:separate; margin: 2px 0 2px 0; padding: 2px;}
table, tr {width:100%;}
table, tr, td {font-size:12px; font-weight:bold;}
input {border:1px transparent; border-bottom:1px solid; background-color:transparent; text-align:center; font-family:cursive; font-size:1.1em; color:#262626;}
.sheet-input-small, input[type="number"].sheet-input-small, input[type="text"].sheet-input-small {width:2.75em; height:1.85em;}
.sheet-input-medium, input[type="number"].sheet-input-medium, input[type="text"].sheet-input-medium {width:80%; height:1.85em;}
.sheet-input-large, input[type="number"].sheet-input-large, input[type="number"].sheet-input-large {width:100%; height:1.85em;}
input[disabled], select[disabled], textarea[disabled], input[readonly] {cursor:not-allowed; background-color:rgba(245, 245, 245, 0.85);}
select {background-color:transparent;}
button[type=roll].sheet-button {font-size:1em; line-height:1.5em; white-space:nowrap;}
.sheet-header {display:inline-block; font-size:16px; font-weight:bold; margin:0 -5px 0 0;}
hr {border-top: 1px solid #8c8b8b; margin:5px;}
.sheet-text-small {font-size:10px;}
.sheet-text-large {font-size:14px; font-weight:bold;}
div.sheet-table-row textarea {width:94%; resize:vertical; margin:0 10px 5px 20px; height:60px; background-color:transparent;}
/*hide and seek magic*/
.sheet-sect-show:not(:checked)~.sheet-sect {display: none;}
input[type="checkbox"] + span:not(.sheet-not-sheet-show)::before {display: inline-block; content:'►'; width:14px; height:16px; font-size:.85em; vertical-align:text-bottom; margin-bottom:1px;}
input[type="checkbox"]:checked + span:not(.sheet-not-sheet-show)::before {content:'▼';}
/*rep-items counter*/
.sheet-repeating-fields {counter-reset: sheet-rep-items -1;}
input[type="checkbox"].sheet-counted + span:not(.sheet-not-sheet-show)::before {counter-increment: sheet-rep-items; content: counter(sheet-rep-items) '. '; width:auto;}
input[type="checkbox"].sheet-counted:checked + span:not(.sheet-not-sheet-show)::before {counter-increment: sheet-rep-items; content: counter(sheet-rep-items) '. '; width:auto;}
.sheet-personal_attributes,.sheet-abilities,.sheet-saves,.sheet-weapons,.sheet-to_hit_AC,.sheet-thac0,.sheet-thief_skills,
.sheet-wealth,.sheet-equipment,.sheet-special_abilities,.sheet-nonweapon_proficiencies,.sheet-spells,.sheet-notes {margin-top:0;}
/*to-hit AC*/
.sheet-box {border: 1px solid #000; height:30px; width:50px; font-size:14px;}
tr.sheet-to-hit td:nth-child(odd){background-color:rgba(148, 148, 148, 0.5); color:#ffffff;}
tr.sheet-to-hit td:nth-child(even){background-color:rgba(236, 236, 236, 0.85);}
.sheet-to-hit-input input {width:100%; height:24px; text-align:center;}
.sheet-rolltemplate-attacks .sheet-ToHit strong, .sheet-rolltemplate-attacks .sheet-ToHit span {min-width: 1.1em;}
div.sheet-footer span.sheet-data input[type="text"] {width:21em; height:1.5em; border:none; background-color:transparent; margin-top:-2px;}
/*repeating sections*/
span.sheet-data.sheet-center input {width:5.5em; height:2em;}
span.sheet-data.sheet-center {padding:0 4px 0 4px;}
textarea.sheet-weapons {width:22em; resize:vertical; height:1.3em; overflow:hidden; white-space:nowrap; background-color:transparent; margin:0;}
textarea.sheet-macro-text {width:5.5em; resize:vertical; height:1.3em; overflow:hidden; white-space:pre-line; background-color:transparent; margin:0;}
/*Roll Templates*/
/*Attacks*/
.sheet-rolltemplate-attacks table {
width:100%;
background-color:white;
border:2px solid #000;
border-spacing: 0;
border-collapse: separate;
border-radius: 5px;
-moz-box-shadow: 2px 2px 5px #000;
-webkit-box-shadow: 2px 2px 5px #000;
box-shadow:2px 2px 5px #000;
overflow: hidden;
}
.sheet-rolltemplate-attacks th {
background-color:#000;
color:white;
font-family:"Helvetica Neue",Helvetica,sans-serif;
font-size:1em;
font-weight:bold;
text-align: center;
}
.sheet-rolltemplate-attacks .sheet-subheader {
background-color:#000;
color:white;
font-family:"Helvetica Neue",Helvetica,sans-serif;
font-size:0.9em;
text-align: center;
padding-bottom: 5px;
}
.sheet-rolltemplate-attacks .sheet-tcat {
font-weight: bold;
}
.sheet-rolltemplate-attacks td {
padding:2px;
line-height:1em;
vertical-align:top;
text-align:right;
}
.sheet-rolltemplate-attacks .sheet-text {
padding:2px;
line-height:1em;
vertical-align:top;
text-align:left;
}
.sheet-rolltemplate-attacks .sheet-ToHit {
font-family: monospace;
font-size: 10px;
line-height: .80em !important;
}
.sheet-rolltemplate-attacks td.sheet-ToHit .inlinerollresult {
border: none;
padding: 2px 0 0 0;
font-size: 10px;
}
.sheet-rolltemplate-attacks tr:nth-child(odd) {
background-color:#E6E6E6;
}
.sheet-rolltemplate-attacks tr:nth-child(even) {
background-color:#A3A3A3;
}
.sheet-rolltemplate-attacks .inlinerollresult {
display: inline-block;
min-width: 1em;
min-height: 1em;
text-align: right;
border: 1px solid #000;
padding: 2px;
}
.sheet-rolltemplate-attacks .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-attacks .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-attacks .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
/*General*/
.sheet-rolltemplate-general table {
width:100%;
background-color:white;
border:2px solid #000;
border-spacing: 0;
border-collapse: separate;
border-radius: 5px;
-moz-box-shadow: 2px 2px 5px #000;
-webkit-box-shadow: 2px 2px 5px #000;
box-shadow:2px 2px 5px #000;
overflow: hidden;
}
.sheet-rolltemplate-general th {
background-color:#000;
color:white;
font-family:"Helvetica Neue",Helvetica,sans-serif;
font-size:1em;
font-weight:bold;
text-align: center;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.sheet-rolltemplate-general .sheet-subheader {
background-color:#000;
color:white;
font-family:"Helvetica Neue",Helvetica,sans-serif;
font-size:0.9em;
text-align: center;
padding-bottom: 5px;
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.sheet-rolltemplate-attacks.sheet-color-white th,
.sheet-rolltemplate-attacks.sheet-color-white .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-white th,
.sheet-rolltemplate-general.sheet-color-white .sheet-subheader {
background-color:#ffffff;
}
.sheet-rolltemplate-attacks.sheet-color-grey th,
.sheet-rolltemplate-attacks.sheet-color-grey .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-grey th,
.sheet-rolltemplate-general.sheet-color-grey .sheet-subheader {
background-color:#A3A3A3;
}
.sheet-rolltemplate-attacks.sheet-color-darkgrey th,
.sheet-rolltemplate-attacks.sheet-color-darkgrey .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-darkgrey th,
.sheet-rolltemplate-general.sheet-color-darkgrey .sheet-subheader {
background-color:#525252;
}
.sheet-rolltemplate-attacks.sheet-color-red th,
.sheet-rolltemplate-attacks.sheet-color-red .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-red th,
.sheet-rolltemplate-general.sheet-color-red .sheet-subheader {
background-color:#D60010;
}
.sheet-rolltemplate-attacks.sheet-color-darkred th,
.sheet-rolltemplate-attacks.sheet-color-darkred .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-darkred th,
.sheet-rolltemplate-general.sheet-color-darkred .sheet-subheader {
background-color:#85000A;
}
.sheet-rolltemplate-attacks.sheet-color-orange th,
.sheet-rolltemplate-attacks.sheet-color-orange .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-orange th,
.sheet-rolltemplate-general.sheet-color-orange .sheet-subheader {
background-color:#DC6B00;
}
.sheet-rolltemplate-attacks.sheet-color-darkorange th,
.sheet-rolltemplate-attacks.sheet-color-darkorange .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-darkorange th,
.sheet-rolltemplate-general.sheet-color-darkorange .sheet-subheader {
background-color:#7F3E00;
}
.sheet-rolltemplate-attacks.sheet-color-yellow th,
.sheet-rolltemplate-attacks.sheet-color-yellow .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-yellow th,
.sheet-rolltemplate-general.sheet-color-yellow .sheet-subheader {
background-color:#FCED24;
}
.sheet-rolltemplate-attacks.sheet-color-darkyellow th,
.sheet-rolltemplate-attacks.sheet-color-darkyellow .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-darkyellow th,
.sheet-rolltemplate-general.sheet-color-darkyellow .sheet-subheader {
background-color:#dbcb00;
}
.sheet-rolltemplate-attacks.sheet-color-green th,
.sheet-rolltemplate-attacks.sheet-color-green .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-green th,
.sheet-rolltemplate-general.sheet-color-green .sheet-subheader {
background-color:#11B400;
}
.sheet-rolltemplate-attacks.sheet-color-darkgreen th,
.sheet-rolltemplate-attacks.sheet-color-darkgreen .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-darkgreen th,
.sheet-rolltemplate-general.sheet-color-darkgreen .sheet-subheader {
background-color:#0B7000;
}
.sheet-rolltemplate-attacks.sheet-color-blue th,
.sheet-rolltemplate-attacks.sheet-color-blue .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-blue th,
.sheet-rolltemplate-general.sheet-color-blue .sheet-subheader {
background-color:#325eff;
}
.sheet-rolltemplate-attacks.sheet-color-darkblue th,
.sheet-rolltemplate-attacks.sheet-color-darkblue .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-darkblue th,
.sheet-rolltemplate-general.sheet-color-darkblue .sheet-subheader {
background-color:#001896;
}
.sheet-rolltemplate-attacks.sheet-color-purple th,
.sheet-rolltemplate-attacks.sheet-color-purple .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-purple th,
.sheet-rolltemplate-general.sheet-color-purple .sheet-subheader {
background-color:#740091;
}
.sheet-rolltemplate-attacks.sheet-color-darkpurple th,
.sheet-rolltemplate-attacks.sheet-color-darkpurple .sheet-subheader,
.sheet-rolltemplate-general.sheet-color-darkpurple th,
.sheet-rolltemplate-general.sheet-color-darkpurple .sheet-subheader {
background-color:#430054;
}
.sheet-rolltemplate-general .sheet-tcat {
font-weight: bold;
}
.sheet-rolltemplate-general td {
padding:2px;
line-height:1em;
vertical-align:top;
text-align:center;
}
.sheet-rolltemplate-general tr:nth-child(odd) {
background-color:#E6E6E6;
}
.sheet-rolltemplate-general tr:nth-child(even) {
background-color:#A3A3A3;
}
.sheet-rolltemplate-general .inlinerollresult {
display: inline-block;
min-width: 1em;
min-height: 1em;
text-align: right;
border: 1px solid #000;
padding: 2px;
}
.sheet-rolltemplate-general .inlinerollresult.fullcrit {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-general .inlinerollresult.fullfail {
border: 2px solid #B31515;
}
.sheet-rolltemplate-general .inlinerollresult.importantroll {
border: 2px solid #4A57ED;
}
.sheet-rolltemplate-general .sheet-savethrow .inlinerollresult.importantroll {
border: 2px solid #3FB315;
}
.sheet-rolltemplate-general .sheet-savethrow {
vertical-align:inherit;
font-weight:bold;
}
.sheet-version {
max-width: 3em;
height: 1.5em;
border: none;
background-color: transparent;
text-align: left;
}
/* align equipment fields to column headings */
table.sheet-sect td > input[title^="@{repeating_equipment"] {
width: 100%;
} | 0.1933 | 0.217774 |
.category-block .category-details {
margin-top: 15px;
text-align: center;
}
.category-block .category-details h5 {
font-weight: 700;
margin: 0 auto;
-webkit-transition: 0.5s ease;
transition: 0.5s ease;
text-transform: uppercase;
}
.category-block .category-details h6 {
margin-bottom: -6px;
margin-top: -4px;
}
.category-block:hover .category-details h5 {
color: var(--tyrkys);
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.collection-product-wrapper .product-top-filter {
border-bottom: 1px solid #dddddd;
border-top: 1px solid #dddddd;
}
.collection-product-wrapper .product-top-filter .product-filter-content, .collection-product-wrapper .product-top-filter .popup-filter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.collection-product-wrapper .product-top-filter .product-filter-content .search-count, .collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup, .collection-product-wrapper .product-top-filter .popup-filter .search-count, .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
border-right: 1px solid #dddddd;
padding: 20px;
width: 35%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .search-count h5, .collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup h5, .collection-product-wrapper .product-top-filter .popup-filter .search-count h5, .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup h5 {
margin-bottom: 0;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view, .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
padding: 20px;
width: 10%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li, .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li {
height: 100%;
vertical-align: middle;
cursor: pointer;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child, .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child {
margin-right: 14px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view, .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
padding: 20px;
width: 20%;
border-right: 1px solid #dddddd;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul, .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li, .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li {
margin-left: 10px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li img, .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li img {
height: 18px;
cursor: pointer;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter, .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
position: relative;
width: 20%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select, .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
border: 0;
padding: 20px;
border-right: 1px solid #dddddd;
width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
background: url(../images/dropdown.png) no-repeat 95%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select:focus, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select:focus, .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select:focus, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select:focus {
outline: unset;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select option, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select option, .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select option, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select option {
padding: 20px 0;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
width: 15%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
right: 10px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
border-right: none;
}
.collection-product-wrapper .product-top-filter .popup-filter {
-webkit-box-pack: unset;
-ms-flex-pack: unset;
justify-content: unset;
}
.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar {
width: 3px;
}
.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-track {
background: #dddddd;
}
.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb {
background: #888888;
}
.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb:hover {
background: #555555;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
position: relative;
cursor: pointer;
width: 20%;
background: url(../images/dropdown.png) no-repeat 95%;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup a {
font-size: 1rem;
color: var(--headline);
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
background-color: var(--lighten-grey);
width: 270px;
height: 600px;
overflow-y: scroll;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-filter-block {
border: none;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .theme-card {
padding: 0 30px;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner {
padding: 0 30px;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner img {
width: 100%;
}
.collection-product-wrapper .product-top-filter .popup-filter .open-popup {
display: none;
position: absolute;
z-index: 9;
top: 75px;
left: 0;
border: 1px solid #f1f5f4;
-webkit-box-shadow: 0 0 5px #ddd;
box-shadow: 0 0 5px #ddd;
min-width: 330px;
}
.collection-product-wrapper .product-top-filter .popup-filter .open-popup.open {
display: block;
}
.collection-product-wrapper .product-top-filter .popup-filter .open-popup .collection-filter-block {
margin-bottom: 0;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
width: 20%;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
padding-right: 45px;
font-size: 1rem;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
right: 35px;
}
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
padding: 20px;
}
.collection-product-wrapper .product-top-filter .popup-filter .collection-view {
width: 20%;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
right: 25px !important;
}
.collection-filter-block {
margin-bottom: 30px;
padding: 0 30px;
border: 1px solid white;
background-color: var(--lighten-grey);
}
.collection-filter-block .product-service {
padding: 30px 0;
}
.collection-filter-block .product-service .media {
padding-bottom: 20px;
margin-bottom: 20px;
}
.collection-filter-block .product-service .media svg {
height: 40px;
width: 40px;
fill: var(--tyrkys);
}
.collection-filter-block .product-service .media svg path {
fill: var(--tyrkys);
}
.collection-filter-block .product-service .media .media-body {
padding-left: 10px;
}
.collection-filter-block .product-service .media .media-body h4 {
margin-bottom: 8px;
font-size: 0.875rem;
font-weight: 600;
}
.collection-filter-block .product-service .media .media-body p {
margin-bottom: 0;
text-transform: capitalize;
}
.collection-filter-block .product-service .media:last-child {
padding-bottom: 0;
}
.collection-collapse-block {
padding-bottom: 10px;
overflow: hidden;
}
.collection-filter {
overflow: hidden;
}
.collection-collapse-block.open {
margin-bottom: 0px;
}
.collection-collapse-block .collapse-block-title {
position: relative;
cursor: pointer;
text-transform: uppercase;
font-size: 1rem;
color: #444444;
font-weight: 600;
margin: 30px 0 0 0;
}
.collection-collapse-block .collapse-block-title:after {
position: absolute;
display: block;
top: 0;
right: 0px;
content: "\f0d7";
font-family: FontAwesome;
color: #444444;
}
.collection-collapse-block .collection-collapse-block-content .color-selector {
margin-top: 30px;
}
.collection-brand-filter::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #f5f5f5;
border-radius: 10px
}
.collection-brand-filter::-webkit-scrollbar {
width: 5px;
background-color: #f5f5f5
}
.collection-brand-filter::-webkit-scrollbar-thumb {
border-radius: 10px;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(.62,var(--tyrkys)),color-stop(.86,var(--tyrkys)))
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter {
max-height: 170px;
overflow-y: auto;
margin-top: 10px;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 1rem;
text-transform: uppercase;
line-height: 18px;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li a {
color: var(--text-color);
padding-bottom: 10px;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:last-child a {
padding-bottom: 0;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:first-child {
margin-top: 30px;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
margin-bottom: 0px;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:first-child {
margin-top: 0px;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:last-child {
margin-bottom: 0;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label {
text-transform: uppercase;
cursor: pointer;
font-size: 0.75rem;
color: var(--text-color);
font-weight: 600;
padding-left: 10px;
display: inline-block;
width: calc(100% - 40px);
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:before {
top: 1px;
height: 15px;
width: 15px;
background: var(--white);
border: 1px solid #777777;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:after {
top: 1px;
height: 15px;
width: 15px;
background-size: 65%;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox .form-check-input:checked ~ .form-check-label:after {
background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
}
.collection-filter .theme-card .offer-slider img {
padding: 15px 15px 15px 0;
}
.color-selector ul li {
height: 30px;
width: 30px;
border-radius: 50%;
margin-right: 5px;
margin-bottom: 10px;
cursor: pointer;
}
.color-selector ul li a {
height: 30px;
width: 30px;
border-radius: 50%;
overflow: hidden;
display: block;
border: 1px solid #444444;
}
.color-selector ul li.active {
position: relative;
}
.color-selector ul li.active:after {
content: "";
background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
top: 9px;
right: 4px;
height: 15px;
width: 15px;
background-size: 70%;
background-repeat: no-repeat;
position: absolute;
opacity: 0.4;
}
.collection-sidebar-banner {
margin-top: 30px;
}
.collection-sidebar-banner img {
width: 100%;
}
@media (max-width: 1430px) {
.collection-product-wrapper .product-top-filter .product-filter-content .search-count {
width: 100%;
border-left: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
text-align: center;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
width: 20%;
padding-right: 0 !important;
border-left: 1px solid #dddddd;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
padding: 20px !important;
padding-left: 0 !important;
width: 20%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li:last-child {
display: none;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
border-right: 1px solid #dddddd;
width: 30%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
width: 30%;
}
.collection-product-wrapper .product-top-filter .popup-filter .collection-view {
width: 10%;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
width: 25%;
}
}
@media (max-width: 1199px) {
.collection-product-wrapper .product-top-filter .product-filter-content .search-count {
width: 100%;
border-left: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
width: 20%;
padding-right: 0 !important;
border-left: 1px solid #dddddd;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
padding: 20px !important;
padding-left: 0 !important;
width: 20%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li:last-child {
display: none;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
width: 30%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
width: 30%;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:first-child {
margin-top: 15px;
}
.collection-filter-block .product-service .media .media-body h4 {
font-size: 1rem;
}
}
@media (max-width: 991px) {
.collection-product-wrapper .product-top-filter {
border-top: none;
}
.collection-product-wrapper .product-top-filter .product-filter-content .search-count {
border-top: 1px solid #dddddd;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
display: none;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
display: none;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
width: 50%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view:before, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before {
right: 15px !important;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
border-left: 1px solid #dddddd;
padding: 21px 34px 21px 34px;
border-top: none;
border-bottom: none;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
border-right: none !important;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
border-top: 1px solid #dddddd;
}
.collection-product-wrapper .product-top-filter .popup-filter .open-popup.open {
min-width: unset;
border: none;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
width: 55%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
margin-bottom: 20px;
background: none var(--tyrkys);
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .open-popup {
text-align: left;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup>a {
color: var(--white);
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
height: 100vh;
left: -350px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.collection-product-wrapper .product-top-filter .popup-filter .search-count {
width: 100%;
padding: 10px 0;
text-align: center;
}
.collection-product-wrapper .product-top-filter .popup-filter .collection-view, .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
display: none;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
width: 50%;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
padding-top: 10px;
padding-bottom: 10px;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
top: 13px;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
left: unset;
right: 35px;
}
.collection-collapse-block {
border-bottom: 1px solid #dddddd !important;
}
.top-filter .collection-collapse-block {
padding-bottom: 20px;
}
.collection-filter {
position: fixed !important;
height: 100vh;
top: 0;
left: -350px;
background-color: var(--white);
z-index: 99;
overflow-y: scroll;
padding: 15px 0 15px 15px;
width: 320px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-box-shadow: 1px 0 5px #ddd;
box-shadow: 1px 0 5px #ddd;
display: block;
}
.collection-filter .collection-sidebar-banner {
text-align: center;
}
.collection-filter .theme-card {
padding-left: 30px;
padding-right: 30px;
}
.collection-filter .collection-sidebar-banner {
padding: 0 30px;
}
.collection-filter.open {
left: 0;
}
.collection-filter-block {
border: none;
background-color: transparent;
}
.collection-mobile-back {
display: block;
}
.collection .section-t-space {
padding-top: 30px;
}
.collection .partition-collection>div:nth-last-child(1) {
margin-top: 30px;
}
.collection .partition-collection>div:nth-last-child(2) {
margin-top: 30px;
}
}
@media (max-width: 568px) {
.collection-filter-block {
padding: 20px;
}
}
@media (max-width: 577px) {
.collection-product-wrapper .product-top-filter .product-filter-content .search-count {
padding: 10px 20px 10px 20px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .search-count h5 {
font-size: 0.875rem;
line-height: 20px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
width: 100%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
padding: 10px 20px 10px 20px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view:before, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before {
top: 11px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
border-right: 1px solid #dddddd !important;
border-bottom: 1px solid #dddddd;
}
.collection-product-wrapper .product-top-filter .popup-filter .search-count {
padding-top: 10px;
padding-bottom: 10px;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
border-bottom: 1px solid #dddddd;
width: 100%;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
border-right: none;
padding-top: 10px;
padding-bottom: 10px;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before {
top: 14px;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
width: 100%;
border-top: none;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
padding-top: 10px;
padding-bottom: 10px;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
left: unset;
right: 35px !important;
top: 14px;
}
}
@media (max-width: 360px) {
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
width: 80%;
}
} | public/frontend/css/category.css | .category-block .category-details {
margin-top: 15px;
text-align: center;
}
.category-block .category-details h5 {
font-weight: 700;
margin: 0 auto;
-webkit-transition: 0.5s ease;
transition: 0.5s ease;
text-transform: uppercase;
}
.category-block .category-details h6 {
margin-bottom: -6px;
margin-top: -4px;
}
.category-block:hover .category-details h5 {
color: var(--tyrkys);
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.collection-product-wrapper .product-top-filter {
border-bottom: 1px solid #dddddd;
border-top: 1px solid #dddddd;
}
.collection-product-wrapper .product-top-filter .product-filter-content, .collection-product-wrapper .product-top-filter .popup-filter {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.collection-product-wrapper .product-top-filter .product-filter-content .search-count, .collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup, .collection-product-wrapper .product-top-filter .popup-filter .search-count, .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
border-right: 1px solid #dddddd;
padding: 20px;
width: 35%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .search-count h5, .collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup h5, .collection-product-wrapper .product-top-filter .popup-filter .search-count h5, .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup h5 {
margin-bottom: 0;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view, .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
padding: 20px;
width: 10%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li, .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li {
height: 100%;
vertical-align: middle;
cursor: pointer;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child, .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child {
margin-right: 14px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view, .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
padding: 20px;
width: 20%;
border-right: 1px solid #dddddd;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul, .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li, .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li {
margin-left: 10px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li img, .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li img {
height: 18px;
cursor: pointer;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter, .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
position: relative;
width: 20%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select, .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
border: 0;
padding: 20px;
border-right: 1px solid #dddddd;
width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
background: url(../images/dropdown.png) no-repeat 95%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select:focus, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select:focus, .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select:focus, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select:focus {
outline: unset;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select option, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select option, .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select option, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select option {
padding: 20px 0;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
width: 15%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
right: 10px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
border-right: none;
}
.collection-product-wrapper .product-top-filter .popup-filter {
-webkit-box-pack: unset;
-ms-flex-pack: unset;
justify-content: unset;
}
.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar {
width: 3px;
}
.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-track {
background: #dddddd;
}
.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb {
background: #888888;
}
.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb:hover {
background: #555555;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
position: relative;
cursor: pointer;
width: 20%;
background: url(../images/dropdown.png) no-repeat 95%;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup a {
font-size: 1rem;
color: var(--headline);
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
background-color: var(--lighten-grey);
width: 270px;
height: 600px;
overflow-y: scroll;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-filter-block {
border: none;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .theme-card {
padding: 0 30px;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner {
padding: 0 30px;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner img {
width: 100%;
}
.collection-product-wrapper .product-top-filter .popup-filter .open-popup {
display: none;
position: absolute;
z-index: 9;
top: 75px;
left: 0;
border: 1px solid #f1f5f4;
-webkit-box-shadow: 0 0 5px #ddd;
box-shadow: 0 0 5px #ddd;
min-width: 330px;
}
.collection-product-wrapper .product-top-filter .popup-filter .open-popup.open {
display: block;
}
.collection-product-wrapper .product-top-filter .popup-filter .open-popup .collection-filter-block {
margin-bottom: 0;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
width: 20%;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
padding-right: 45px;
font-size: 1rem;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
right: 35px;
}
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
padding: 20px;
}
.collection-product-wrapper .product-top-filter .popup-filter .collection-view {
width: 20%;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
right: 25px !important;
}
.collection-filter-block {
margin-bottom: 30px;
padding: 0 30px;
border: 1px solid white;
background-color: var(--lighten-grey);
}
.collection-filter-block .product-service {
padding: 30px 0;
}
.collection-filter-block .product-service .media {
padding-bottom: 20px;
margin-bottom: 20px;
}
.collection-filter-block .product-service .media svg {
height: 40px;
width: 40px;
fill: var(--tyrkys);
}
.collection-filter-block .product-service .media svg path {
fill: var(--tyrkys);
}
.collection-filter-block .product-service .media .media-body {
padding-left: 10px;
}
.collection-filter-block .product-service .media .media-body h4 {
margin-bottom: 8px;
font-size: 0.875rem;
font-weight: 600;
}
.collection-filter-block .product-service .media .media-body p {
margin-bottom: 0;
text-transform: capitalize;
}
.collection-filter-block .product-service .media:last-child {
padding-bottom: 0;
}
.collection-collapse-block {
padding-bottom: 10px;
overflow: hidden;
}
.collection-filter {
overflow: hidden;
}
.collection-collapse-block.open {
margin-bottom: 0px;
}
.collection-collapse-block .collapse-block-title {
position: relative;
cursor: pointer;
text-transform: uppercase;
font-size: 1rem;
color: #444444;
font-weight: 600;
margin: 30px 0 0 0;
}
.collection-collapse-block .collapse-block-title:after {
position: absolute;
display: block;
top: 0;
right: 0px;
content: "\f0d7";
font-family: FontAwesome;
color: #444444;
}
.collection-collapse-block .collection-collapse-block-content .color-selector {
margin-top: 30px;
}
.collection-brand-filter::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #f5f5f5;
border-radius: 10px
}
.collection-brand-filter::-webkit-scrollbar {
width: 5px;
background-color: #f5f5f5
}
.collection-brand-filter::-webkit-scrollbar-thumb {
border-radius: 10px;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(.62,var(--tyrkys)),color-stop(.86,var(--tyrkys)))
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter {
max-height: 170px;
overflow-y: auto;
margin-top: 10px;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 1rem;
text-transform: uppercase;
line-height: 18px;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li a {
color: var(--text-color);
padding-bottom: 10px;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:last-child a {
padding-bottom: 0;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:first-child {
margin-top: 30px;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
margin-bottom: 0px;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:first-child {
margin-top: 0px;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:last-child {
margin-bottom: 0;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label {
text-transform: uppercase;
cursor: pointer;
font-size: 0.75rem;
color: var(--text-color);
font-weight: 600;
padding-left: 10px;
display: inline-block;
width: calc(100% - 40px);
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:before {
top: 1px;
height: 15px;
width: 15px;
background: var(--white);
border: 1px solid #777777;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:after {
top: 1px;
height: 15px;
width: 15px;
background-size: 65%;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox .form-check-input:checked ~ .form-check-label:after {
background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
}
.collection-filter .theme-card .offer-slider img {
padding: 15px 15px 15px 0;
}
.color-selector ul li {
height: 30px;
width: 30px;
border-radius: 50%;
margin-right: 5px;
margin-bottom: 10px;
cursor: pointer;
}
.color-selector ul li a {
height: 30px;
width: 30px;
border-radius: 50%;
overflow: hidden;
display: block;
border: 1px solid #444444;
}
.color-selector ul li.active {
position: relative;
}
.color-selector ul li.active:after {
content: "";
background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
top: 9px;
right: 4px;
height: 15px;
width: 15px;
background-size: 70%;
background-repeat: no-repeat;
position: absolute;
opacity: 0.4;
}
.collection-sidebar-banner {
margin-top: 30px;
}
.collection-sidebar-banner img {
width: 100%;
}
@media (max-width: 1430px) {
.collection-product-wrapper .product-top-filter .product-filter-content .search-count {
width: 100%;
border-left: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
text-align: center;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
width: 20%;
padding-right: 0 !important;
border-left: 1px solid #dddddd;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
padding: 20px !important;
padding-left: 0 !important;
width: 20%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li:last-child {
display: none;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
border-right: 1px solid #dddddd;
width: 30%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
width: 30%;
}
.collection-product-wrapper .product-top-filter .popup-filter .collection-view {
width: 10%;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
width: 25%;
}
}
@media (max-width: 1199px) {
.collection-product-wrapper .product-top-filter .product-filter-content .search-count {
width: 100%;
border-left: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
width: 20%;
padding-right: 0 !important;
border-left: 1px solid #dddddd;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
padding: 20px !important;
padding-left: 0 !important;
width: 20%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li:last-child {
display: none;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
width: 30%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
width: 30%;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:first-child {
margin-top: 15px;
}
.collection-filter-block .product-service .media .media-body h4 {
font-size: 1rem;
}
}
@media (max-width: 991px) {
.collection-product-wrapper .product-top-filter {
border-top: none;
}
.collection-product-wrapper .product-top-filter .product-filter-content .search-count {
border-top: 1px solid #dddddd;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
display: none;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
display: none;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
width: 50%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view:before, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before {
right: 15px !important;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
border-left: 1px solid #dddddd;
padding: 21px 34px 21px 34px;
border-top: none;
border-bottom: none;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
border-right: none !important;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
border-top: 1px solid #dddddd;
}
.collection-product-wrapper .product-top-filter .popup-filter .open-popup.open {
min-width: unset;
border: none;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
width: 55%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
margin-bottom: 20px;
background: none var(--tyrkys);
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .open-popup {
text-align: left;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup>a {
color: var(--white);
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
height: 100vh;
left: -350px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.collection-product-wrapper .product-top-filter .popup-filter .search-count {
width: 100%;
padding: 10px 0;
text-align: center;
}
.collection-product-wrapper .product-top-filter .popup-filter .collection-view, .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
display: none;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
width: 50%;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
padding-top: 10px;
padding-bottom: 10px;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
top: 13px;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
left: unset;
right: 35px;
}
.collection-collapse-block {
border-bottom: 1px solid #dddddd !important;
}
.top-filter .collection-collapse-block {
padding-bottom: 20px;
}
.collection-filter {
position: fixed !important;
height: 100vh;
top: 0;
left: -350px;
background-color: var(--white);
z-index: 99;
overflow-y: scroll;
padding: 15px 0 15px 15px;
width: 320px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-box-shadow: 1px 0 5px #ddd;
box-shadow: 1px 0 5px #ddd;
display: block;
}
.collection-filter .collection-sidebar-banner {
text-align: center;
}
.collection-filter .theme-card {
padding-left: 30px;
padding-right: 30px;
}
.collection-filter .collection-sidebar-banner {
padding: 0 30px;
}
.collection-filter.open {
left: 0;
}
.collection-filter-block {
border: none;
background-color: transparent;
}
.collection-mobile-back {
display: block;
}
.collection .section-t-space {
padding-top: 30px;
}
.collection .partition-collection>div:nth-last-child(1) {
margin-top: 30px;
}
.collection .partition-collection>div:nth-last-child(2) {
margin-top: 30px;
}
}
@media (max-width: 568px) {
.collection-filter-block {
padding: 20px;
}
}
@media (max-width: 577px) {
.collection-product-wrapper .product-top-filter .product-filter-content .search-count {
padding: 10px 20px 10px 20px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .search-count h5 {
font-size: 0.875rem;
line-height: 20px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
width: 100%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
padding: 10px 20px 10px 20px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view:before, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before {
top: 11px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
border-right: 1px solid #dddddd !important;
border-bottom: 1px solid #dddddd;
}
.collection-product-wrapper .product-top-filter .popup-filter .search-count {
padding-top: 10px;
padding-bottom: 10px;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
border-bottom: 1px solid #dddddd;
width: 100%;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
border-right: none;
padding-top: 10px;
padding-bottom: 10px;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before {
top: 14px;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
width: 100%;
border-top: none;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
padding-top: 10px;
padding-bottom: 10px;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
left: unset;
right: 35px !important;
top: 14px;
}
}
@media (max-width: 360px) {
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
width: 80%;
}
} | 0.320928 | 0.033149 |
body {
font-family: montserrat, arial, verdana;
}
.navbar {
box-shadow:0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);
}
/*form styles*/
#msform {
/*width: 400px;*/
margin: 50px auto;
text-align: center;
position: relative;
}
#msform fieldset {
background: white;
border: 0 none;
border-radius: 3px;
box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
padding: 20px 30px;
box-sizing: border-box;
width: 80%;
margin: 0 10%;
/*stacking fieldsets above each other*/
position: absolute;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
display: none;
}
/*headings*/
.fs-title {
font-size: 15px;
text-transform: uppercase;
margin-bottom: 10px;
}
.fs-subtitle {
font-weight: normal;
font-size: 13px;
color: #666;
margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
margin-bottom: 30px;
overflow: hidden;
/*CSS counters to number the steps*/
counter-reset: step;
}
#progressbar li {
list-style-type: none;
color: #0F9D58;
text-transform: uppercase;
font-size: 9px;
width: 33.33%;
float: left;
position: relative;
}
#progressbar li:before {
content: counter(step);
counter-increment: step;
width: 20px;
line-height: 20px;
display: block;
font-size: 10px;
color: #333;
background: white;
border-radius: 3px;
margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
content: '';
width: 100%;
height: 2px;
background: white;
position: absolute;
left: -50%;
top: 9px;
z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
/*connector not needed before the first step*/
content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after{
background: #27AE60;
color: white;
}
.nav-tabs {
background: #0F9D58;
}
.btn {
cursor: pointer;
}
.list-group {
text-align: left;
}
.btn.btn-fab {
margin-bottom: 23px;
}
#btn-drawer{
position: fixed;
right: 23px;
bottom: 0;
z-index: 100;
}
#new-btn {
display: block;
visibility: hidden;
transform: scale(0,0);
transition: all 0.075s;
}
#btn-drawer:hover > #new-btn {
visibility: visible;
transform: scale(1, 1);
transition: all 0.075s;
} | css/custom.css |
body {
font-family: montserrat, arial, verdana;
}
.navbar {
box-shadow:0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);
}
/*form styles*/
#msform {
/*width: 400px;*/
margin: 50px auto;
text-align: center;
position: relative;
}
#msform fieldset {
background: white;
border: 0 none;
border-radius: 3px;
box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
padding: 20px 30px;
box-sizing: border-box;
width: 80%;
margin: 0 10%;
/*stacking fieldsets above each other*/
position: absolute;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
display: none;
}
/*headings*/
.fs-title {
font-size: 15px;
text-transform: uppercase;
margin-bottom: 10px;
}
.fs-subtitle {
font-weight: normal;
font-size: 13px;
color: #666;
margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
margin-bottom: 30px;
overflow: hidden;
/*CSS counters to number the steps*/
counter-reset: step;
}
#progressbar li {
list-style-type: none;
color: #0F9D58;
text-transform: uppercase;
font-size: 9px;
width: 33.33%;
float: left;
position: relative;
}
#progressbar li:before {
content: counter(step);
counter-increment: step;
width: 20px;
line-height: 20px;
display: block;
font-size: 10px;
color: #333;
background: white;
border-radius: 3px;
margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
content: '';
width: 100%;
height: 2px;
background: white;
position: absolute;
left: -50%;
top: 9px;
z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
/*connector not needed before the first step*/
content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after{
background: #27AE60;
color: white;
}
.nav-tabs {
background: #0F9D58;
}
.btn {
cursor: pointer;
}
.list-group {
text-align: left;
}
.btn.btn-fab {
margin-bottom: 23px;
}
#btn-drawer{
position: fixed;
right: 23px;
bottom: 0;
z-index: 100;
}
#new-btn {
display: block;
visibility: hidden;
transform: scale(0,0);
transition: all 0.075s;
}
#btn-drawer:hover > #new-btn {
visibility: visible;
transform: scale(1, 1);
transition: all 0.075s;
} | 0.272896 | 0.075927 |
:root {
--nav-item-color: #000;
--nav-item-color-active: var(--color-primary);
}
/*
-what- backdrop
-when- click the toggle buttton
-how- to activate backdrop
*/
#backdrop {
position: fixed;
height: 100vh;
left: 0;
right: 0;
bottom: 0;
width: 100%;
display: none;
background: rgba(0, 0, 0, .72);
z-index: 4900;
cursor: not-allowed
}
/*
-what- dropdown
-when- click the toggle buttton
-how- to activate backdrop
*/
.nav_dropdown {
float: left;
overflow: hidden;
}
.nav_dropcontent {
display: none;
position: absolute;
width: 100%;
margin: 0 auto;
background: #fafafa;
box-shadow: var(--box-shadow-2);
z-index: 1;
transition: opacity ease-out;
animation: fadeIn ease-in 0.3s;
transition-delay: 0.5s;
}
@media(min-width:1024px) {
.nav_dropcontent {
width: 25%;
}
}
.nav_dropdown:hover .nav_navbar-link {
color: var(--color-primary);
/* border-bottom: 2px solid var(--nav-item-color-active) !important; */
}
.nav_dropdown:hover .nav_navbar-link>svg {
fill: var(--nav-item-color-active) !important;
}
.nav_dropdown .nav_navbar-link {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 100%;
color: var(--color-black);
}
.nav_dropcontent a {
float: none;
color: var(--nav-item-color);
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.nav_dropcontent a:hover {
background-color: var(--color-primary-rbga);
}
.nav_dropdown:hover .nav_dropcontent {
display: block;
}
/*
-what- topbar
-when- click the toggle buttton
-how- to activate backdrop
*/
#nav_topbar {
background-color: var(--color-primary);
display: none;
}
@media(min-width:1366px) {
#nav_topbar {
display: block;
}
}
.nav_topbar-container {
display: flex;
align-items: center;
justify-content: flex-end;
width: 100%;
margin: auto;
padding: 6px 0px;
max-width: var(--max-width-navigation);
}
.nav_topbar-menu:nth-child(1),
.nav_topbar-menu:nth-child(2) {
margin-left: 16px !important;
margin-right: auto !important;
}
.nav_topbar-menu {
display: flex;
align-items: center;
/* flex-direction: column; */
margin: 0;
padding: 0;
/* margin-left: 3rem !important; */
list-style: none;
}
@media(min-width:1268px) {
.nav_topbar-menu {
flex-direction: row;
}
.nav_topbar-menu:nth-child(1),
.nav_topbar-menu:nth-child(2) {
margin-left: 0px !important;
margin-right: auto !important;
}
}
.nav_topbar-menu li a,
.nav_topbar-menu li {
display: flex;
justify-content: center;
align-items: center;
}
.nav_topbar-menu a,
.nav_topbar-menu li {
color: var(--color-light);
font-size: 14.5px;
}
.nav_topbar-menu.item_space-1 li {
margin-left: 16px;
}
.nav_topbar-menu.item_space-2 li {
margin-left: 32px;
}
.topbar_itemspacer {
display: block;
width: 1px;
margin: 0 16px;
height: 100%;
min-height: 10px;
background: var(--color-white);
}
[class*="topbar_button-"] {
min-width: 200px;
text-transform: uppercase;
border-radius: 2px;
padding: 4px 8px;
display: flex;
justify-content: center;
align-items: center;
font-weight: 600;
}
.topbar_button-call {
border: 1px solid var(--color-orange);
font-family: var(--font-family-3);
background: var(--color-orange);
color: var(--color-white);
}
.topbar_button-inverted-white {
font-family: var(--font-family-2);
border: 1px solid var(--color-white);
background: transparent;
color: var(--color-white);
}
[class*="nav_"] p {
padding: 0;
}
[class*="nav_"] ul {
padding: 0;
margin: 0;
list-style: none;
}
/*
-what- navbar
-when- click the toggle buttton
-how- to activate backdrop
*/
.nav_navbar-responsive {
-webkit-box-shadow: 0 7px 5px -7px #111;
box-shadow: 0 7px 5px -7px #111;
left: 0;
right: 0;
width: 100%;
z-index: 4800;
top: 0;
position: relative;
transition: ease 300ms;
padding: 16px 0px;
}
/* @media(min-width:1024px) {
.nav_navbar-responsive {
position: fixed;
}
} */
.nav_navbar-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
/* margin-right: 48px; */
/* margin-left: 48px; */
max-width: var(--max-width-navigation);
width: 100%;
margin: auto;
}
.nav_navbar-left {
display: flex;
align-items: center;
justify-content: flex-start;
}
.nav_navbar-right {
display: flex;
align-items: center;
justify-content: flex-end;
}
@media(min-width:1024px) {
.nav_navbar-right {
justify-content: flex-end;
}
}
#nav_brand {
/* padding: 16px 0px; */
transition: ease all .3s;
}
/*
-what- brand
-when- click the toggle buttton
-how- to activate backdrop
*/
.nav_navbar-brand {
width: 100%;
transition: ease all .3s;
}
.nav_navbar-title {
font-size: 14.5px;
font-family: var(--font-family-2);
}
.nav_navbar-logo {
/* width: 100px; */
object-fit: cover;
}
/*
-what- toggle
-when- click the toggle buttton
-how- to activate backdrop
*/
.nav_navbar-toggle {
min-width: 100%;
min-height: 100%;
cursor: pointer;
-ms-touch-action: auto;
touch-action: auto;
border: 0;
text-decoration: none;
color: #666;
-webkit-tap-highlight-color: #0000;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .1s;
transition-duration: .1s;
}
/*
-what- menus / items / links
-when- click the toggle buttton
-how- to activate backdrop
*/
ul.nav_navbar-menu {
min-width: 100%;
width: 100%;
align-items: center;
justify-content: flex-end;
}
li.nav_navbar-item {
margin: 0;
padding: 0;
margin-left: 2rem;
}
.nav_navbar-link {
display: inline-block;
cursor: pointer;
padding: 16px 0;
border-bottom: 2px solid transparent;
outline: none;
background-color: transparent;
margin: 0;
transition: ease all 1s;
color: var(--nav-item-color);
font-weight: 100;
font-size: 16px;
font-family: var(--font-family-3);
text-transform: uppercase;
letter-spacing: 1px;
}
@media(min-width: 1024px) {
.nav_navbar-link {
font-size: 17px;
}
}
@media(min-width: 1268px) {
.nav_navbar-link {
font-size: 24px;
}
}
.nav_navbar-link:hover {
color: var(--nav-item-color-active);
transition: all 1s;
border-bottom: 2px solid var(--nav-item-color-active);
}
.nav_navbar-link:hover svg {
fill: var(--nav-item-color-active);
}
.nav_navbar-link svg {
width: 12px;
height: 12px;
margin-left: 8px;
fill: var(--nav-item-color);
}
/*
-what- responsive menu layout
-when- click the toggle buttton
-how- to activate backdrop
*/
@media(max-width:1024px) {
.nav_navbar-toggle {
display: inline-flex;
}
.nav_navbar-menu {
display: none;
}
}
@media(min-width:1024px) {
.nav_navbar-toggle {
display: none !important;
}
.nav_navbar-menu {
display: inline-flex;
}
}
/*
-what- drawer
-when- click the toggle buttton
-how- to activate backdrop
*/
.nav_navbar #open-drawer,
.nav_drawer #close-drawer {
max-width: 100%;
height: auto;
cursor: pointer;
-ms-touch-action: auto;
touch-action: auto;
background: #e1e1e1;
border: 0;
text-decoration: none;
color: #666;
-webkit-tap-highlight-color: #0000;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .1s;
transition-duration: .1s;
}
.nav_navbar #open-drawer:before,
.nav_drawer #close-drawer:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.208);
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .2s;
transition-duration: .2s;
-webkit-transition-timing-function: linear;
transition-timing-function: linear;
}
.nav_navbar #open-drawer,
.nav_drawer #close-drawer {
z-index: 10;
width: 60px;
height: 60px;
-ms-touch-action: auto;
touch-action: auto;
background: 0 0;
border-radius: 50%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
outline: 0;
}
#close-drawer {
/* background: var(--color-gray, gray) */
}
.nav_navbar #open-drawer:active:before,
.nav_navbar #open-drawer:focus:before,
.nav_navbar #open-drawer:hover:before,
.nav_drawer #close-drawer:active:before,
.nav_drawer #close-drawer:focus:before,
.nav_drawer #close-drawer:hover:before {
-webkit-transform: scale(2);
transform: scale(2);
/* background: rgba(0, 0, 0, 0.208); */
}
/*
DRAWER
*/
#drawer {
background: var(--color-light);
height: 100%;
width: 0;
max-width: 100%;
position: fixed;
z-index: 5000;
top: 0;
right: 0;
overflow-x: hidden;
-webkit-transition: all .2s;
transition: all .2s
}
.nav_drawer-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: space-around;
padding: 8px;
width: 100%;
}
.nav_drawer-brand {
padding: 8px;
font-family: var(--font-family-2);
}
.nav_drawer-logo {
width: 100px;
object-fit: cover;
}
.nav_drawer-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 0;
}
.nav_drawer-item {
width: auto;
margin: 4px 0;
padding: 1rem;
}
.nav_drawer-link {
display: inline-block;
cursor: pointer;
padding: 1px 0;
border-bottom: 2px solid transparent;
outline: none;
background-color: transparent;
margin: 0;
transition: ease all 1s;
color: var(--nav-item-color);
font-weight: 100;
font-size: 16px;
font-family: var(--font-family-3);
text-transform: uppercase;
letter-spacing: 1px;
}
.nav_drawer-link:hover {
color: var(--nav-item-color-active);
transition: all 1s;
border-bottom: 2px solid var(--nav-item-color-active);
}
#drawer::-webkit-scrollbar {
width: .5em
}
#drawer::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .46)
}
#drawer::-webkit-scrollbar-thumb {
background-color: #000;
outline: 1px solid #000;
}
/*TOGGLES2*/
#open-drawer,
#close-drawer {
max-width: 100%;
height: auto;
cursor: pointer;
-ms-touch-action: auto;
touch-action: auto;
background: #e1e1e1;
border: 0;
text-decoration: none;
color: #666;
-webkit-tap-highlight-color: #0000;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .1s;
transition-duration: .1s;
z-index: 10;
width: 60px;
height: 60px;
-ms-touch-action: auto;
touch-action: auto;
background: 0 0;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
outline: 0;
}
#close-drawer:before,
#open-drawer:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 117, 111, 0.208);
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .2s;
transition-duration: .2s;
-webkit-transition-timing-function: linear;
transition-timing-function: linear;
}
#close-drawer {
margin-right: auto;
background: var(--color-tertiary, gray)
}
#open-drawer:active:before,
#open-drawer:focus:before,
#open-drawer:hover:before,
#close-drawer:active:before,
#close-drawer:focus:before,
#close-drawer:hover:before {
-webkit-transform: scale(2);
transform: scale(2);
background: rgba(0, 0, 0, 0.208);
}
#open-drawer>svg,
#close-drawer>svg {
fill: #000;
width: 24px;
height: 24px;
}
a[id='page-{{id}}'] {
color: var(--color-primary)!important;
transition: all 1s;
border-bottom: 2px solid var(--color-primary)!important;
}
a[id='skillset-{{ url_id }}'] {
color: var(--color-primary)!important;
transition: all 1s;
} | src/_includes/partials/navigation/navigation.css | :root {
--nav-item-color: #000;
--nav-item-color-active: var(--color-primary);
}
/*
-what- backdrop
-when- click the toggle buttton
-how- to activate backdrop
*/
#backdrop {
position: fixed;
height: 100vh;
left: 0;
right: 0;
bottom: 0;
width: 100%;
display: none;
background: rgba(0, 0, 0, .72);
z-index: 4900;
cursor: not-allowed
}
/*
-what- dropdown
-when- click the toggle buttton
-how- to activate backdrop
*/
.nav_dropdown {
float: left;
overflow: hidden;
}
.nav_dropcontent {
display: none;
position: absolute;
width: 100%;
margin: 0 auto;
background: #fafafa;
box-shadow: var(--box-shadow-2);
z-index: 1;
transition: opacity ease-out;
animation: fadeIn ease-in 0.3s;
transition-delay: 0.5s;
}
@media(min-width:1024px) {
.nav_dropcontent {
width: 25%;
}
}
.nav_dropdown:hover .nav_navbar-link {
color: var(--color-primary);
/* border-bottom: 2px solid var(--nav-item-color-active) !important; */
}
.nav_dropdown:hover .nav_navbar-link>svg {
fill: var(--nav-item-color-active) !important;
}
.nav_dropdown .nav_navbar-link {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 100%;
color: var(--color-black);
}
.nav_dropcontent a {
float: none;
color: var(--nav-item-color);
padding: 12px 16px;
text-decoration: none;
display: block;
text-align: left;
}
.nav_dropcontent a:hover {
background-color: var(--color-primary-rbga);
}
.nav_dropdown:hover .nav_dropcontent {
display: block;
}
/*
-what- topbar
-when- click the toggle buttton
-how- to activate backdrop
*/
#nav_topbar {
background-color: var(--color-primary);
display: none;
}
@media(min-width:1366px) {
#nav_topbar {
display: block;
}
}
.nav_topbar-container {
display: flex;
align-items: center;
justify-content: flex-end;
width: 100%;
margin: auto;
padding: 6px 0px;
max-width: var(--max-width-navigation);
}
.nav_topbar-menu:nth-child(1),
.nav_topbar-menu:nth-child(2) {
margin-left: 16px !important;
margin-right: auto !important;
}
.nav_topbar-menu {
display: flex;
align-items: center;
/* flex-direction: column; */
margin: 0;
padding: 0;
/* margin-left: 3rem !important; */
list-style: none;
}
@media(min-width:1268px) {
.nav_topbar-menu {
flex-direction: row;
}
.nav_topbar-menu:nth-child(1),
.nav_topbar-menu:nth-child(2) {
margin-left: 0px !important;
margin-right: auto !important;
}
}
.nav_topbar-menu li a,
.nav_topbar-menu li {
display: flex;
justify-content: center;
align-items: center;
}
.nav_topbar-menu a,
.nav_topbar-menu li {
color: var(--color-light);
font-size: 14.5px;
}
.nav_topbar-menu.item_space-1 li {
margin-left: 16px;
}
.nav_topbar-menu.item_space-2 li {
margin-left: 32px;
}
.topbar_itemspacer {
display: block;
width: 1px;
margin: 0 16px;
height: 100%;
min-height: 10px;
background: var(--color-white);
}
[class*="topbar_button-"] {
min-width: 200px;
text-transform: uppercase;
border-radius: 2px;
padding: 4px 8px;
display: flex;
justify-content: center;
align-items: center;
font-weight: 600;
}
.topbar_button-call {
border: 1px solid var(--color-orange);
font-family: var(--font-family-3);
background: var(--color-orange);
color: var(--color-white);
}
.topbar_button-inverted-white {
font-family: var(--font-family-2);
border: 1px solid var(--color-white);
background: transparent;
color: var(--color-white);
}
[class*="nav_"] p {
padding: 0;
}
[class*="nav_"] ul {
padding: 0;
margin: 0;
list-style: none;
}
/*
-what- navbar
-when- click the toggle buttton
-how- to activate backdrop
*/
.nav_navbar-responsive {
-webkit-box-shadow: 0 7px 5px -7px #111;
box-shadow: 0 7px 5px -7px #111;
left: 0;
right: 0;
width: 100%;
z-index: 4800;
top: 0;
position: relative;
transition: ease 300ms;
padding: 16px 0px;
}
/* @media(min-width:1024px) {
.nav_navbar-responsive {
position: fixed;
}
} */
.nav_navbar-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
/* margin-right: 48px; */
/* margin-left: 48px; */
max-width: var(--max-width-navigation);
width: 100%;
margin: auto;
}
.nav_navbar-left {
display: flex;
align-items: center;
justify-content: flex-start;
}
.nav_navbar-right {
display: flex;
align-items: center;
justify-content: flex-end;
}
@media(min-width:1024px) {
.nav_navbar-right {
justify-content: flex-end;
}
}
#nav_brand {
/* padding: 16px 0px; */
transition: ease all .3s;
}
/*
-what- brand
-when- click the toggle buttton
-how- to activate backdrop
*/
.nav_navbar-brand {
width: 100%;
transition: ease all .3s;
}
.nav_navbar-title {
font-size: 14.5px;
font-family: var(--font-family-2);
}
.nav_navbar-logo {
/* width: 100px; */
object-fit: cover;
}
/*
-what- toggle
-when- click the toggle buttton
-how- to activate backdrop
*/
.nav_navbar-toggle {
min-width: 100%;
min-height: 100%;
cursor: pointer;
-ms-touch-action: auto;
touch-action: auto;
border: 0;
text-decoration: none;
color: #666;
-webkit-tap-highlight-color: #0000;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .1s;
transition-duration: .1s;
}
/*
-what- menus / items / links
-when- click the toggle buttton
-how- to activate backdrop
*/
ul.nav_navbar-menu {
min-width: 100%;
width: 100%;
align-items: center;
justify-content: flex-end;
}
li.nav_navbar-item {
margin: 0;
padding: 0;
margin-left: 2rem;
}
.nav_navbar-link {
display: inline-block;
cursor: pointer;
padding: 16px 0;
border-bottom: 2px solid transparent;
outline: none;
background-color: transparent;
margin: 0;
transition: ease all 1s;
color: var(--nav-item-color);
font-weight: 100;
font-size: 16px;
font-family: var(--font-family-3);
text-transform: uppercase;
letter-spacing: 1px;
}
@media(min-width: 1024px) {
.nav_navbar-link {
font-size: 17px;
}
}
@media(min-width: 1268px) {
.nav_navbar-link {
font-size: 24px;
}
}
.nav_navbar-link:hover {
color: var(--nav-item-color-active);
transition: all 1s;
border-bottom: 2px solid var(--nav-item-color-active);
}
.nav_navbar-link:hover svg {
fill: var(--nav-item-color-active);
}
.nav_navbar-link svg {
width: 12px;
height: 12px;
margin-left: 8px;
fill: var(--nav-item-color);
}
/*
-what- responsive menu layout
-when- click the toggle buttton
-how- to activate backdrop
*/
@media(max-width:1024px) {
.nav_navbar-toggle {
display: inline-flex;
}
.nav_navbar-menu {
display: none;
}
}
@media(min-width:1024px) {
.nav_navbar-toggle {
display: none !important;
}
.nav_navbar-menu {
display: inline-flex;
}
}
/*
-what- drawer
-when- click the toggle buttton
-how- to activate backdrop
*/
.nav_navbar #open-drawer,
.nav_drawer #close-drawer {
max-width: 100%;
height: auto;
cursor: pointer;
-ms-touch-action: auto;
touch-action: auto;
background: #e1e1e1;
border: 0;
text-decoration: none;
color: #666;
-webkit-tap-highlight-color: #0000;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .1s;
transition-duration: .1s;
}
.nav_navbar #open-drawer:before,
.nav_drawer #close-drawer:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.208);
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .2s;
transition-duration: .2s;
-webkit-transition-timing-function: linear;
transition-timing-function: linear;
}
.nav_navbar #open-drawer,
.nav_drawer #close-drawer {
z-index: 10;
width: 60px;
height: 60px;
-ms-touch-action: auto;
touch-action: auto;
background: 0 0;
border-radius: 50%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
outline: 0;
}
#close-drawer {
/* background: var(--color-gray, gray) */
}
.nav_navbar #open-drawer:active:before,
.nav_navbar #open-drawer:focus:before,
.nav_navbar #open-drawer:hover:before,
.nav_drawer #close-drawer:active:before,
.nav_drawer #close-drawer:focus:before,
.nav_drawer #close-drawer:hover:before {
-webkit-transform: scale(2);
transform: scale(2);
/* background: rgba(0, 0, 0, 0.208); */
}
/*
DRAWER
*/
#drawer {
background: var(--color-light);
height: 100%;
width: 0;
max-width: 100%;
position: fixed;
z-index: 5000;
top: 0;
right: 0;
overflow-x: hidden;
-webkit-transition: all .2s;
transition: all .2s
}
.nav_drawer-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: space-around;
padding: 8px;
width: 100%;
}
.nav_drawer-brand {
padding: 8px;
font-family: var(--font-family-2);
}
.nav_drawer-logo {
width: 100px;
object-fit: cover;
}
.nav_drawer-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 0;
}
.nav_drawer-item {
width: auto;
margin: 4px 0;
padding: 1rem;
}
.nav_drawer-link {
display: inline-block;
cursor: pointer;
padding: 1px 0;
border-bottom: 2px solid transparent;
outline: none;
background-color: transparent;
margin: 0;
transition: ease all 1s;
color: var(--nav-item-color);
font-weight: 100;
font-size: 16px;
font-family: var(--font-family-3);
text-transform: uppercase;
letter-spacing: 1px;
}
.nav_drawer-link:hover {
color: var(--nav-item-color-active);
transition: all 1s;
border-bottom: 2px solid var(--nav-item-color-active);
}
#drawer::-webkit-scrollbar {
width: .5em
}
#drawer::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .46)
}
#drawer::-webkit-scrollbar-thumb {
background-color: #000;
outline: 1px solid #000;
}
/*TOGGLES2*/
#open-drawer,
#close-drawer {
max-width: 100%;
height: auto;
cursor: pointer;
-ms-touch-action: auto;
touch-action: auto;
background: #e1e1e1;
border: 0;
text-decoration: none;
color: #666;
-webkit-tap-highlight-color: #0000;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .1s;
transition-duration: .1s;
z-index: 10;
width: 60px;
height: 60px;
-ms-touch-action: auto;
touch-action: auto;
background: 0 0;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
outline: 0;
}
#close-drawer:before,
#open-drawer:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 117, 111, 0.208);
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .2s;
transition-duration: .2s;
-webkit-transition-timing-function: linear;
transition-timing-function: linear;
}
#close-drawer {
margin-right: auto;
background: var(--color-tertiary, gray)
}
#open-drawer:active:before,
#open-drawer:focus:before,
#open-drawer:hover:before,
#close-drawer:active:before,
#close-drawer:focus:before,
#close-drawer:hover:before {
-webkit-transform: scale(2);
transform: scale(2);
background: rgba(0, 0, 0, 0.208);
}
#open-drawer>svg,
#close-drawer>svg {
fill: #000;
width: 24px;
height: 24px;
}
a[id='page-{{id}}'] {
color: var(--color-primary)!important;
transition: all 1s;
border-bottom: 2px solid var(--color-primary)!important;
}
a[id='skillset-{{ url_id }}'] {
color: var(--color-primary)!important;
transition: all 1s;
} | 0.406626 | 0.101857 |
body {
margin: 0 !important;
padding-top: 300px;
background-color: #f3f3f3;
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
}
table {
border-spacing: 0;
font-family: sans-serif;
color: #f3f3f3;
}
td {
padding: 0;
}
img {
border: 0;
}
div[style*="margin: 16px 0"] {
margin: 0 !important;
}
.wrapper {
width: 100%;
table-layout: fixed;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
.webkit {
max-width: 600px;
margin: 0 auto;
}
.outer {
Margin: 0 auto;
width: 100%;
max-width: 600px;
padding: 50px 0;
}
.text-center {
text-align: center;
}
.header-title {
margin-bottom: 30px;
}
.header-title:after {
content: "";
width: 150px;
height: 4px;
background: #ff9023;
display: block;
margin: 13px auto 0;
}
.header-title {
font-size: 26px;
line-height: 34px;
color: #fff;
margin-bottom: 30px;
}
.full-width-image img {
width: 100%;
max-width: 600px;
height: auto;
}
.inner {
padding: 10px;
}
p {
Margin: 0;
}
a {
color: #18a085;
text-decoration: none;
}
a:hover {
color: #000;
text-decoration: underline;
}
.h1 {
font-size: 21px;
font-weight: bold;
Margin-bottom: 18px;
}
.h2 {
font-size: 18px;
font-weight: bold;
Margin-bottom: 12px;
}
/* One column layout */
.one-column .contents {
text-align: left;
}
.one-column p {
font-size: 14px;
Margin-bottom: 10px;
}
/*Two column layout*/
.two-column {
text-align: center;
font-size: 0;
}
.two-column .column {
width: 100%;
max-width: 300px;
display: inline-block;
vertical-align: top;
}
.contents {
width: 100%;
}
.two-column .contents {
font-size: 14px;
text-align: left;
}
.two-column img {
width: 100%;
max-width: 280px;
height: auto;
}
.two-column .text {
padding-top: 10px;
}
/*Three column layout*/
.three-column {
text-align: center;
font-size: 0;
padding-top: 10px;
padding-bottom: 10px;
}
.three-column .column {
width: 100%;
max-width: 200px;
display: inline-block;
vertical-align: top;
}
.three-column .contents {
font-size: 14px;
text-align: center;
}
.three-column img {
width: 100%;
max-width: 180px;
height: auto;
}
.three-column .text {
padding-top: 10px;
}
/* Left sidebar layout */
.left-sidebar {
text-align: center;
font-size: 0;
background: #fff;
}
.left-sidebar .column {
width: 100%;
display: inline-block;
vertical-align: middle;
}
.left-sidebar .left {
max-width: 100px;
}
.left-sidebar .right {
max-width: 500px;
}
.left-sidebar .img {
width: 100%;
max-width: 80px;
height: auto;
}
.left-sidebar .contents {
font-size: 14px;
text-align: center;
}
.left-sidebar a {
color: #85ab70;
}
/* Right sidebar layout */
.right-sidebar {
text-align: center;
font-size: 0;
background: #fff;
}
.right-sidebar .column {
width: 100%;
display: inline-block;
vertical-align: middle;
}
.right-sidebar .left {
max-width: 100px;
}
.right-sidebar .right {
max-width: 500px;
}
.right-sidebar .img {
width: 100%;
max-width: 80px;
height: auto;
}
.right-sidebar .contents {
font-size: 14px;
text-align: center;
}
.right-sidebar a {
color: #70bbd9;
}
/*Media Queries*/
@media screen and (max-width: 400px) {
.two-column .column,
.three-column .column {
max-width: 100% !important;
}
.two-column img {
max-width: 100% !important;
}
.three-column img {
max-width: 50% !important;
}
}
@media screen and (min-width: 401px) and (max-width: 620px) {
.three-column .column {
max-width: 33% !important;
}
.two-column .column {
max-width: 50% !important;
}
} | finaldesign/styles.css |
body {
margin: 0 !important;
padding-top: 300px;
background-color: #f3f3f3;
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
}
table {
border-spacing: 0;
font-family: sans-serif;
color: #f3f3f3;
}
td {
padding: 0;
}
img {
border: 0;
}
div[style*="margin: 16px 0"] {
margin: 0 !important;
}
.wrapper {
width: 100%;
table-layout: fixed;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
.webkit {
max-width: 600px;
margin: 0 auto;
}
.outer {
Margin: 0 auto;
width: 100%;
max-width: 600px;
padding: 50px 0;
}
.text-center {
text-align: center;
}
.header-title {
margin-bottom: 30px;
}
.header-title:after {
content: "";
width: 150px;
height: 4px;
background: #ff9023;
display: block;
margin: 13px auto 0;
}
.header-title {
font-size: 26px;
line-height: 34px;
color: #fff;
margin-bottom: 30px;
}
.full-width-image img {
width: 100%;
max-width: 600px;
height: auto;
}
.inner {
padding: 10px;
}
p {
Margin: 0;
}
a {
color: #18a085;
text-decoration: none;
}
a:hover {
color: #000;
text-decoration: underline;
}
.h1 {
font-size: 21px;
font-weight: bold;
Margin-bottom: 18px;
}
.h2 {
font-size: 18px;
font-weight: bold;
Margin-bottom: 12px;
}
/* One column layout */
.one-column .contents {
text-align: left;
}
.one-column p {
font-size: 14px;
Margin-bottom: 10px;
}
/*Two column layout*/
.two-column {
text-align: center;
font-size: 0;
}
.two-column .column {
width: 100%;
max-width: 300px;
display: inline-block;
vertical-align: top;
}
.contents {
width: 100%;
}
.two-column .contents {
font-size: 14px;
text-align: left;
}
.two-column img {
width: 100%;
max-width: 280px;
height: auto;
}
.two-column .text {
padding-top: 10px;
}
/*Three column layout*/
.three-column {
text-align: center;
font-size: 0;
padding-top: 10px;
padding-bottom: 10px;
}
.three-column .column {
width: 100%;
max-width: 200px;
display: inline-block;
vertical-align: top;
}
.three-column .contents {
font-size: 14px;
text-align: center;
}
.three-column img {
width: 100%;
max-width: 180px;
height: auto;
}
.three-column .text {
padding-top: 10px;
}
/* Left sidebar layout */
.left-sidebar {
text-align: center;
font-size: 0;
background: #fff;
}
.left-sidebar .column {
width: 100%;
display: inline-block;
vertical-align: middle;
}
.left-sidebar .left {
max-width: 100px;
}
.left-sidebar .right {
max-width: 500px;
}
.left-sidebar .img {
width: 100%;
max-width: 80px;
height: auto;
}
.left-sidebar .contents {
font-size: 14px;
text-align: center;
}
.left-sidebar a {
color: #85ab70;
}
/* Right sidebar layout */
.right-sidebar {
text-align: center;
font-size: 0;
background: #fff;
}
.right-sidebar .column {
width: 100%;
display: inline-block;
vertical-align: middle;
}
.right-sidebar .left {
max-width: 100px;
}
.right-sidebar .right {
max-width: 500px;
}
.right-sidebar .img {
width: 100%;
max-width: 80px;
height: auto;
}
.right-sidebar .contents {
font-size: 14px;
text-align: center;
}
.right-sidebar a {
color: #70bbd9;
}
/*Media Queries*/
@media screen and (max-width: 400px) {
.two-column .column,
.three-column .column {
max-width: 100% !important;
}
.two-column img {
max-width: 100% !important;
}
.three-column img {
max-width: 50% !important;
}
}
@media screen and (min-width: 401px) and (max-width: 620px) {
.three-column .column {
max-width: 33% !important;
}
.two-column .column {
max-width: 50% !important;
}
} | 0.359027 | 0.093388 |
body { font-family: Trebuchet MS; color: #003366; font-size: 10pt; font-weight: bold }
:hover { font-family: Trebuchet MS; color: #003366; font-weight: bold }
a:link { font-family: Trebuchet MS; color: #003366; font-weight: bold }
a:active { font-family: Trebuchet MS; font-weight: bold }
.rant_title { font-size: 12pt; font-family: Trebuchet MS; font-weight: bold; text-decoration:underline; text-align:center }
.rant_date { font-size: 11pt; font-family: Trebuchet MS; font-weight: bold }
.rant_text { font-size: 10pt; font-family: Trebuchet MS; font-weight: bold }
.news1 { font-size: 10pt; font-family: Trebuchet MS; font-weight: bold }
.news2 { font-size: 9pt; font-family: Trebuchet MS; font-weight: bold; font-style:italic; text-decoration:underline }
.news3 { font-size: 8pt; font-family: Trebuchet MS; font-weight: bold }
.y_table { border: 1px solid #FFCC00; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0 }
.y_table_head { color: #003366; font-size: 10pt; font-family: Trebuchet MS; font-weight: bold; text-align: center; height:28; background-color:#FFCC00; background-image:url('images/y_table_head.jpg'); background-repeat:repeat }
.b_table { border: 1px solid #003366; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0}
.b_table_head { color: #FFCC00; font-size: 10pt; font-family: Trebuchet MS; font-weight: bold; text-align: center; height:28; background-color:#003366; background-image:url('images/b_table_head.jpg'); background-repeat:repeat }
.r_menu_item { color: #990000; font-size: 8pt; font-family: Trebuchet MS; font-weight: bold; text-align: left; margin-top: 0; margin-bottom: 0 }
.r_menu_head { font-family: Trebuchet MS; font-size: 10pt; color: #FFFFFF; font-weight: bold }
.b_menu_head { color: #ffcc00; font-family: Trebuchet MS; font-size: 10pt; font-weight: bold }
.b_menu_item { font-family: Trebuchet MS; font-size: 8pt; color: #003366; font-weight: bold; text-align: left; margin-top: 0; margin-bottom: 0 }
a { font-family: Trebuchet MS; color: #003366; font-weight: bold }
.h1 { font-size: 14pt; font-family: Trebuchet MS; color: #003366; font-weight: bold }
li { font-family: Trebuchet MS; color: #003366; font-weight: bold }
.tiny_text { font-size: 7pt; font-family: Trebuchet MS; font-weight: bold } | tsnII.css | body { font-family: Trebuchet MS; color: #003366; font-size: 10pt; font-weight: bold }
:hover { font-family: Trebuchet MS; color: #003366; font-weight: bold }
a:link { font-family: Trebuchet MS; color: #003366; font-weight: bold }
a:active { font-family: Trebuchet MS; font-weight: bold }
.rant_title { font-size: 12pt; font-family: Trebuchet MS; font-weight: bold; text-decoration:underline; text-align:center }
.rant_date { font-size: 11pt; font-family: Trebuchet MS; font-weight: bold }
.rant_text { font-size: 10pt; font-family: Trebuchet MS; font-weight: bold }
.news1 { font-size: 10pt; font-family: Trebuchet MS; font-weight: bold }
.news2 { font-size: 9pt; font-family: Trebuchet MS; font-weight: bold; font-style:italic; text-decoration:underline }
.news3 { font-size: 8pt; font-family: Trebuchet MS; font-weight: bold }
.y_table { border: 1px solid #FFCC00; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0 }
.y_table_head { color: #003366; font-size: 10pt; font-family: Trebuchet MS; font-weight: bold; text-align: center; height:28; background-color:#FFCC00; background-image:url('images/y_table_head.jpg'); background-repeat:repeat }
.b_table { border: 1px solid #003366; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0}
.b_table_head { color: #FFCC00; font-size: 10pt; font-family: Trebuchet MS; font-weight: bold; text-align: center; height:28; background-color:#003366; background-image:url('images/b_table_head.jpg'); background-repeat:repeat }
.r_menu_item { color: #990000; font-size: 8pt; font-family: Trebuchet MS; font-weight: bold; text-align: left; margin-top: 0; margin-bottom: 0 }
.r_menu_head { font-family: Trebuchet MS; font-size: 10pt; color: #FFFFFF; font-weight: bold }
.b_menu_head { color: #ffcc00; font-family: Trebuchet MS; font-size: 10pt; font-weight: bold }
.b_menu_item { font-family: Trebuchet MS; font-size: 8pt; color: #003366; font-weight: bold; text-align: left; margin-top: 0; margin-bottom: 0 }
a { font-family: Trebuchet MS; color: #003366; font-weight: bold }
.h1 { font-size: 14pt; font-family: Trebuchet MS; color: #003366; font-weight: bold }
li { font-family: Trebuchet MS; color: #003366; font-weight: bold }
.tiny_text { font-size: 7pt; font-family: Trebuchet MS; font-weight: bold } | 0.425605 | 0.153486 |
html {
background-image: url(../img/inkSplash.png);
}
#sepiaFW-main-window {
color: #262629;
border: 0px;
}
@media (min-width: 480px) and (min-height: 481px) {
.sepiaFW-top-layer-view {
border-radius: 0px;
}
}
#sepiaFW-pC { background-color: #262629; /*#2f3035*/ }
#sepiaFW-sC { background-color: #44c8be; }
#sepiaFW-sC2 { background-color: rgba(225, 225, 245, 1.00); }
#sepiaFW-aC { background-color: rgba(166, 58, 80, 1.0); }
#sepiaFW-aC2 { background-color: #6b4d9f; }
#sepiaFW-asC { background-color: #44c8be; }
#sepiaFW-adC { background-color: gold; }
#sepiaFW-login-box, #sepiaFW-nav-bar, #sepiaFW-chat-controls-form, #sepiaFW-chat-controls-right {
background: #262629;
color: #fff;
}
#sepiaFW-nav-bar-page-indicator {
background: linear-gradient(to right, #44c8be 7%, #5683c4 33%, #7a2b87 66%, #1e245a 93%);
}
#sepiaFW-nav-menu-go-left {
color: #44c8be !important;
}
#sepiaFW-nav-menu-go-right {
color: #44c8be !important;
}
#sepiaFW-login-box button {
background: #44c8be;
color: #fff;
}
#sepiaFW-main-window button {
background: #262629;
color: #fff;
}
.sepiaFW-notouch-device #sepiaFW-main-window button:hover {
background: transparent;
color: #44c8be;
}
#sepiaFW-assist-btn-area {
border-color: #262629;
}
#sepiaFW-assist-btn {
background: #44c8be !important;
color: #fff !important;
}
#sepiaFW-chat-controls-speech-box > div {
background: #262629;
color: #fff;
}
.sepiaFW-menu {
/*background: rgba(206, 255, 26, 0.95);*/
background: rgb(83, 143, 195);
color: #fff;
}
#sepiaFW-chat-menu {
background: rgba(225, 225, 245, 1.00);
color: #000;
}
#sepiaFW-chat-menu button {
background: #262629;
color: #44c8be;
}
.sepiaFW-notouch-device #sepiaFW-chat-menu button:hover {
background-color: #fff !important;
}
#sepiaFW-chat-controls-more-menu button {
background: #262629;
color: #fff;
}
.sepiaFW-notouch-device #sepiaFW-chat-controls-more-menu button:hover {
background-color: #fff !important;
color: #262629 !important;
}
#sepiaFW-chat-menu li {
background: rgba(255, 255, 255, 0.15);
}
#sepiaFW-myEvents-buttons button,
#sepiaFW-myEvents-buttons-replaced button {
background: #44c8be !important;
color: #fff !important;
}
.sepiaFW-notouch-device #sepiaFW-myEvents-buttons button:hover {
background-color: rgba(225, 225, 245, 0.96) !important;
color: #262629 !important;
}
#sepiaFW-main-window .chat-buttons-area button {
background: rgba(225, 225, 245, 0.96);
color: #262629;
}
.sepiaFW-notouch-device #sepiaFW-main-window .chat-buttons-area button:hover {
background: #44c8be;
color: #fff;
}
#sepiaFW-main-window .chat-buttons-area .my-view-custom-button {
background: #44c8be;
color: #fff;
}
#sepiaFW-nav-label-note{
border: 1px solid #44c8be;
}
#sepiaFW-chat-output article {
background: #6b4d9f;
}
#sepiaFW-chat-output article.chatMe{
background: #5683c4;
color: #fff;
}
#sepiaFW-chat-output article.chatMe b{
color: #fff;
}
#sepiaFW-chat-output article.chatMe span{
color: #fff;
}
#sepiaFW-chat-output article.chatAssistant {
background: #44c8be;
color: #fff;
}
#sepiaFW-chat-output article.chatAssistant b{
color: #262629;
}
#sepiaFW-chat-output article.chatAssistant.chatPm{
border-left-color: rgba(255, 255, 255, 0.40);
}
#sepiaFW-chat-output article.chatMe.chatPm{
border-left-color: rgba(255, 255, 255, 0.40);
}
#sepiaFW-chat-output article.chatOther.chatPm{
border-left-color: rgba(255, 255,255, 0.40);
}
.sepiaFW-button {
background-color: #262629;
color: #44c8be;
}
.sepiaFW-notouch-device .sepiaFW-button:hover {
background-color: #44c8be;
color: #fff;
}
#sepiaFW-chat-controls-swipe-area .sepiaFW-swipeBar-switchable {
background: #44c8be;
color: #fff;
}
/*----- Popup ------*/
#sepiaFW-popup-message button {
background-color: #44c8be;
}
/*----- cards ------*/
.sepiaFW-cards-list-title {
background: #44c8be;
color: #fff;
}
.sepiaFW-cards-button,
.sepiaFW-notouch-device .sepiaFW-cards-button:hover {
background: #44c8be;
color: #fff;
}
.sepiaFW-cards-list-body .listElement .checked {
background: #44c8be;
}
.sepiaFW-cards-list-body .listElement .listRight {
border-color: #e5e5e5;
background: #fcfcfc;
color: #262629;
}
/*----- teachUI -----*/
#sepiaFW-teachUI-nav-bar {
background: #44c8be;
color: #fff;
}
#sepiaFW-teachUI-view label {
color: rgb(225, 225, 245);
}
#sepiaFW-teachUI-editor button,
#sepiaFW-teachUI-manager button {
background: #44c8be !important;
color: #fff !important;
} | www/css/sepiaFW-skin-bytemind.css | html {
background-image: url(../img/inkSplash.png);
}
#sepiaFW-main-window {
color: #262629;
border: 0px;
}
@media (min-width: 480px) and (min-height: 481px) {
.sepiaFW-top-layer-view {
border-radius: 0px;
}
}
#sepiaFW-pC { background-color: #262629; /*#2f3035*/ }
#sepiaFW-sC { background-color: #44c8be; }
#sepiaFW-sC2 { background-color: rgba(225, 225, 245, 1.00); }
#sepiaFW-aC { background-color: rgba(166, 58, 80, 1.0); }
#sepiaFW-aC2 { background-color: #6b4d9f; }
#sepiaFW-asC { background-color: #44c8be; }
#sepiaFW-adC { background-color: gold; }
#sepiaFW-login-box, #sepiaFW-nav-bar, #sepiaFW-chat-controls-form, #sepiaFW-chat-controls-right {
background: #262629;
color: #fff;
}
#sepiaFW-nav-bar-page-indicator {
background: linear-gradient(to right, #44c8be 7%, #5683c4 33%, #7a2b87 66%, #1e245a 93%);
}
#sepiaFW-nav-menu-go-left {
color: #44c8be !important;
}
#sepiaFW-nav-menu-go-right {
color: #44c8be !important;
}
#sepiaFW-login-box button {
background: #44c8be;
color: #fff;
}
#sepiaFW-main-window button {
background: #262629;
color: #fff;
}
.sepiaFW-notouch-device #sepiaFW-main-window button:hover {
background: transparent;
color: #44c8be;
}
#sepiaFW-assist-btn-area {
border-color: #262629;
}
#sepiaFW-assist-btn {
background: #44c8be !important;
color: #fff !important;
}
#sepiaFW-chat-controls-speech-box > div {
background: #262629;
color: #fff;
}
.sepiaFW-menu {
/*background: rgba(206, 255, 26, 0.95);*/
background: rgb(83, 143, 195);
color: #fff;
}
#sepiaFW-chat-menu {
background: rgba(225, 225, 245, 1.00);
color: #000;
}
#sepiaFW-chat-menu button {
background: #262629;
color: #44c8be;
}
.sepiaFW-notouch-device #sepiaFW-chat-menu button:hover {
background-color: #fff !important;
}
#sepiaFW-chat-controls-more-menu button {
background: #262629;
color: #fff;
}
.sepiaFW-notouch-device #sepiaFW-chat-controls-more-menu button:hover {
background-color: #fff !important;
color: #262629 !important;
}
#sepiaFW-chat-menu li {
background: rgba(255, 255, 255, 0.15);
}
#sepiaFW-myEvents-buttons button,
#sepiaFW-myEvents-buttons-replaced button {
background: #44c8be !important;
color: #fff !important;
}
.sepiaFW-notouch-device #sepiaFW-myEvents-buttons button:hover {
background-color: rgba(225, 225, 245, 0.96) !important;
color: #262629 !important;
}
#sepiaFW-main-window .chat-buttons-area button {
background: rgba(225, 225, 245, 0.96);
color: #262629;
}
.sepiaFW-notouch-device #sepiaFW-main-window .chat-buttons-area button:hover {
background: #44c8be;
color: #fff;
}
#sepiaFW-main-window .chat-buttons-area .my-view-custom-button {
background: #44c8be;
color: #fff;
}
#sepiaFW-nav-label-note{
border: 1px solid #44c8be;
}
#sepiaFW-chat-output article {
background: #6b4d9f;
}
#sepiaFW-chat-output article.chatMe{
background: #5683c4;
color: #fff;
}
#sepiaFW-chat-output article.chatMe b{
color: #fff;
}
#sepiaFW-chat-output article.chatMe span{
color: #fff;
}
#sepiaFW-chat-output article.chatAssistant {
background: #44c8be;
color: #fff;
}
#sepiaFW-chat-output article.chatAssistant b{
color: #262629;
}
#sepiaFW-chat-output article.chatAssistant.chatPm{
border-left-color: rgba(255, 255, 255, 0.40);
}
#sepiaFW-chat-output article.chatMe.chatPm{
border-left-color: rgba(255, 255, 255, 0.40);
}
#sepiaFW-chat-output article.chatOther.chatPm{
border-left-color: rgba(255, 255,255, 0.40);
}
.sepiaFW-button {
background-color: #262629;
color: #44c8be;
}
.sepiaFW-notouch-device .sepiaFW-button:hover {
background-color: #44c8be;
color: #fff;
}
#sepiaFW-chat-controls-swipe-area .sepiaFW-swipeBar-switchable {
background: #44c8be;
color: #fff;
}
/*----- Popup ------*/
#sepiaFW-popup-message button {
background-color: #44c8be;
}
/*----- cards ------*/
.sepiaFW-cards-list-title {
background: #44c8be;
color: #fff;
}
.sepiaFW-cards-button,
.sepiaFW-notouch-device .sepiaFW-cards-button:hover {
background: #44c8be;
color: #fff;
}
.sepiaFW-cards-list-body .listElement .checked {
background: #44c8be;
}
.sepiaFW-cards-list-body .listElement .listRight {
border-color: #e5e5e5;
background: #fcfcfc;
color: #262629;
}
/*----- teachUI -----*/
#sepiaFW-teachUI-nav-bar {
background: #44c8be;
color: #fff;
}
#sepiaFW-teachUI-view label {
color: rgb(225, 225, 245);
}
#sepiaFW-teachUI-editor button,
#sepiaFW-teachUI-manager button {
background: #44c8be !important;
color: #fff !important;
} | 0.28398 | 0.051177 |
.ec-ac-multiple-widget {
margin-bottom: 1rem;
width: 100%;
position: relative;
background-color: #fafafa;
margin: 0 0 1rem 0;
}
.ec-ac-multiple-widget.focus .ec-ac-search {
border-color: #999;
background-color: #f3f3f3;
}
.ec-ac-multiple-widget.focus .ec-ac-list {
border-color: #999;
border-color: #7a9cd3;
background-color: #f3f3f3;
}
.ec-ac-multiple-widget .ec-ac-search {
width: 100%;
height: 100%;
display: table;
border: 1px solid #ccc;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-input-container,
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container,
.ec-ac-multiple-widget .ec-ac-search .ec-ac-show-all {
height: 100%;
display: table-cell;
vertical-align: middle;
padding: 0px;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-show-all {
width: 20px;
position: relative;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-show-all:before {
content: "";
position: absolute;
border: 3.5px solid transparent;
border-top-color: #333;
right: 8px;
top: 50%;
margin-top: -2px;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-show-all:hover {
cursor: pointer;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container {
width: 1px;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container .ec-ac-count {
display: none;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container .ec-ac-tags-list {
display: table;
height: 100%;
border-collapse: separate;
border-spacing: 2px;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container .ec-ac-tags-list .ec-ac-tag {
display: table-cell;
vertical-align: middle;
padding: 0px 5px;
background-color: #fff;
color: #554f4f;
font-size: 14px;
font-family: sans-serif;
white-space: nowrap;
word-break: keep-all;
border: 1px solid #d0d0d0;
border-bottom-color: #c0c0c0;
border-top-color: #dfdfdf;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container .ec-ac-tags-list .ec-ac-tag:first-child {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container .ec-ac-tags-list .ec-ac-tag:last-child {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container .ec-ac-tags-list .ec-ac-tag:hover {
background-color: #1e90ff;
border-color: #0965bf !important;
color: white;
cursor: default;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container .ec-ac-tags-list .ec-ac-tag:hover > i {
color: #0965bf;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container .ec-ac-tags-list .ec-ac-tag i {
padding-right: 5px;
color: rgba(0, 0, 0, 0.5);
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container .ec-ac-tags-list .ec-ac-tag i:hover {
cursor: pointer;
color: white;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse {
line-height: 100%;
position: relative;
width: 25px;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse .ec-ac-count {
display: block;
font-size: 10px;
font-family: sans-serif;
white-space: nowrap;
position: absolute;
top: 50%;
left: 5px;
height: 18px;
width: 18px;
line-height: 18px;
text-align: center;
background-color: white;
border: 1px solid #d0d0d0;
margin-top: -10px;
color: #777777;
border-radius: 10px;
transition: width 1s;
box-sizing: content-box;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse:hover > .ec-ac-tags-list {
visibility: visible;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse:hover > .ec-ac-count {
background-color: #1e90ff;
border-color: #0965bf !important;
cursor: pointer;
color: white;
box-shadow: none;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse:hover > .ec-ac-count:after {
position: absolute;
left: 20px;
background-color: #1e90ff;
border-radius: 0px 20px 20px 0px;
padding-right: 0.5rem;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse .ec-ac-tags-list {
visibility: hidden;
display: block;
position: absolute;
top: 100%;
left: -1px;
padding-top: 5px;
min-width: 100%;
z-index: 101;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse .ec-ac-tags-list:after {
border: 10px solid transparent;
border-bottom-color: #999;
position: absolute;
top: -15px;
left: 10px;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse .ec-ac-tags-list .ec-ac-tag {
display: block;
padding: 5px;
border: none;
position: relative;
border-radius: 0px;
border: 1px solid #d0d0d0;
border-bottom: none;
border-top: none;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse .ec-ac-tags-list .ec-ac-tag:first-child {
border-top: 1px solid #dfdfdf;
border-top-right-radius: 2px;
border-top-left-radius: 2px;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse .ec-ac-tags-list .ec-ac-tag:first-child:hover:before {
border-bottom-color: #0965bf;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse .ec-ac-tags-list .ec-ac-tag:first-child:hover:after {
border-bottom-color: #1e90ff;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse .ec-ac-tags-list .ec-ac-tag:first-child:after {
content: "";
border: 7px solid transparent;
border-bottom-color: #fff;
position: absolute;
top: -14px;
left: 9px;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse .ec-ac-tags-list .ec-ac-tag:first-child:before {
content: "";
border: 8px solid transparent;
border-bottom-color: #ccc;
position: absolute;
top: -16px;
left: 8px;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse .ec-ac-tags-list .ec-ac-tag:last-child {
border-bottom: 1px solid #c0c0c0;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse .ec-ac-tags-list .ec-ac-tag + .ec-ac-tag {
border-top: none;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-input-container .ec-ac-input {
margin-bottom: 0px;
border: none;
outline: none;
background-color: transparent;
margin: 0;
box-shadow: none;
}
.ec-ac-multiple-widget .ec-ac-select {
height: 0px;
width: 0px;
margin: 0px;
padding: 0px;
border-color: transparent !important;
outline: none;
position: absolute;
visibility: hidden;
}
.ec-ac-multiple-widget .ec-ac-list {
position: absolute;
top: 0px;
padding: 0px;
left: 0px;
width: 100%;
list-style: none;
margin: 0px;
background-color: #fafafa;
border-style: solid;
border-width: 1px 1px 1px;
border-color: #ccc;
max-height: 200px;
overflow: hidden;
overflow-y: auto;
z-index: 100;
color: #3c3c3c;
display: none;
}
.ec-ac-multiple-widget .ec-ac-list.open {
display: block;
}
.ec-ac-multiple-widget .ec-ac-list .ec-ac-li {
display: table;
width: 100%;
}
.ec-ac-multiple-widget .ec-ac-list .ec-ac-li:hover {
cursor: pointer;
}
.ec-ac-multiple-widget .ec-ac-list .ec-ac-li.selected {
color: dodgerblue;
}
.ec-ac-multiple-widget .ec-ac-list .ec-ac-li.active {
background-color: #1e90ff;
color: white;
}
.ec-ac-multiple-widget .ec-ac-list .ec-ac-li.active .ec-ac-desc-container > span {
color: rgba(255, 255, 255, 0.65);
}
.ec-ac-multiple-widget .ec-ac-list .ec-ac-li .ec-ac-desc-container {
display: table-cell;
padding: 0px 0px 0px 0.75em;
word-break: break-word;
font-size: 14px;
line-height: 1.4em;
width: 100%;
}
.ec-ac-multiple-widget .ec-ac-list .ec-ac-li .ec-ac-desc-container > span {
font-size: 11px;
color: rgba(0, 0, 0, 0.65);
padding: 0px;
margin: 0px;
display: block;
}
.ec-ac-multiple-widget .ec-ac-list .ec-ac-li .ec-ac-image-container {
display: table-cell;
vertical-align: top;
}
.ec-ac-multiple-widget .ec-ac-list .ec-ac-li .ec-ac-image-container > img {
min-width: 38px;
max-width: 38px;
width: 100%;
} | Content/excle/excle.autocomplete.multiple.css | .ec-ac-multiple-widget {
margin-bottom: 1rem;
width: 100%;
position: relative;
background-color: #fafafa;
margin: 0 0 1rem 0;
}
.ec-ac-multiple-widget.focus .ec-ac-search {
border-color: #999;
background-color: #f3f3f3;
}
.ec-ac-multiple-widget.focus .ec-ac-list {
border-color: #999;
border-color: #7a9cd3;
background-color: #f3f3f3;
}
.ec-ac-multiple-widget .ec-ac-search {
width: 100%;
height: 100%;
display: table;
border: 1px solid #ccc;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-input-container,
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container,
.ec-ac-multiple-widget .ec-ac-search .ec-ac-show-all {
height: 100%;
display: table-cell;
vertical-align: middle;
padding: 0px;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-show-all {
width: 20px;
position: relative;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-show-all:before {
content: "";
position: absolute;
border: 3.5px solid transparent;
border-top-color: #333;
right: 8px;
top: 50%;
margin-top: -2px;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-show-all:hover {
cursor: pointer;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container {
width: 1px;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container .ec-ac-count {
display: none;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container .ec-ac-tags-list {
display: table;
height: 100%;
border-collapse: separate;
border-spacing: 2px;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container .ec-ac-tags-list .ec-ac-tag {
display: table-cell;
vertical-align: middle;
padding: 0px 5px;
background-color: #fff;
color: #554f4f;
font-size: 14px;
font-family: sans-serif;
white-space: nowrap;
word-break: keep-all;
border: 1px solid #d0d0d0;
border-bottom-color: #c0c0c0;
border-top-color: #dfdfdf;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container .ec-ac-tags-list .ec-ac-tag:first-child {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container .ec-ac-tags-list .ec-ac-tag:last-child {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container .ec-ac-tags-list .ec-ac-tag:hover {
background-color: #1e90ff;
border-color: #0965bf !important;
color: white;
cursor: default;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container .ec-ac-tags-list .ec-ac-tag:hover > i {
color: #0965bf;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container .ec-ac-tags-list .ec-ac-tag i {
padding-right: 5px;
color: rgba(0, 0, 0, 0.5);
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container .ec-ac-tags-list .ec-ac-tag i:hover {
cursor: pointer;
color: white;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse {
line-height: 100%;
position: relative;
width: 25px;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse .ec-ac-count {
display: block;
font-size: 10px;
font-family: sans-serif;
white-space: nowrap;
position: absolute;
top: 50%;
left: 5px;
height: 18px;
width: 18px;
line-height: 18px;
text-align: center;
background-color: white;
border: 1px solid #d0d0d0;
margin-top: -10px;
color: #777777;
border-radius: 10px;
transition: width 1s;
box-sizing: content-box;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse:hover > .ec-ac-tags-list {
visibility: visible;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse:hover > .ec-ac-count {
background-color: #1e90ff;
border-color: #0965bf !important;
cursor: pointer;
color: white;
box-shadow: none;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse:hover > .ec-ac-count:after {
position: absolute;
left: 20px;
background-color: #1e90ff;
border-radius: 0px 20px 20px 0px;
padding-right: 0.5rem;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse .ec-ac-tags-list {
visibility: hidden;
display: block;
position: absolute;
top: 100%;
left: -1px;
padding-top: 5px;
min-width: 100%;
z-index: 101;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse .ec-ac-tags-list:after {
border: 10px solid transparent;
border-bottom-color: #999;
position: absolute;
top: -15px;
left: 10px;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse .ec-ac-tags-list .ec-ac-tag {
display: block;
padding: 5px;
border: none;
position: relative;
border-radius: 0px;
border: 1px solid #d0d0d0;
border-bottom: none;
border-top: none;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse .ec-ac-tags-list .ec-ac-tag:first-child {
border-top: 1px solid #dfdfdf;
border-top-right-radius: 2px;
border-top-left-radius: 2px;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse .ec-ac-tags-list .ec-ac-tag:first-child:hover:before {
border-bottom-color: #0965bf;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse .ec-ac-tags-list .ec-ac-tag:first-child:hover:after {
border-bottom-color: #1e90ff;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse .ec-ac-tags-list .ec-ac-tag:first-child:after {
content: "";
border: 7px solid transparent;
border-bottom-color: #fff;
position: absolute;
top: -14px;
left: 9px;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse .ec-ac-tags-list .ec-ac-tag:first-child:before {
content: "";
border: 8px solid transparent;
border-bottom-color: #ccc;
position: absolute;
top: -16px;
left: 8px;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse .ec-ac-tags-list .ec-ac-tag:last-child {
border-bottom: 1px solid #c0c0c0;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-tags-container.collapse .ec-ac-tags-list .ec-ac-tag + .ec-ac-tag {
border-top: none;
}
.ec-ac-multiple-widget .ec-ac-search .ec-ac-input-container .ec-ac-input {
margin-bottom: 0px;
border: none;
outline: none;
background-color: transparent;
margin: 0;
box-shadow: none;
}
.ec-ac-multiple-widget .ec-ac-select {
height: 0px;
width: 0px;
margin: 0px;
padding: 0px;
border-color: transparent !important;
outline: none;
position: absolute;
visibility: hidden;
}
.ec-ac-multiple-widget .ec-ac-list {
position: absolute;
top: 0px;
padding: 0px;
left: 0px;
width: 100%;
list-style: none;
margin: 0px;
background-color: #fafafa;
border-style: solid;
border-width: 1px 1px 1px;
border-color: #ccc;
max-height: 200px;
overflow: hidden;
overflow-y: auto;
z-index: 100;
color: #3c3c3c;
display: none;
}
.ec-ac-multiple-widget .ec-ac-list.open {
display: block;
}
.ec-ac-multiple-widget .ec-ac-list .ec-ac-li {
display: table;
width: 100%;
}
.ec-ac-multiple-widget .ec-ac-list .ec-ac-li:hover {
cursor: pointer;
}
.ec-ac-multiple-widget .ec-ac-list .ec-ac-li.selected {
color: dodgerblue;
}
.ec-ac-multiple-widget .ec-ac-list .ec-ac-li.active {
background-color: #1e90ff;
color: white;
}
.ec-ac-multiple-widget .ec-ac-list .ec-ac-li.active .ec-ac-desc-container > span {
color: rgba(255, 255, 255, 0.65);
}
.ec-ac-multiple-widget .ec-ac-list .ec-ac-li .ec-ac-desc-container {
display: table-cell;
padding: 0px 0px 0px 0.75em;
word-break: break-word;
font-size: 14px;
line-height: 1.4em;
width: 100%;
}
.ec-ac-multiple-widget .ec-ac-list .ec-ac-li .ec-ac-desc-container > span {
font-size: 11px;
color: rgba(0, 0, 0, 0.65);
padding: 0px;
margin: 0px;
display: block;
}
.ec-ac-multiple-widget .ec-ac-list .ec-ac-li .ec-ac-image-container {
display: table-cell;
vertical-align: top;
}
.ec-ac-multiple-widget .ec-ac-list .ec-ac-li .ec-ac-image-container > img {
min-width: 38px;
max-width: 38px;
width: 100%;
} | 0.399226 | 0.037082 |
font-family: sans-serif;
-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 {
font-weight: 700
}
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-family: monospace, monospace;
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
}
ul {
list-style: none
}
li,
ul {
margin: 0;
padding: 0
}
a {
color: #686868;
text-decoration: none;
cursor: pointer
}
.icon {
display: inline-block;
*display: block;
*zoom: 1
}
body,
html {
width: 100%;
height: 100%;
overflow: hidden;
background-color: #EFEFEF;
}
body {
background-color: #fff;
color: #686868;
font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "黑体", Arial, sans-serif;
font-size: 14px;
line-height: 19.6px;
box-shadow: 0 0 160px 0 #2bac38;
}
/* -------------- layout --------------- **/
.app {
width: 720px;
margin: 0 auto;
box-sizing: border-box;
-webkit-transition: all .5s
}
.container {
position: relative;
width: 720px;
height: 100%;
overflow: hidden;
box-sizing: border-box;
}
/* -------------- loader --------------- **/
.load {
width: 100%;
-webkit-transition: 0.3s all ease 1s;
-o-transition: 0.3s all ease 1s;
transition: 0.3s all ease 1s;
position: absolute;
bottom: 50%;
color: #ffffff;
}
.load .rotate {
width: 200px;
height: 44px;
background-size: contain;
margin: 20px auto;
}
.load .rotate.on {
opacity: 0;
-webkit-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.load span {
width: 100%;
text-align: center;
display: block;
height: 44px;
}
.load .load-info {
opacity: 0;
-webkit-transition: 0.5s all ease 1s;
-o-transition: 0.5s all ease 1s;
transition: 0.5s all ease 1s;
}
.colorfulPulse {
width: 200px;
height: 44px;
margin: 0 auto;
}
.colorfulPulse span {
display: inline-block;
width: 20px;
height: 44px;
animation-name: scale;
-webkit-animation-name: scale;
-moz-animation-name: scale;
-ms-animation-name: scale;
-o-animation-name: scale;
animation-duration: 1.2s;
-webkit-animation-duration: 1.2s;
-moz-animation-duration: 1.2s;
-ms-animation-duration: 1.2s;
-o-animation-duration: 1.2s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
}
span.item-1 {
background: #2ecc71;
}
span.item-2 {
background: #3498db;
}
span.item-3 {
background: #9b59b6;
}
span.item-4 {
background: #e67e22;
}
span.item-5 {
background: #c0392b;
}
span.item-6 {
background: #e74c3c;
}
span.item-7 {
background: #e74c8c;
}
.item-1 {
animation-delay: -1s;
-webkit-animation-delay: -1s;
-moz-animation-delay: -1s;
-ms-animation-delay: -1s;
-o-animation-delay: -1s;
}
.item-2 {
animation-delay: -0.9s;
-webkit-animation-delay: -0.9s;
-moz-animation-delay: -0.9s;
-ms-animation-delay: -0.9s;
-o-animation-delay: -0.9s;
}
.item-3 {
animation-delay: -0.8s;
-webkit-animation-delay: -0.8s;
-moz-animation-delay: -0.8s;
-ms-animation-delay: -0.8s;
-o-animation-delay: -0.8s;
}
.item-4 {
animation-delay: -0.7s;
-webkit-animation-delay: -0.7s;
-moz-animation-delay: -0.7s;
-ms-animation-delay: -0.7s;
-o-animation-delay: -0.7s;
}
.item-5 {
animation-delay: -0.6s;
-webkit-animation-delay: -0.6s;
-moz-animation-delay: -0.6s;
-ms-animation-delay: -0.6s;
-o-animation-delay: -0.6s;
}
.item-6 {
animation-delay: -0.5s;
-webkit-animation-delay: -0.5s;
-moz-animation-delay: -0.5s;
-ms-animation-delay: -0.5s;
-o-animation-delay: -0.5s;
}
.item-7 {
animation-delay: -0.4s;
-webkit-animation-delay: -0.4s;
-moz-animation-delay: -0.4s;
-ms-animation-delay: -0.4s;
-o-animation-delay: -0.4s;
}
@-webkit-keyframes scale {
0%,
40%,
100% {
-moz-transform: scaleY(0.2);
-ms-transform: scaleY(0.2);
-o-transform: scaleY(0.2);
-webkit-transform: scaleY(0.2);
transform: scaleY(0.2);
}
20%,
60% {
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
}
@-moz-keyframes scale {
0%,
40%,
100% {
-moz-transform: scaleY(0.2);
-ms-transform: scaleY(0.2);
-o-transform: scaleY(0.2);
-webkit-transform: scaleY(0.2);
transform: scaleY(0.2);
}
20%,
60% {
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
}
@-ms-keyframes scale {
0%,
40%,
100% {
-moz-transform: scaleY(0.2);
-ms-transform: scaleY(0.2);
-o-transform: scaleY(0.2);
-webkit-transform: scaleY(0.2);
transform: scaleY(0.2);
}
20%,
60% {
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
}
@keyframes scale {
0%,
40%,
100% {
-moz-transform: scaleY(0.2);
-ms-transform: scaleY(0.2);
-o-transform: scaleY(0.2);
-webkit-transform: scaleY(0.2);
transform: scaleY(0.2);
}
20%,
60% {
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
}
.load .load-info.on {
opacity: 1;
}
.loading-wrap {
width: 100%;
height: 100%;
position: relative;
z-index: 8;
background-color: #00b90c;
}
.content {
position: absolute;
width: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url(../img/bg.jpg) no-repeat center top;
background-size: cover;
}
/* wx */
.wx-link {
display: block;
width: 100%;
height: 120px;
line-height: 120px;
position: absolute;
bottom: 0;
font-size: 48px;
text-align: center;
color: #FFF;
background-color: #49a362;
}
/* info box */
.info-box {
width: 704px;
height: 165px;
position: absolute;
right: 0;
bottom: 120px;
}
.info-box .act-info {
width: 648px;
margin-left: 72px;
}
.act-info h4 {
margin: 0;
margin-left: 100px;
font-size: 24px;
color: #339900;
line-height: 48px;
}
.act-info h4.act-date {
margin-left: 0;
}
.act-info .act-rule {
margin: 0;
margin-left: 62px;
color: #FFFFFF;
font-size: 20px;
line-height: 30px;
}
.act-info .act-rule strong {
font-size: 30px;
color: #339900;
}
.act-info .long-rule {
margin-left: 36px;
}
.load-img {
width: 100%;
height: auto;
}
.box {
width: 141px;
height: 200px;
position: relative;
/* overflow: hidden;
*/
}
.box>.list:first-child {
background: url(../img/z_bg.png) no-repeat center center;
background-size: contain;
padding: 21px 19px;
}
.box>.list:last-child {
background-color: transparent;
}
.list {
position: absolute;
}
.puk-list {
position: absolute;
width: 530px;
height: 618px;
top: 140px;
left: 50%;
margin-left: -254px;
}
.puk-list li {
float: left;
width: 33.3%;
margin-bottom: 10px;
/* display: none;
*/
opacity: 0;
}
.prize-rst {
width: 141px;
height: 140px;
background: url(../img/f_bg.png) no-repeat center center;
background-size: 100% auto;
padding-top: 50px;
position: relative;
}
/* .prize-rst:after {
display: block;
content: "";
position: absolute;
left: 0;
top: 0;
width: 141px;
height: 190px;
background-color: rgba(0, 0, 0, 0.77);
border-radius: 5px;
}
*/
.win-rst {
background: url(../img/f_win_bg.png) no-repeat center center;
}
.win-rst:after {
background-color: transparent;
}
.prize-rst p {
margin: 0;
text-align: center;
color: #444;
font-weight: bold;
}
.prize-rst p.money {
font-size: 42px;
line-height: 50px;
}
.prize-rst p.yuan {
font-size: 21px;
line-height: 30px;
}
.win-rst .money {
color: red;
}
.lottery-tip {
position: absolute;
width: 382px;
height: 110px;
top: 755px;
left: 50%;
margin-left: -191px;
}
.lottery-tip p {
margin: 0;
text-align: center;
}
.lottery-tip .tip-m {
font-size: 32px;
line-height: 60px;
color: #FF0000;
}
.lottery-tip .tip-n {
font-size: 18px;
color: #FFFFFF;
line-height: 40px;
}
/*
* jQuery Mobile Framework
* Copyright (c) jQuery Project
* Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
*/
.in {
-webkit-animation-timing-function: ease-out;
-webkit-animation-duration: 350ms;
animation-timing-function: ease-out;
animation-duration: 350ms;
}
.out {
-webkit-animation-timing-function: ease-in;
-webkit-animation-duration: 225ms;
animation-timing-function: ease-in;
animation-duration: 225ms;
}
@-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes fadeout {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeout {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fade.out {
opacity: 0;
-webkit-animation-duration: 125ms;
-webkit-animation-name: fadeout;
animation-duration: 125ms;
animation-name: fadeout;
}
.fade.in {
opacity: 1;
-webkit-animation-duration: 225ms;
-webkit-animation-name: fadein;
animation-duration: 225ms;
animation-name: fadein;
}
.pop {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.pop.in {
-webkit-transform: scale(1);
-webkit-animation-name: popin;
-webkit-animation-duration: 350ms;
transform: scale(1);
animation-name: popin;
animation-duration: 350ms;
opacity: 1;
}
.pop.out {
-webkit-animation-name: fadeout;
-webkit-animation-duration: 100ms;
animation-name: fadeout;
animation-duration: 100ms;
opacity: 0;
}
.pop.in.reverse {
-webkit-animation-name: fadein;
animation-name: fadein;
}
.pop.out.reverse {
-webkit-transform: scale(.8);
-webkit-animation-name: popout;
transform: scale(.8);
animation-name: popout;
}
@-webkit-keyframes popin {
from {
-webkit-transform: scale(.8);
opacity: 0;
}
to {
-webkit-transform: scale(1);
opacity: 1;
}
}
@keyframes popin {
from {
transform: scale(.8);
opacity: 0;
}
to {
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes popout {
from {
-webkit-transform: scale(1);
opacity: 1;
}
to {
-webkit-transform: scale(.8);
opacity: 0;
}
}
@keyframes popout {
from {
transform: scale(1);
opacity: 1;
}
to {
transform: scale(.8);
opacity: 0;
}
}
/* keyframes for slidein from sides */
@-webkit-keyframes slideinfromright {
from {
-webkit-transform: translate3d(100%, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
}
}
@keyframes slideinfromright {
from {
transform: translateX(100%);
}
to {
transform: translateX(0);
}
}
@-webkit-keyframes slideinfromleft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
}
}
@keyframes slideinfromleft {
from {
transform: translateX(-100%);
}
to {
transform: translateX(0);
}
}
/* keyframes for slideout to sides */
@-webkit-keyframes slideouttoleft {
from {
-webkit-transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideouttoleft {
from {
transform: translateX(0);
}
to {
transform: translateX(-100%);
}
}
@-webkit-keyframes slideouttoright {
from {
-webkit-transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(100%, 0, 0);
}
}
@keyframes slideouttoright {
from {
transform: translateX(0);
}
to {
transform: translateX(100%);
}
}
.slide.out,
.slide.in {
-webkit-animation-timing-function: ease-out;
-webkit-animation-duration: 350ms;
animation-timing-function: ease-out;
animation-duration: 350ms;
}
.slide.out {
-webkit-transform: translate3d(-100%, 0, 0);
-webkit-animation-name: slideouttoleft;
transform: translateX(-100%);
animation-name: slideouttoleft;
}
.slide.in {
-webkit-transform: translate3d(0, 0, 0);
-webkit-animation-name: slideinfromright;
transform: translateX(0);
animation-name: slideinfromright;
}
.slide.out.reverse {
-webkit-transform: translate3d(100%, 0, 0);
-webkit-animation-name: slideouttoright;
transform: translateX(100%);
animation-name: slideouttoright;
}
.slide.in.reverse {
-webkit-transform: translate3d(0, 0, 0);
-webkit-animation-name: slideinfromleft;
transform: translateX(0);
animation-name: slideinfromleft;
}
.slidefade.out {
-webkit-transform: translateX(-100%);
-webkit-animation-name: slideouttoleft;
-webkit-animation-duration: 225ms;
transform: translateX(-100%);
animation-name: slideouttoleft;
animation-duration: 225ms;
}
.slidefade.in {
-webkit-transform: translateX(0);
-webkit-animation-name: fadein;
-webkit-animation-duration: 200ms;
transform: translateX(0);
animation-name: fadein;
animation-duration: 200ms;
}
.slidefade.out.reverse {
-webkit-transform: translateX(100%);
-webkit-animation-name: slideouttoright;
-webkit-animation-duration: 200ms;
transform: translateX(100%);
animation-name: slideouttoright;
animation-duration: 200ms;
}
.slidefade.in.reverse {
-webkit-transform: translateX(0);
-webkit-animation-name: fadein;
-webkit-animation-duration: 200ms;
transform: translateX(0);
animation-name: fadein;
animation-duration: 200ms;
}
/* slide down */
.slidedown.out {
-webkit-animation-name: fadeout;
-webkit-animation-duration: 100ms;
animation-name: fadeout;
animation-duration: 100ms;
}
.slidedown.in {
-webkit-transform: translateY(0);
-webkit-animation-name: slideinfromtop;
-webkit-animation-duration: 250ms;
transform: translateY(0);
animation-name: slideinfromtop;
animation-duration: 250ms;
}
.slidedown.in.reverse {
-webkit-animation-name: fadein;
-webkit-animation-duration: 150ms;
animation-name: fadein;
animation-duration: 150ms;
}
.slidedown.out.reverse {
-webkit-transform: translateY(-100%);
-webkit-animation-name: slideouttotop;
-webkit-animation-duration: 200ms;
transform: translateY(-100%);
animation-name: slideouttotop;
animation-duration: 200ms;
}
@-webkit-keyframes slideinfromtop {
from {
-webkit-transform: translateY(-100%);
}
to {
-webkit-transform: translateY(0);
}
}
@keyframes slideinfromtop {
from {
transform: translateY(-100%);
}
to {
transform: translateY(0);
}
}
@-webkit-keyframes slideouttotop {
from {
-webkit-transform: translateY(0);
}
to {
-webkit-transform: translateY(-100%);
}
}
@keyframes slideouttotop {
from {
transform: translateY(0);
}
to {
transform: translateY(-100%);
}
}
/* slide up */
.slideup.out {
-webkit-animation-name: fadeout;
-webkit-animation-duration: 100ms;
animation-name: fadeout;
animation-duration: 100ms;
}
.slideup.in {
-webkit-transform: translateY(0);
-webkit-animation-name: slideinfrombottom;
-webkit-animation-duration: 250ms;
transform: translateY(0);
animation-name: slideinfrombottom;
animation-duration: 250ms;
}
.slideup.in.reverse {
-webkit-animation-name: fadein;
-webkit-animation-duration: 150ms;
animation-name: fadein;
animation-duration: 150ms;
}
.slideup.out.reverse {
-webkit-transform: translateY(100%);
-webkit-animation-name: slideouttobottom;
-webkit-animation-duration: 200ms;
transform: translateY(100%);
animation-name: slideouttobottom;
animation-duration: 200ms;
}
@-webkit-keyframes slideinfrombottom {
from {
-webkit-transform: translateY(100%);
}
to {
-webkit-transform: translateY(0);
}
}
@keyframes slideinfrombottom {
from {
transform: translateY(100%);
}
to {
transform: translateY(0);
}
}
@-webkit-keyframes slideouttobottom {
from {
-webkit-transform: translateY(0);
}
to {
-webkit-transform: translateY(100%);
}
}
@keyframes slideouttobottom {
from {
transform: translateY(0);
}
to {
transform: translateY(100%);
}
}
/* The properties in this rule are only necessary for the 'flip' transition.
* We need specify the perspective to create a projection matrix. This will add
* some depth as the element flips. The depth number represents the distance of
* the viewer from the z-plane. According to the CSS3 spec,
1000 is a moderate
* value.
*/
.viewport-flip {
-webkit-perspective: 1000;
perspective: 1000;
/* position: absolute;
*/
}
.flip {
-webkit-backface-visibility: hidden;
-webkit-transform: translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility: hidden is used. */
backface-visibility:hidden;
transform: translateX(0);
}
.flip.out {
-webkit-transform: rotateY(-90deg) scale(.9);
-webkit-animation-name: flipouttoleft;
-webkit-animation-duration: 175ms;
transform: rotateY(-90deg) scale(.9);
animation-name: flipouttoleft;
animation-duration: 175ms;
}
.flip.in {
/* -webkit-animation-name: flipintoright;
*/
-webkit-animation-duration: 225ms;
animation-name: flipintoright;
animation-duration: 225ms;
}
.flip.out.reverse {
-webkit-transform: rotateY(90deg) scale(.9);
-webkit-animation-name: flipouttoright;
transform: rotateY(90deg) scale(.9);
animation-name: flipouttoright;
}
.flip.in.reverse {
-webkit-animation-name: flipintoleft;
animation-name: flipintoleft;
}
@-webkit-keyframes flipouttoleft {
from {
-webkit-transform: rotateY(0);
}
to {
-webkit-transform: rotateY(-90deg) scale(.9);
}
}
@keyframes flipouttoleft {
from {
transform: rotateY(0);
}
to {
transform: rotateY(-90deg) scale(.9);
}
}
@-webkit-keyframes flipouttoright {
from {
-webkit-transform: rotateY(0);
}
to {
-webkit-transform: rotateY(90deg) scale(.9);
}
}
@keyframes flipouttoright {
from {
transform: rotateY(0);
}
to {
transform: rotateY(90deg) scale(.9);
}
}
@-webkit-keyframes flipintoleft {
from {
-webkit-transform: rotateY(-90deg) scale(.9);
}
to {
-webkit-transform: rotateY(0);
}
}
@keyframes flipintoleft {
from {
transform: rotateY(-90deg) scale(.9);
}
to {
transform: rotateY(0);
}
}
@-webkit-keyframes flipintoright {
from {
-webkit-transform: rotateY(90deg) scale(.9);
}
to {
-webkit-transform: rotateY(0);
}
}
@keyframes flipintoright {
from {
transform: rotateY(90deg) scale(.9);
}
to {
transform: rotateY(0);
}
}
/* The properties in this rule are only necessary for the 'flip' transition.
* We need specify the perspective to create a projection matrix. This will add
* some depth as the element flips. The depth number represents the distance of
* the viewer from the z-plane. According to the CSS3 spec,
1000 is a moderate
* value.
*/
.viewport-turn {
-webkit-perspective: 200px;
perspective: 200px;
position: absolute;
}
.turn {
-webkit-backface-visibility: hidden;
-webkit-transform: translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility: hidden is used. */
-webkit-transform-origin:0;
backface-visibility: hidden;
transform: translateX(0);
transform-origin: 0;
}
.turn.out {
-webkit-transform: rotateY(-90deg) scale(.9);
-webkit-animation-name: flipouttoleft;
-webkit-animation-duration: 125ms;
transform: rotateY(-90deg) scale(.9);
animation-name: flipouttoleft;
animation-duration: 125ms;
}
.turn.in {
-webkit-animation-name: flipintoright;
-webkit-animation-duration: 250ms;
animation-name: flipintoright;
animation-duration: 250ms;
}
.turn.out.reverse {
-webkit-transform: rotateY(90deg) scale(.9);
-webkit-animation-name: flipouttoright;
transform: rotateY(90deg) scale(.9);
animation-name: flipouttoright;
}
.turn.in.reverse {
-webkit-animation-name: flipintoleft;
animation-name: flipintoleft;
}
@-webkit-keyframes flipouttoleft {
from {
-webkit-transform: rotateY(0);
}
to {
-webkit-transform: rotateY(-90deg) scale(.9);
}
}
@keyframes flipouttoleft {
from {
transform: rotateY(0);
}
to {
transform: rotateY(-90deg) scale(.9);
}
}
@-webkit-keyframes flipouttoright {
from {
-webkit-transform: rotateY(0);
}
to {
-webkit-transform: rotateY(90deg) scale(.9);
}
}
@keyframes flipouttoright {
from {
transform: rotateY(0);
}
to {
transform: rotateY(90deg) scale(.9);
}
}
@-webkit-keyframes flipintoleft {
from {
-webkit-transform: rotateY(-90deg) scale(.9);
}
to {
-webkit-transform: rotateY(0);
}
}
@keyframes flipintoleft {
from {
transform: rotateY(-90deg) scale(.9);
}
to {
transform: rotateY(0);
}
}
@-webkit-keyframes flipintoright {
from {
-webkit-transform: rotateY(90deg) scale(.9);
}
to {
-webkit-transform: rotateY(0);
}
}
@keyframes flipintoright {
from {
transform: rotateY(90deg) scale(.9);
}
to {
transform: rotateY(0);
}
}
/* flow transition */
.flow {
-webkit-transform-origin: 50% 30%;
transform-origin: 50% 30%;
}
.flow.out {
-webkit-transform: translateX(-100%) scale(.7);
-webkit-animation-name: flowouttoleft;
-webkit-animation-timing-function: ease;
-webkit-animation-duration: 350ms;
transform: translateX(-100%) scale(.7);
animation-name: flowouttoleft;
animation-timing-function: ease;
animation-duration: 350ms;
}
.flow.in {
-webkit-transform: translateX(0) scale(1);
-webkit-animation-name: flowinfromright;
-webkit-animation-timing-function: linear;
-webkit-animation-duration: 350ms;
transform: translateX(0) scale(1);
animation-name: flowinfromright;
animation-timing-function: linear;
animation-duration: 350ms;
}
.flow.out.reverse {
-webkit-transform: translateX(100%);
-webkit-animation-name: flowouttoright;
transform: translateX(100%);
animation-name: flowouttoright;
}
.flow.in.reverse {
-webkit-animation-name: flowinfromleft;
animation-name: flowinfromleft;
}
@-webkit-keyframes flowouttoleft {
0% {
-webkit-transform: translateX(0) scale(1);
}
60%,
70% {
-webkit-transform: translateX(0) scale(.7);
}
100% {
-webkit-transform: translateX(-100%) scale(.7);
}
}
@keyframes flowouttoleft {
0% {
transform: translateX(0) scale(1);
}
60%,
70% {
transform: translateX(0) scale(.7);
}
100% {
transform: translateX(-100%) scale(.7);
}
}
@-webkit-keyframes flowouttoright {
0% {
-webkit-transform: translateX(0) scale(1);
}
60%,
70% {
-webkit-transform: translateX(0) scale(.7);
}
100% {
-webkit-transform: translateX(100%) scale(.7);
}
}
@keyframes flowouttoright {
0% {
transform: translateX(0) scale(1);
}
60%,
70% {
transform: translateX(0) scale(.7);
}
100% {
transform: translateX(100%) scale(.7);
}
}
@-webkit-keyframes flowinfromleft {
0% {
-webkit-transform: translateX(-100%) scale(.7);
}
30%,
40% {
-webkit-transform: translateX(0) scale(.7);
}
100% {
-webkit-transform: translateX(0) scale(1);
}
}
@keyframes flowinfromleft {
0% {
transform: translateX(-100%) scale(.7);
}
30%,
40% {
transform: translateX(0) scale(.7);
}
100% {
transform: translateX(0) scale(1);
}
}
@-webkit-keyframes flowinfromright {
0% {
-webkit-transform: translate3d(0, -1000px, 0);
opacity: 0;
}
30%,
40% {
-webkit-transform: translate3d(0, -500px, 0);
opacity: 0.5;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes flowinfromright {
0% {
transform: translate3d(0, -1000px, 0);
opacity: 0;
}
30%,
40% {
transform: translate3d(0, -500px, 0);
opacity: 0.5;
}
100% {
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.ANI li:first-child,
.ANI li:nth-child(2),
.ANI li:nth-child(3) {
-webkit-animation: flowinfromright 0.5s;
-webkit-animation-delay: 0.5s;
-webkit-animation-fill-mode: forwards;
}
.ANI li:nth-child(2) {
-webkit-animation-delay: 0.7s;
}
.ANI li:nth-child(3) {
-webkit-animation-delay: 0.9s;
}
.ANI li:nth-child(4),
.ANI li:nth-child(5),
.ANI li:nth-child(6) {
-webkit-animation: flowinfromright 0.5s;
-webkit-animation-delay: 1.5s;
-webkit-animation-fill-mode: forwards;
}
.ANI li:nth-child(5) {
-webkit-animation-delay: 1.7s;
}
.ANI li:nth-child(6) {
-webkit-animation-delay: 1.9s;
}
.ANI li:nth-child(7),
.ANI li:nth-child(8),
.ANI li:nth-child(9) {
-webkit-animation: flowinfromright 0.5s;
-webkit-animation-delay: 2.5s;
-webkit-animation-fill-mode: forwards;
}
.ANI li:nth-child(8) {
-webkit-animation-delay: 2.7s;
}
.ANI li:nth-child(9) {
-webkit-animation-delay: 2.9s;
} | assets/activityapp/trucklottery/css/m.css | font-family: sans-serif;
-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 {
font-weight: 700
}
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-family: monospace, monospace;
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
}
ul {
list-style: none
}
li,
ul {
margin: 0;
padding: 0
}
a {
color: #686868;
text-decoration: none;
cursor: pointer
}
.icon {
display: inline-block;
*display: block;
*zoom: 1
}
body,
html {
width: 100%;
height: 100%;
overflow: hidden;
background-color: #EFEFEF;
}
body {
background-color: #fff;
color: #686868;
font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "黑体", Arial, sans-serif;
font-size: 14px;
line-height: 19.6px;
box-shadow: 0 0 160px 0 #2bac38;
}
/* -------------- layout --------------- **/
.app {
width: 720px;
margin: 0 auto;
box-sizing: border-box;
-webkit-transition: all .5s
}
.container {
position: relative;
width: 720px;
height: 100%;
overflow: hidden;
box-sizing: border-box;
}
/* -------------- loader --------------- **/
.load {
width: 100%;
-webkit-transition: 0.3s all ease 1s;
-o-transition: 0.3s all ease 1s;
transition: 0.3s all ease 1s;
position: absolute;
bottom: 50%;
color: #ffffff;
}
.load .rotate {
width: 200px;
height: 44px;
background-size: contain;
margin: 20px auto;
}
.load .rotate.on {
opacity: 0;
-webkit-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
transition: 0.5s all ease;
}
.load span {
width: 100%;
text-align: center;
display: block;
height: 44px;
}
.load .load-info {
opacity: 0;
-webkit-transition: 0.5s all ease 1s;
-o-transition: 0.5s all ease 1s;
transition: 0.5s all ease 1s;
}
.colorfulPulse {
width: 200px;
height: 44px;
margin: 0 auto;
}
.colorfulPulse span {
display: inline-block;
width: 20px;
height: 44px;
animation-name: scale;
-webkit-animation-name: scale;
-moz-animation-name: scale;
-ms-animation-name: scale;
-o-animation-name: scale;
animation-duration: 1.2s;
-webkit-animation-duration: 1.2s;
-moz-animation-duration: 1.2s;
-ms-animation-duration: 1.2s;
-o-animation-duration: 1.2s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-ms-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
}
span.item-1 {
background: #2ecc71;
}
span.item-2 {
background: #3498db;
}
span.item-3 {
background: #9b59b6;
}
span.item-4 {
background: #e67e22;
}
span.item-5 {
background: #c0392b;
}
span.item-6 {
background: #e74c3c;
}
span.item-7 {
background: #e74c8c;
}
.item-1 {
animation-delay: -1s;
-webkit-animation-delay: -1s;
-moz-animation-delay: -1s;
-ms-animation-delay: -1s;
-o-animation-delay: -1s;
}
.item-2 {
animation-delay: -0.9s;
-webkit-animation-delay: -0.9s;
-moz-animation-delay: -0.9s;
-ms-animation-delay: -0.9s;
-o-animation-delay: -0.9s;
}
.item-3 {
animation-delay: -0.8s;
-webkit-animation-delay: -0.8s;
-moz-animation-delay: -0.8s;
-ms-animation-delay: -0.8s;
-o-animation-delay: -0.8s;
}
.item-4 {
animation-delay: -0.7s;
-webkit-animation-delay: -0.7s;
-moz-animation-delay: -0.7s;
-ms-animation-delay: -0.7s;
-o-animation-delay: -0.7s;
}
.item-5 {
animation-delay: -0.6s;
-webkit-animation-delay: -0.6s;
-moz-animation-delay: -0.6s;
-ms-animation-delay: -0.6s;
-o-animation-delay: -0.6s;
}
.item-6 {
animation-delay: -0.5s;
-webkit-animation-delay: -0.5s;
-moz-animation-delay: -0.5s;
-ms-animation-delay: -0.5s;
-o-animation-delay: -0.5s;
}
.item-7 {
animation-delay: -0.4s;
-webkit-animation-delay: -0.4s;
-moz-animation-delay: -0.4s;
-ms-animation-delay: -0.4s;
-o-animation-delay: -0.4s;
}
@-webkit-keyframes scale {
0%,
40%,
100% {
-moz-transform: scaleY(0.2);
-ms-transform: scaleY(0.2);
-o-transform: scaleY(0.2);
-webkit-transform: scaleY(0.2);
transform: scaleY(0.2);
}
20%,
60% {
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
}
@-moz-keyframes scale {
0%,
40%,
100% {
-moz-transform: scaleY(0.2);
-ms-transform: scaleY(0.2);
-o-transform: scaleY(0.2);
-webkit-transform: scaleY(0.2);
transform: scaleY(0.2);
}
20%,
60% {
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
}
@-ms-keyframes scale {
0%,
40%,
100% {
-moz-transform: scaleY(0.2);
-ms-transform: scaleY(0.2);
-o-transform: scaleY(0.2);
-webkit-transform: scaleY(0.2);
transform: scaleY(0.2);
}
20%,
60% {
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
}
@keyframes scale {
0%,
40%,
100% {
-moz-transform: scaleY(0.2);
-ms-transform: scaleY(0.2);
-o-transform: scaleY(0.2);
-webkit-transform: scaleY(0.2);
transform: scaleY(0.2);
}
20%,
60% {
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
}
.load .load-info.on {
opacity: 1;
}
.loading-wrap {
width: 100%;
height: 100%;
position: relative;
z-index: 8;
background-color: #00b90c;
}
.content {
position: absolute;
width: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url(../img/bg.jpg) no-repeat center top;
background-size: cover;
}
/* wx */
.wx-link {
display: block;
width: 100%;
height: 120px;
line-height: 120px;
position: absolute;
bottom: 0;
font-size: 48px;
text-align: center;
color: #FFF;
background-color: #49a362;
}
/* info box */
.info-box {
width: 704px;
height: 165px;
position: absolute;
right: 0;
bottom: 120px;
}
.info-box .act-info {
width: 648px;
margin-left: 72px;
}
.act-info h4 {
margin: 0;
margin-left: 100px;
font-size: 24px;
color: #339900;
line-height: 48px;
}
.act-info h4.act-date {
margin-left: 0;
}
.act-info .act-rule {
margin: 0;
margin-left: 62px;
color: #FFFFFF;
font-size: 20px;
line-height: 30px;
}
.act-info .act-rule strong {
font-size: 30px;
color: #339900;
}
.act-info .long-rule {
margin-left: 36px;
}
.load-img {
width: 100%;
height: auto;
}
.box {
width: 141px;
height: 200px;
position: relative;
/* overflow: hidden;
*/
}
.box>.list:first-child {
background: url(../img/z_bg.png) no-repeat center center;
background-size: contain;
padding: 21px 19px;
}
.box>.list:last-child {
background-color: transparent;
}
.list {
position: absolute;
}
.puk-list {
position: absolute;
width: 530px;
height: 618px;
top: 140px;
left: 50%;
margin-left: -254px;
}
.puk-list li {
float: left;
width: 33.3%;
margin-bottom: 10px;
/* display: none;
*/
opacity: 0;
}
.prize-rst {
width: 141px;
height: 140px;
background: url(../img/f_bg.png) no-repeat center center;
background-size: 100% auto;
padding-top: 50px;
position: relative;
}
/* .prize-rst:after {
display: block;
content: "";
position: absolute;
left: 0;
top: 0;
width: 141px;
height: 190px;
background-color: rgba(0, 0, 0, 0.77);
border-radius: 5px;
}
*/
.win-rst {
background: url(../img/f_win_bg.png) no-repeat center center;
}
.win-rst:after {
background-color: transparent;
}
.prize-rst p {
margin: 0;
text-align: center;
color: #444;
font-weight: bold;
}
.prize-rst p.money {
font-size: 42px;
line-height: 50px;
}
.prize-rst p.yuan {
font-size: 21px;
line-height: 30px;
}
.win-rst .money {
color: red;
}
.lottery-tip {
position: absolute;
width: 382px;
height: 110px;
top: 755px;
left: 50%;
margin-left: -191px;
}
.lottery-tip p {
margin: 0;
text-align: center;
}
.lottery-tip .tip-m {
font-size: 32px;
line-height: 60px;
color: #FF0000;
}
.lottery-tip .tip-n {
font-size: 18px;
color: #FFFFFF;
line-height: 40px;
}
/*
* jQuery Mobile Framework
* Copyright (c) jQuery Project
* Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
*/
.in {
-webkit-animation-timing-function: ease-out;
-webkit-animation-duration: 350ms;
animation-timing-function: ease-out;
animation-duration: 350ms;
}
.out {
-webkit-animation-timing-function: ease-in;
-webkit-animation-duration: 225ms;
animation-timing-function: ease-in;
animation-duration: 225ms;
}
@-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes fadeout {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeout {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fade.out {
opacity: 0;
-webkit-animation-duration: 125ms;
-webkit-animation-name: fadeout;
animation-duration: 125ms;
animation-name: fadeout;
}
.fade.in {
opacity: 1;
-webkit-animation-duration: 225ms;
-webkit-animation-name: fadein;
animation-duration: 225ms;
animation-name: fadein;
}
.pop {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.pop.in {
-webkit-transform: scale(1);
-webkit-animation-name: popin;
-webkit-animation-duration: 350ms;
transform: scale(1);
animation-name: popin;
animation-duration: 350ms;
opacity: 1;
}
.pop.out {
-webkit-animation-name: fadeout;
-webkit-animation-duration: 100ms;
animation-name: fadeout;
animation-duration: 100ms;
opacity: 0;
}
.pop.in.reverse {
-webkit-animation-name: fadein;
animation-name: fadein;
}
.pop.out.reverse {
-webkit-transform: scale(.8);
-webkit-animation-name: popout;
transform: scale(.8);
animation-name: popout;
}
@-webkit-keyframes popin {
from {
-webkit-transform: scale(.8);
opacity: 0;
}
to {
-webkit-transform: scale(1);
opacity: 1;
}
}
@keyframes popin {
from {
transform: scale(.8);
opacity: 0;
}
to {
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes popout {
from {
-webkit-transform: scale(1);
opacity: 1;
}
to {
-webkit-transform: scale(.8);
opacity: 0;
}
}
@keyframes popout {
from {
transform: scale(1);
opacity: 1;
}
to {
transform: scale(.8);
opacity: 0;
}
}
/* keyframes for slidein from sides */
@-webkit-keyframes slideinfromright {
from {
-webkit-transform: translate3d(100%, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
}
}
@keyframes slideinfromright {
from {
transform: translateX(100%);
}
to {
transform: translateX(0);
}
}
@-webkit-keyframes slideinfromleft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
}
}
@keyframes slideinfromleft {
from {
transform: translateX(-100%);
}
to {
transform: translateX(0);
}
}
/* keyframes for slideout to sides */
@-webkit-keyframes slideouttoleft {
from {
-webkit-transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideouttoleft {
from {
transform: translateX(0);
}
to {
transform: translateX(-100%);
}
}
@-webkit-keyframes slideouttoright {
from {
-webkit-transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(100%, 0, 0);
}
}
@keyframes slideouttoright {
from {
transform: translateX(0);
}
to {
transform: translateX(100%);
}
}
.slide.out,
.slide.in {
-webkit-animation-timing-function: ease-out;
-webkit-animation-duration: 350ms;
animation-timing-function: ease-out;
animation-duration: 350ms;
}
.slide.out {
-webkit-transform: translate3d(-100%, 0, 0);
-webkit-animation-name: slideouttoleft;
transform: translateX(-100%);
animation-name: slideouttoleft;
}
.slide.in {
-webkit-transform: translate3d(0, 0, 0);
-webkit-animation-name: slideinfromright;
transform: translateX(0);
animation-name: slideinfromright;
}
.slide.out.reverse {
-webkit-transform: translate3d(100%, 0, 0);
-webkit-animation-name: slideouttoright;
transform: translateX(100%);
animation-name: slideouttoright;
}
.slide.in.reverse {
-webkit-transform: translate3d(0, 0, 0);
-webkit-animation-name: slideinfromleft;
transform: translateX(0);
animation-name: slideinfromleft;
}
.slidefade.out {
-webkit-transform: translateX(-100%);
-webkit-animation-name: slideouttoleft;
-webkit-animation-duration: 225ms;
transform: translateX(-100%);
animation-name: slideouttoleft;
animation-duration: 225ms;
}
.slidefade.in {
-webkit-transform: translateX(0);
-webkit-animation-name: fadein;
-webkit-animation-duration: 200ms;
transform: translateX(0);
animation-name: fadein;
animation-duration: 200ms;
}
.slidefade.out.reverse {
-webkit-transform: translateX(100%);
-webkit-animation-name: slideouttoright;
-webkit-animation-duration: 200ms;
transform: translateX(100%);
animation-name: slideouttoright;
animation-duration: 200ms;
}
.slidefade.in.reverse {
-webkit-transform: translateX(0);
-webkit-animation-name: fadein;
-webkit-animation-duration: 200ms;
transform: translateX(0);
animation-name: fadein;
animation-duration: 200ms;
}
/* slide down */
.slidedown.out {
-webkit-animation-name: fadeout;
-webkit-animation-duration: 100ms;
animation-name: fadeout;
animation-duration: 100ms;
}
.slidedown.in {
-webkit-transform: translateY(0);
-webkit-animation-name: slideinfromtop;
-webkit-animation-duration: 250ms;
transform: translateY(0);
animation-name: slideinfromtop;
animation-duration: 250ms;
}
.slidedown.in.reverse {
-webkit-animation-name: fadein;
-webkit-animation-duration: 150ms;
animation-name: fadein;
animation-duration: 150ms;
}
.slidedown.out.reverse {
-webkit-transform: translateY(-100%);
-webkit-animation-name: slideouttotop;
-webkit-animation-duration: 200ms;
transform: translateY(-100%);
animation-name: slideouttotop;
animation-duration: 200ms;
}
@-webkit-keyframes slideinfromtop {
from {
-webkit-transform: translateY(-100%);
}
to {
-webkit-transform: translateY(0);
}
}
@keyframes slideinfromtop {
from {
transform: translateY(-100%);
}
to {
transform: translateY(0);
}
}
@-webkit-keyframes slideouttotop {
from {
-webkit-transform: translateY(0);
}
to {
-webkit-transform: translateY(-100%);
}
}
@keyframes slideouttotop {
from {
transform: translateY(0);
}
to {
transform: translateY(-100%);
}
}
/* slide up */
.slideup.out {
-webkit-animation-name: fadeout;
-webkit-animation-duration: 100ms;
animation-name: fadeout;
animation-duration: 100ms;
}
.slideup.in {
-webkit-transform: translateY(0);
-webkit-animation-name: slideinfrombottom;
-webkit-animation-duration: 250ms;
transform: translateY(0);
animation-name: slideinfrombottom;
animation-duration: 250ms;
}
.slideup.in.reverse {
-webkit-animation-name: fadein;
-webkit-animation-duration: 150ms;
animation-name: fadein;
animation-duration: 150ms;
}
.slideup.out.reverse {
-webkit-transform: translateY(100%);
-webkit-animation-name: slideouttobottom;
-webkit-animation-duration: 200ms;
transform: translateY(100%);
animation-name: slideouttobottom;
animation-duration: 200ms;
}
@-webkit-keyframes slideinfrombottom {
from {
-webkit-transform: translateY(100%);
}
to {
-webkit-transform: translateY(0);
}
}
@keyframes slideinfrombottom {
from {
transform: translateY(100%);
}
to {
transform: translateY(0);
}
}
@-webkit-keyframes slideouttobottom {
from {
-webkit-transform: translateY(0);
}
to {
-webkit-transform: translateY(100%);
}
}
@keyframes slideouttobottom {
from {
transform: translateY(0);
}
to {
transform: translateY(100%);
}
}
/* The properties in this rule are only necessary for the 'flip' transition.
* We need specify the perspective to create a projection matrix. This will add
* some depth as the element flips. The depth number represents the distance of
* the viewer from the z-plane. According to the CSS3 spec,
1000 is a moderate
* value.
*/
.viewport-flip {
-webkit-perspective: 1000;
perspective: 1000;
/* position: absolute;
*/
}
.flip {
-webkit-backface-visibility: hidden;
-webkit-transform: translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility: hidden is used. */
backface-visibility:hidden;
transform: translateX(0);
}
.flip.out {
-webkit-transform: rotateY(-90deg) scale(.9);
-webkit-animation-name: flipouttoleft;
-webkit-animation-duration: 175ms;
transform: rotateY(-90deg) scale(.9);
animation-name: flipouttoleft;
animation-duration: 175ms;
}
.flip.in {
/* -webkit-animation-name: flipintoright;
*/
-webkit-animation-duration: 225ms;
animation-name: flipintoright;
animation-duration: 225ms;
}
.flip.out.reverse {
-webkit-transform: rotateY(90deg) scale(.9);
-webkit-animation-name: flipouttoright;
transform: rotateY(90deg) scale(.9);
animation-name: flipouttoright;
}
.flip.in.reverse {
-webkit-animation-name: flipintoleft;
animation-name: flipintoleft;
}
@-webkit-keyframes flipouttoleft {
from {
-webkit-transform: rotateY(0);
}
to {
-webkit-transform: rotateY(-90deg) scale(.9);
}
}
@keyframes flipouttoleft {
from {
transform: rotateY(0);
}
to {
transform: rotateY(-90deg) scale(.9);
}
}
@-webkit-keyframes flipouttoright {
from {
-webkit-transform: rotateY(0);
}
to {
-webkit-transform: rotateY(90deg) scale(.9);
}
}
@keyframes flipouttoright {
from {
transform: rotateY(0);
}
to {
transform: rotateY(90deg) scale(.9);
}
}
@-webkit-keyframes flipintoleft {
from {
-webkit-transform: rotateY(-90deg) scale(.9);
}
to {
-webkit-transform: rotateY(0);
}
}
@keyframes flipintoleft {
from {
transform: rotateY(-90deg) scale(.9);
}
to {
transform: rotateY(0);
}
}
@-webkit-keyframes flipintoright {
from {
-webkit-transform: rotateY(90deg) scale(.9);
}
to {
-webkit-transform: rotateY(0);
}
}
@keyframes flipintoright {
from {
transform: rotateY(90deg) scale(.9);
}
to {
transform: rotateY(0);
}
}
/* The properties in this rule are only necessary for the 'flip' transition.
* We need specify the perspective to create a projection matrix. This will add
* some depth as the element flips. The depth number represents the distance of
* the viewer from the z-plane. According to the CSS3 spec,
1000 is a moderate
* value.
*/
.viewport-turn {
-webkit-perspective: 200px;
perspective: 200px;
position: absolute;
}
.turn {
-webkit-backface-visibility: hidden;
-webkit-transform: translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility: hidden is used. */
-webkit-transform-origin:0;
backface-visibility: hidden;
transform: translateX(0);
transform-origin: 0;
}
.turn.out {
-webkit-transform: rotateY(-90deg) scale(.9);
-webkit-animation-name: flipouttoleft;
-webkit-animation-duration: 125ms;
transform: rotateY(-90deg) scale(.9);
animation-name: flipouttoleft;
animation-duration: 125ms;
}
.turn.in {
-webkit-animation-name: flipintoright;
-webkit-animation-duration: 250ms;
animation-name: flipintoright;
animation-duration: 250ms;
}
.turn.out.reverse {
-webkit-transform: rotateY(90deg) scale(.9);
-webkit-animation-name: flipouttoright;
transform: rotateY(90deg) scale(.9);
animation-name: flipouttoright;
}
.turn.in.reverse {
-webkit-animation-name: flipintoleft;
animation-name: flipintoleft;
}
@-webkit-keyframes flipouttoleft {
from {
-webkit-transform: rotateY(0);
}
to {
-webkit-transform: rotateY(-90deg) scale(.9);
}
}
@keyframes flipouttoleft {
from {
transform: rotateY(0);
}
to {
transform: rotateY(-90deg) scale(.9);
}
}
@-webkit-keyframes flipouttoright {
from {
-webkit-transform: rotateY(0);
}
to {
-webkit-transform: rotateY(90deg) scale(.9);
}
}
@keyframes flipouttoright {
from {
transform: rotateY(0);
}
to {
transform: rotateY(90deg) scale(.9);
}
}
@-webkit-keyframes flipintoleft {
from {
-webkit-transform: rotateY(-90deg) scale(.9);
}
to {
-webkit-transform: rotateY(0);
}
}
@keyframes flipintoleft {
from {
transform: rotateY(-90deg) scale(.9);
}
to {
transform: rotateY(0);
}
}
@-webkit-keyframes flipintoright {
from {
-webkit-transform: rotateY(90deg) scale(.9);
}
to {
-webkit-transform: rotateY(0);
}
}
@keyframes flipintoright {
from {
transform: rotateY(90deg) scale(.9);
}
to {
transform: rotateY(0);
}
}
/* flow transition */
.flow {
-webkit-transform-origin: 50% 30%;
transform-origin: 50% 30%;
}
.flow.out {
-webkit-transform: translateX(-100%) scale(.7);
-webkit-animation-name: flowouttoleft;
-webkit-animation-timing-function: ease;
-webkit-animation-duration: 350ms;
transform: translateX(-100%) scale(.7);
animation-name: flowouttoleft;
animation-timing-function: ease;
animation-duration: 350ms;
}
.flow.in {
-webkit-transform: translateX(0) scale(1);
-webkit-animation-name: flowinfromright;
-webkit-animation-timing-function: linear;
-webkit-animation-duration: 350ms;
transform: translateX(0) scale(1);
animation-name: flowinfromright;
animation-timing-function: linear;
animation-duration: 350ms;
}
.flow.out.reverse {
-webkit-transform: translateX(100%);
-webkit-animation-name: flowouttoright;
transform: translateX(100%);
animation-name: flowouttoright;
}
.flow.in.reverse {
-webkit-animation-name: flowinfromleft;
animation-name: flowinfromleft;
}
@-webkit-keyframes flowouttoleft {
0% {
-webkit-transform: translateX(0) scale(1);
}
60%,
70% {
-webkit-transform: translateX(0) scale(.7);
}
100% {
-webkit-transform: translateX(-100%) scale(.7);
}
}
@keyframes flowouttoleft {
0% {
transform: translateX(0) scale(1);
}
60%,
70% {
transform: translateX(0) scale(.7);
}
100% {
transform: translateX(-100%) scale(.7);
}
}
@-webkit-keyframes flowouttoright {
0% {
-webkit-transform: translateX(0) scale(1);
}
60%,
70% {
-webkit-transform: translateX(0) scale(.7);
}
100% {
-webkit-transform: translateX(100%) scale(.7);
}
}
@keyframes flowouttoright {
0% {
transform: translateX(0) scale(1);
}
60%,
70% {
transform: translateX(0) scale(.7);
}
100% {
transform: translateX(100%) scale(.7);
}
}
@-webkit-keyframes flowinfromleft {
0% {
-webkit-transform: translateX(-100%) scale(.7);
}
30%,
40% {
-webkit-transform: translateX(0) scale(.7);
}
100% {
-webkit-transform: translateX(0) scale(1);
}
}
@keyframes flowinfromleft {
0% {
transform: translateX(-100%) scale(.7);
}
30%,
40% {
transform: translateX(0) scale(.7);
}
100% {
transform: translateX(0) scale(1);
}
}
@-webkit-keyframes flowinfromright {
0% {
-webkit-transform: translate3d(0, -1000px, 0);
opacity: 0;
}
30%,
40% {
-webkit-transform: translate3d(0, -500px, 0);
opacity: 0.5;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes flowinfromright {
0% {
transform: translate3d(0, -1000px, 0);
opacity: 0;
}
30%,
40% {
transform: translate3d(0, -500px, 0);
opacity: 0.5;
}
100% {
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.ANI li:first-child,
.ANI li:nth-child(2),
.ANI li:nth-child(3) {
-webkit-animation: flowinfromright 0.5s;
-webkit-animation-delay: 0.5s;
-webkit-animation-fill-mode: forwards;
}
.ANI li:nth-child(2) {
-webkit-animation-delay: 0.7s;
}
.ANI li:nth-child(3) {
-webkit-animation-delay: 0.9s;
}
.ANI li:nth-child(4),
.ANI li:nth-child(5),
.ANI li:nth-child(6) {
-webkit-animation: flowinfromright 0.5s;
-webkit-animation-delay: 1.5s;
-webkit-animation-fill-mode: forwards;
}
.ANI li:nth-child(5) {
-webkit-animation-delay: 1.7s;
}
.ANI li:nth-child(6) {
-webkit-animation-delay: 1.9s;
}
.ANI li:nth-child(7),
.ANI li:nth-child(8),
.ANI li:nth-child(9) {
-webkit-animation: flowinfromright 0.5s;
-webkit-animation-delay: 2.5s;
-webkit-animation-fill-mode: forwards;
}
.ANI li:nth-child(8) {
-webkit-animation-delay: 2.7s;
}
.ANI li:nth-child(9) {
-webkit-animation-delay: 2.9s;
} | 0.386416 | 0.103477 |
html,body{
height: 100%;
}
body{
height: 100%;
margin: 0;
overflow-x: hidden;
}
svg:hover, img:hover{
cursor: pointer;
}
button:focus, button:active, input:focus, input:active{
outline: none;
}
header{
font-size: 13px/27px;
color: black;
width: 100%;
border-bottom: 1px solid #DADCE0;
}
main{
display: flex;
flex-direction: row;
width: 100%;
}
.header-wrapper{
width: 100%;
padding: 8px;
flex: 1 0 auto;
display: flex;
flex-direction: row;
}
.logo-wrapper{
height: 40px;
min-width: 238px;
white-space: nowrap;
}
.logo-wrapper{
display: flex;
flex-direction: row;
align-items: center;
margin-left: 12px;
margin-top: 3px;
}
.search-input-wrapper{
background-color: #F1F3F4;
border-radius: 6px;
flex: 1 1 100%;
height: 48px;
white-space: nowrap;
display: flex;
flex-direction: row;
margin-right: 160px;
}
.search-input-wrapper > input{
background-color: transparent;
border: none;
padding-left: 10px;
width: 100%;
}
.background_changer:hover{
background-color: #E3E5E6;
}
.side-nav{
display: flex;
flex-direction: column;
width: 256px;
overflow: hidden;
font-size: 13px;
color: #202124;
}
.new-wrapper{
width: 100%;
padding: 13px 11px 12px;
}
.new-wrapper > button{
box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
align-items: center;
display: inline-flex;
border-radius: 24px;
font-weight: 500;
height: 48px;
line-height: 22px;
line-spacing: .15px;
width: 120px;
padding: 0 24px 0 0;
border: none;
background-color: #fff;
cursor: pointer;
flex-direction: row;
justify-content: center;
}
.new-wrapper > button:hover{
background-color: #F8F9FA;
transition: 0.3s;
}
.side-nav-wrapper{
width: 100%;
}
.nav-item{
color: #202124;
margin-right: 15px;
display: flex;
align-items: center;
flex-direction: row;
height: 40px;
padding-left: 5px;
border-bottom-right-radius: 20px;
border-top-right-radius: 20px;
color: #5F6368;
}
.nav-item:hover{
background-color: #F5F5F5;
cursor: pointer;
}
.drive{
width: calc(100% - 256px);
display: flex;
flex-direction: column;
}
.drive-header-changer:hover{
background-color: #F1F3F4;
border-radius: 8px;
cursor: pointer;
}
.folder:hover{
background-color: #E8F0FE;
cursor: default;
}
.folder > svg{
cursor: default;
} | GoogleDrive_Clone/assets/css/style.css | html,body{
height: 100%;
}
body{
height: 100%;
margin: 0;
overflow-x: hidden;
}
svg:hover, img:hover{
cursor: pointer;
}
button:focus, button:active, input:focus, input:active{
outline: none;
}
header{
font-size: 13px/27px;
color: black;
width: 100%;
border-bottom: 1px solid #DADCE0;
}
main{
display: flex;
flex-direction: row;
width: 100%;
}
.header-wrapper{
width: 100%;
padding: 8px;
flex: 1 0 auto;
display: flex;
flex-direction: row;
}
.logo-wrapper{
height: 40px;
min-width: 238px;
white-space: nowrap;
}
.logo-wrapper{
display: flex;
flex-direction: row;
align-items: center;
margin-left: 12px;
margin-top: 3px;
}
.search-input-wrapper{
background-color: #F1F3F4;
border-radius: 6px;
flex: 1 1 100%;
height: 48px;
white-space: nowrap;
display: flex;
flex-direction: row;
margin-right: 160px;
}
.search-input-wrapper > input{
background-color: transparent;
border: none;
padding-left: 10px;
width: 100%;
}
.background_changer:hover{
background-color: #E3E5E6;
}
.side-nav{
display: flex;
flex-direction: column;
width: 256px;
overflow: hidden;
font-size: 13px;
color: #202124;
}
.new-wrapper{
width: 100%;
padding: 13px 11px 12px;
}
.new-wrapper > button{
box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
align-items: center;
display: inline-flex;
border-radius: 24px;
font-weight: 500;
height: 48px;
line-height: 22px;
line-spacing: .15px;
width: 120px;
padding: 0 24px 0 0;
border: none;
background-color: #fff;
cursor: pointer;
flex-direction: row;
justify-content: center;
}
.new-wrapper > button:hover{
background-color: #F8F9FA;
transition: 0.3s;
}
.side-nav-wrapper{
width: 100%;
}
.nav-item{
color: #202124;
margin-right: 15px;
display: flex;
align-items: center;
flex-direction: row;
height: 40px;
padding-left: 5px;
border-bottom-right-radius: 20px;
border-top-right-radius: 20px;
color: #5F6368;
}
.nav-item:hover{
background-color: #F5F5F5;
cursor: pointer;
}
.drive{
width: calc(100% - 256px);
display: flex;
flex-direction: column;
}
.drive-header-changer:hover{
background-color: #F1F3F4;
border-radius: 8px;
cursor: pointer;
}
.folder:hover{
background-color: #E8F0FE;
cursor: default;
}
.folder > svg{
cursor: default;
} | 0.418935 | 0.057732 |
.profile_student_page {
margin: 20px;
}
.profile_student_page .profile_img {
width: 30%;
height: 60%;
background-image: url("https://avatars.githubusercontent.com/u/47313528?v=4");
margin: 0;
float: left;
background-size: 60% 60%;
background-repeat: no-repeat;
}
.profile_student_page .profile_info {
width: 70%;
margin: 0;
float: left;
}
.profile_student_page .profile_info .name_profile {
font-weight: bold;
}
.profile_student_page .profile_info .margin-span {
margin: 5px 0;
display: inline-block;
font-size: 24px;
}
.profile_student_page .profile_info .name-icon {
background-image: url("https://fonts.gstatic.com/s/i/materialiconsoutlined/account_box/v11/24px.svg");
background-repeat: no-repeat;
background-position: center;
padding-top: 12px;
margin: 0;
margin-right: 5px;
float: left;
width: 24px;
height: 24px;
}
.profile_student_page .profile_info .carnet-icon {
background-image: url("https://fonts.gstatic.com/s/i/materialiconsoutlined/badge/v10/24px.svg");
background-repeat: no-repeat;
background-position: center;
padding-top: 12px;
margin: 0;
margin-right: 5px;
float: left;
width: 24px;
height: 24px;
}
.profile_student_page .profile_info .mail-icon {
background-image: url("https://fonts.gstatic.com/s/i/materialiconsoutlined/email/v16/24px.svg");
background-repeat: no-repeat;
background-position: center;
padding-top: 12px;
margin: 0;
margin-right: 5px;
float: left;
width: 24px;
height: 24px;
}
.profile_student_page .profile_info .carrier-icon {
background-image: url("https://fonts.gstatic.com/s/i/materialiconsoutlined/work/v11/24px.svg");
background-repeat: no-repeat;
background-position: center;
padding-top: 12px;
margin: 0;
margin-right: 5px;
float: left;
width: 24px;
height: 24px;
}
.profile_student_page .profile_info .from-icon {
background-image: url("https://fonts.gstatic.com/s/i/materialiconsoutlined/location_on/v14/24px.svg");
background-repeat: no-repeat;
background-position: center;
padding-top: 12px;
margin: 0;
margin-right: 5px;
float: left;
width: 24px;
height: 24px;
}
.profile_student_page .profile_info .live-icon {
background-image: url("https://fonts.gstatic.com/s/i/materialiconsoutlined/where_to_vote/v15/24px.svg");
background-repeat: no-repeat;
background-position: center;
padding-top: 12px;
margin: 0;
margin-right: 5px;
float: left;
width: 24px;
height: 24px;
}
.profile_student_page .profile_info .phone-icon {
background-image: url("https://fonts.gstatic.com/s/i/materialiconsoutlined/call/v15/24px.svg");
background-repeat: no-repeat;
background-position: center;
padding-top: 12px;
margin: 0;
margin-right: 5px;
float: left;
width: 24px;
height: 24px;
}
.profile_student_page .profile_info .edit-icon {
background-image: url("https://fonts.gstatic.com/s/i/materialiconsoutlined/edit/v11/24px.svg");
background-repeat: no-repeat;
background-position: center;
padding-top: 12px;
margin: 0;
margin-right: 5px;
float: left;
width: 24px;
height: 12px;
}
.profile_student_page .profile_info .btn_edit{
margin-top: 40px;
margin-right: 20px;
color: #fff;
font-size: 24px;
border: 1px solid black;
border-radius: 5px;
background-color: #015913;
cursor: pointer;
}
.profile_student_page .profile_info .btn_delete{
margin-top: 40px;
cursor: pointer;
border: 1px solid black;
border-radius: 5px;
color: #fff;
font-size: 24px;
background-color: rgb(218, 33, 33);
} | taskplannerce/src/assets/styles/Student_Profile.css | .profile_student_page {
margin: 20px;
}
.profile_student_page .profile_img {
width: 30%;
height: 60%;
background-image: url("https://avatars.githubusercontent.com/u/47313528?v=4");
margin: 0;
float: left;
background-size: 60% 60%;
background-repeat: no-repeat;
}
.profile_student_page .profile_info {
width: 70%;
margin: 0;
float: left;
}
.profile_student_page .profile_info .name_profile {
font-weight: bold;
}
.profile_student_page .profile_info .margin-span {
margin: 5px 0;
display: inline-block;
font-size: 24px;
}
.profile_student_page .profile_info .name-icon {
background-image: url("https://fonts.gstatic.com/s/i/materialiconsoutlined/account_box/v11/24px.svg");
background-repeat: no-repeat;
background-position: center;
padding-top: 12px;
margin: 0;
margin-right: 5px;
float: left;
width: 24px;
height: 24px;
}
.profile_student_page .profile_info .carnet-icon {
background-image: url("https://fonts.gstatic.com/s/i/materialiconsoutlined/badge/v10/24px.svg");
background-repeat: no-repeat;
background-position: center;
padding-top: 12px;
margin: 0;
margin-right: 5px;
float: left;
width: 24px;
height: 24px;
}
.profile_student_page .profile_info .mail-icon {
background-image: url("https://fonts.gstatic.com/s/i/materialiconsoutlined/email/v16/24px.svg");
background-repeat: no-repeat;
background-position: center;
padding-top: 12px;
margin: 0;
margin-right: 5px;
float: left;
width: 24px;
height: 24px;
}
.profile_student_page .profile_info .carrier-icon {
background-image: url("https://fonts.gstatic.com/s/i/materialiconsoutlined/work/v11/24px.svg");
background-repeat: no-repeat;
background-position: center;
padding-top: 12px;
margin: 0;
margin-right: 5px;
float: left;
width: 24px;
height: 24px;
}
.profile_student_page .profile_info .from-icon {
background-image: url("https://fonts.gstatic.com/s/i/materialiconsoutlined/location_on/v14/24px.svg");
background-repeat: no-repeat;
background-position: center;
padding-top: 12px;
margin: 0;
margin-right: 5px;
float: left;
width: 24px;
height: 24px;
}
.profile_student_page .profile_info .live-icon {
background-image: url("https://fonts.gstatic.com/s/i/materialiconsoutlined/where_to_vote/v15/24px.svg");
background-repeat: no-repeat;
background-position: center;
padding-top: 12px;
margin: 0;
margin-right: 5px;
float: left;
width: 24px;
height: 24px;
}
.profile_student_page .profile_info .phone-icon {
background-image: url("https://fonts.gstatic.com/s/i/materialiconsoutlined/call/v15/24px.svg");
background-repeat: no-repeat;
background-position: center;
padding-top: 12px;
margin: 0;
margin-right: 5px;
float: left;
width: 24px;
height: 24px;
}
.profile_student_page .profile_info .edit-icon {
background-image: url("https://fonts.gstatic.com/s/i/materialiconsoutlined/edit/v11/24px.svg");
background-repeat: no-repeat;
background-position: center;
padding-top: 12px;
margin: 0;
margin-right: 5px;
float: left;
width: 24px;
height: 12px;
}
.profile_student_page .profile_info .btn_edit{
margin-top: 40px;
margin-right: 20px;
color: #fff;
font-size: 24px;
border: 1px solid black;
border-radius: 5px;
background-color: #015913;
cursor: pointer;
}
.profile_student_page .profile_info .btn_delete{
margin-top: 40px;
cursor: pointer;
border: 1px solid black;
border-radius: 5px;
color: #fff;
font-size: 24px;
background-color: rgb(218, 33, 33);
} | 0.652795 | 0.07072 |
:root{
--black-color: #34455F;
--white-color : #F2F2F2;
}
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
.container{
width : 1280px;
display: flex;
flex-direction: row;
border : none;
}
.container>div{
margin-top: 100px;
}
.container>div div{
border: 1px solid black;
}
.left{
position: sticky;
width: 100%;
margin-right: 30px;
max-width: 250px;
top: 100px;
padding: 1rem;
height: 100%;
border-radius: 5px;
border : 1px solid var(--black-color);
background-color: var(--black-color);
}
.left form{
display: flex;
justify-content: space-between;
margin-top: 1rem;
border : 1px solid var(--black-color);
background-color: var(--white-color);
}
.chat-content{
outline: none;
border: none;
flex: 2;
}
.chat{
border : 1px solid var(--black-color);
border-radius: 5px;
padding: 1rem;
overflow-y: scroll;
-ms-overflow-style: none;
scrollbar-width: none;
background-color: var(--white-color);
}
.chat::-webkit-scrollbar{
display: none;
}
/* 채팅영역 */
#chat_area{
float: left;
width: 14vw;
height: 925px;
margin: 5px;
}
#chatInput_area{
position: absolute;
top: 800px;
width: 14vw;
height: 125px;
}
#chatInput_button{
position: relative;
width: 14vw;
height: 22px;
}
#chatInput_button > input{
float: right;
}
#chatInput_text{
position: relative;
width: 14vw;
height: 100px;
}
#chatInput_text > textarea{
width: 100%;
height: 100%;
border: none;
}
/* 판매상품 영역 */
#deal_area{
}
#deal_area > table{
font-size: 20px;
}
#product_name{
font-size: 17px;
}
/* 공지사항 영역 */
#notice_area{
left: 0.1vw;
height: 320px;
overflow: scroll;
}
/* 지도 & 버튼 영역 */
#map_button_area{
display: flex;
flex-direction: row;
}
.common{
width: 51.5vw;
/* max-width: 990px; */
margin: 5px;
}
#map_area{
width: 31.5vw;
height: 360px;
}
#button_area{
top: 320px;
left: 31.8vw;
width: 19.7vw;
height: 40px;
}
#button_area > input {
float: right;
font-size: 20px;
margin: 5px;
}
/* 세로 사이즈는 고정, 가로 사이즈는 비율에 맞춰 줄어들다가 브라우저창이 1500px보다 작아질시 고정 */
@media only screen and (max-width:1500px){
#wrap{
left: 15%;
width: 1000px;
}
#chat_area{
width: 210px;
}
#chatInput_area{
width: 210px;
}
#chatInput_button{
width: 210px;
}
#chatInput_text{
width: 210px;
}
#deal_area{
left: 217px;
}
#deal_area > table{
left: -150px;
}
#notice_area{
left: -0.3px;
}
#map_button_area{
left: 217px;
}
.common{
width: 771px;
}
#map_area{
width: 472px;
}
#button_area{
top: 320px;
left: 475px;
width: 295px;
}
} | Semi_Project/WebContent/css/deal.css | :root{
--black-color: #34455F;
--white-color : #F2F2F2;
}
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
.container{
width : 1280px;
display: flex;
flex-direction: row;
border : none;
}
.container>div{
margin-top: 100px;
}
.container>div div{
border: 1px solid black;
}
.left{
position: sticky;
width: 100%;
margin-right: 30px;
max-width: 250px;
top: 100px;
padding: 1rem;
height: 100%;
border-radius: 5px;
border : 1px solid var(--black-color);
background-color: var(--black-color);
}
.left form{
display: flex;
justify-content: space-between;
margin-top: 1rem;
border : 1px solid var(--black-color);
background-color: var(--white-color);
}
.chat-content{
outline: none;
border: none;
flex: 2;
}
.chat{
border : 1px solid var(--black-color);
border-radius: 5px;
padding: 1rem;
overflow-y: scroll;
-ms-overflow-style: none;
scrollbar-width: none;
background-color: var(--white-color);
}
.chat::-webkit-scrollbar{
display: none;
}
/* 채팅영역 */
#chat_area{
float: left;
width: 14vw;
height: 925px;
margin: 5px;
}
#chatInput_area{
position: absolute;
top: 800px;
width: 14vw;
height: 125px;
}
#chatInput_button{
position: relative;
width: 14vw;
height: 22px;
}
#chatInput_button > input{
float: right;
}
#chatInput_text{
position: relative;
width: 14vw;
height: 100px;
}
#chatInput_text > textarea{
width: 100%;
height: 100%;
border: none;
}
/* 판매상품 영역 */
#deal_area{
}
#deal_area > table{
font-size: 20px;
}
#product_name{
font-size: 17px;
}
/* 공지사항 영역 */
#notice_area{
left: 0.1vw;
height: 320px;
overflow: scroll;
}
/* 지도 & 버튼 영역 */
#map_button_area{
display: flex;
flex-direction: row;
}
.common{
width: 51.5vw;
/* max-width: 990px; */
margin: 5px;
}
#map_area{
width: 31.5vw;
height: 360px;
}
#button_area{
top: 320px;
left: 31.8vw;
width: 19.7vw;
height: 40px;
}
#button_area > input {
float: right;
font-size: 20px;
margin: 5px;
}
/* 세로 사이즈는 고정, 가로 사이즈는 비율에 맞춰 줄어들다가 브라우저창이 1500px보다 작아질시 고정 */
@media only screen and (max-width:1500px){
#wrap{
left: 15%;
width: 1000px;
}
#chat_area{
width: 210px;
}
#chatInput_area{
width: 210px;
}
#chatInput_button{
width: 210px;
}
#chatInput_text{
width: 210px;
}
#deal_area{
left: 217px;
}
#deal_area > table{
left: -150px;
}
#notice_area{
left: -0.3px;
}
#map_button_area{
left: 217px;
}
.common{
width: 771px;
}
#map_area{
width: 472px;
}
#button_area{
top: 320px;
left: 475px;
width: 295px;
}
} | 0.275325 | 0.14433 |
html, body {
width: 100%;
height: 100%;
margin: 0;
padding:0;
background-color: #ccc;
font-family:"Trebuchet MS", Helvetica, sans-serif;
}
.main-wrapper {
width: 1152px;
padding-top: 1em;
padding-left: 1em;
padding-right: 1em;
margin: 0 auto;
//background-color: #ffffff;
} /*just a class to contain our content*/
header{
text-align: center;
}
canvas {
border-radius: 7px;
border: 1px solid #aaa;
cursor: none;
}
/* start of css for the status/popup window things*/
.statusWindow {
display: inline-block;
border-radius: 3px;
border: 2px solid #2e2e2e;
margin: 0 auto;
margin-top: 3px;
padding: 0;
background-color: #ffffff;
}
.statusWindow .header {
display: block;
background-color: #9268ef;
padding: 0.5em;
margin-bottom: 0px;
color: #efefef;
}
.statusWindow .headerBox {
display: block;
width: 100%;
background-color: #9268ef;
padding: 0px;
margin: 0px;
color: #efefef;
}
.statusWindow .headerBox .left {
display: block;
width: 50%;
float: left;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.statusWindow .headerBox .right {
display: block;
width: 50%;
float: right;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.statusWindow .active{
}
.statusWindow .inactive{
background-color: #baa4ea;
color: #393939;
}
.statusWindow .status {
padding: 0.1em;
padding-top: 0.5em;
padding-bottom: 0.1em;
}
.statusWindow .status p {
padding: 0.2em;
display: block;
margin: 3px;
}
.opt {
transition: .3s background-color;
border-radius: 2px;
display: inline-block;
}
.opt:hover{
background-color: #cbcbcb;
}
.popup {
position: absolute;
display: inline-block;
vertical-align: middle;
background: white;
//color: aqua;
z-index: 3;
margin: 0;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
pointer-events: auto;
}
.popupContainer {
position: relative;
margin: 0 auto;
width: 100%;
height: 100%;
z-index: 3;
//background: gray;
text-align: center;
vertical-align: middle;
pointer-events: none;
}
/*end of window css*/
#canvasArea {
height: 648px;
position: relative;
} /*This is the container for the layered canvases*/
#canvas_back {
position: absolute;
z-index: 0;
}
#canvas_main {
position: absolute;
z-index: 1;
}
#canvas_overlay {
position: absolute;
z-index: 2;
}
#designDoc{
margin: 0 auto;
margin-top: 10px;
border: 1px solid #aaa;
width: 35%;
border-radius: 5px;
background-color: #bbb;
}
#designDoc h3{
text-align: center;
}
#designDoc img {
display: block;
margin: auto;
}
#footer {
//width: 85%;
width: 100%;
display: block;
margin: 0 auto;
margin-top: 2em;;
padding: 0.2em;
padding-left: 20px;
padding-right: 20px;
background-color: #9268ef;
}
#footer p {
font-size: 1em;
font-weight: bold;
color: #efefef;
text-align: center;
margin-bottom: 0px;
margin-top: 0px;
}
.hidden {
display: none;
} /*hide section - can be appended/removed to classlist with js*/
.show {
display: block;
} /*show section - can be appended/removed to classlist with js*/
.noSelect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome and Opera */
} /* so that the canvas cant be selected and mess up gameplay*/
#logo {
height: 40px;
width: 40;
padding-top: 5px;
float:left;
border-radius: 8px;
}
nav {
width: 100%;
height: 50px;
background-color: #55acee;
}
nav:nth-child(1) {
padding-left: 25px;
}
.navlink {
padding: 5px;
padding-top: 12px;
padding-left: 20px;
color: white;
font-size: 1.3em;
float: left;
}
.navlink a, .navlink a:link, .navlink a:visited, .navlink a:hover, .navlink a:active {
color: white;
text-decoration: none;
padding: 5px;
border-radius: 4px;
background-color: inherit;
transition: background-color 0.4s ease;
}
.navlink a:hover{
transition: background-color 0.8s ease;
background-color: #66bdff;
}
.slimeForm {
border: 2px solid #338acc;
height: 35px;
width: 710px;
margin-top:0px;
padding-top:10px;
background-color: #55acee;
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.slimeForm label {
display: inline-block;
//width: 50px;
margin-left: 15px;
margin-right: 10px;
font-size: 1.2em;
float: left;
color: white;
}
.slimeForm input[type=text] {
float:left;
}
.makeSlimeSubmit {
transition: background-color 0.4s ease;
display: inline-block;
width: 90px;
background-color: #55acee;
border-radius: 2px;
color: white;
text-decoration: none;
}
.makeSlimeSubmit:link, .makeSlimeSubmit:visited, .makeSlimeSubmit:hover, .makeSlimeSubmit:active {
color: white;
}
.makeSlimeSubmit:hover {
transition: background-color 0.4s ease;
background-color: #338acc;
}
.mainForm {
height: 300px;
width: 350px;
margin: 0 auto;
padding-top: 350px;
font-size: 1.2em;
}
.mainForm h3 {
text-align: center;
}
.mainForm label {
display: inline-block;
width: 100px;
margin-right: 10px;
text-align: right;
font-size: 1.2em;
}
.formSubmit {
transition: background-color 0.4s ease;
display: block;
text-align: center;
margin: 0 auto;
margin-top: 14px;
font-size: 1.2em;
width: 100px;
background-color: #55acee;
border-radius: 2px;
border-color: #66acee;
padding: 3px 0px;
color: white;
text-decoration: none;
}
.formSubmit:link, .formSubmit:visited, .formSubmit:hover, .formSubmit:active {
color: white;
}
.formSubmit:hover {
transition: background-color 0.4s ease;
background-color: #338acc;
}
#user, #pass, #pass2 {
text-align: center;
font-size: 1.1em;
width: 180px;
border-radius: 6px;
}
#user:focus, #pass:focus, #pass2:focus {
outline: none;
box-shadow: 0px 0px 1px 1px #55acee;
}
#slimeMessage {
display:none;
top: 250px;
width: 250px;
height: 650px;
position: absolute;
z-index: 200;
right: 0px;
overflow: hidden;
}
#slimeMessage h3 {
width: 200px;
position: absolute;
top: 0px;
left: 20px;
}
#speech {
height: 120px;
width: 250px;
z-index:300;
}
#errorMessage {
font-size: 1.2em;
font-weight: bold;
color: red;
font-style: italic;
}
#slime {
z-index: 225;
margin-top: -20px;
margin-left: 135px;
height: 450px;
width: 300px;
-ms-transform: rotate(330deg);
-webkit-transform: rotate(330deg);
transform: rotate(330deg);
}
#slimes {
width: 40%;
min-width: 400px;
border: 2px solid #55acee;
border-radius: 4px;
margin: 0 auto;
padding: 0.5em;
padding-right: 0.7em;
margin-top: 100px;
}
.slime {
width: 95%;
margin: 0 auto;
margin-top: 2px;
margin-bottom: 2px;
border: 2px solid #55acee;
border-radius: 4px;
background-color: #55acee;
padding: 10px;
min-height:60px;
overflow: hidden;
}
.slime:hover {
transition: border-color 0.2s ease-out;
border-color: rgba(255,255,255, 0.8);
transition: background-color 2.6s ease-out;
background-color: #66bfff;
}
img.slimeFace {
margin-left: 25px;
margin-right: 10px;
height: 50px;
width: 50px;
border-radius: 4px;
margin-top:10px;
float:left;
}
h3.emptySlime {
width: 400px;
font-size: 1.5em;
margin: 0 auto;
text-align: center;
margin-top: 18px;
}
h3.slimeName {
display: inline-block;
text-align: left;
font-weight: bold;
padding-left: 65px;
font-size: 1.5em;
}
h3.slimeFood {
display: inline-block;
font-weight: bold;
padding-right: 0.2em;
font-size: 1.5em;
}
h3.slimeAge {
display: block;
float:right;
text-align: left;
font-weight: bold;
padding-right: 40px;
font-size: 1.5em;
}
#slimeName {
width: 10em;
}
#slimeAge {
width: 6em;
}
#slimeFood{
width: 10em;
margin-right: 1.2em;
}
.slime:first-child {
margin-top: 10px;
}
.slime:last-child {
margin-bottom:10px;
} | hosted/style.css | html, body {
width: 100%;
height: 100%;
margin: 0;
padding:0;
background-color: #ccc;
font-family:"Trebuchet MS", Helvetica, sans-serif;
}
.main-wrapper {
width: 1152px;
padding-top: 1em;
padding-left: 1em;
padding-right: 1em;
margin: 0 auto;
//background-color: #ffffff;
} /*just a class to contain our content*/
header{
text-align: center;
}
canvas {
border-radius: 7px;
border: 1px solid #aaa;
cursor: none;
}
/* start of css for the status/popup window things*/
.statusWindow {
display: inline-block;
border-radius: 3px;
border: 2px solid #2e2e2e;
margin: 0 auto;
margin-top: 3px;
padding: 0;
background-color: #ffffff;
}
.statusWindow .header {
display: block;
background-color: #9268ef;
padding: 0.5em;
margin-bottom: 0px;
color: #efefef;
}
.statusWindow .headerBox {
display: block;
width: 100%;
background-color: #9268ef;
padding: 0px;
margin: 0px;
color: #efefef;
}
.statusWindow .headerBox .left {
display: block;
width: 50%;
float: left;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.statusWindow .headerBox .right {
display: block;
width: 50%;
float: right;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.statusWindow .active{
}
.statusWindow .inactive{
background-color: #baa4ea;
color: #393939;
}
.statusWindow .status {
padding: 0.1em;
padding-top: 0.5em;
padding-bottom: 0.1em;
}
.statusWindow .status p {
padding: 0.2em;
display: block;
margin: 3px;
}
.opt {
transition: .3s background-color;
border-radius: 2px;
display: inline-block;
}
.opt:hover{
background-color: #cbcbcb;
}
.popup {
position: absolute;
display: inline-block;
vertical-align: middle;
background: white;
//color: aqua;
z-index: 3;
margin: 0;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
pointer-events: auto;
}
.popupContainer {
position: relative;
margin: 0 auto;
width: 100%;
height: 100%;
z-index: 3;
//background: gray;
text-align: center;
vertical-align: middle;
pointer-events: none;
}
/*end of window css*/
#canvasArea {
height: 648px;
position: relative;
} /*This is the container for the layered canvases*/
#canvas_back {
position: absolute;
z-index: 0;
}
#canvas_main {
position: absolute;
z-index: 1;
}
#canvas_overlay {
position: absolute;
z-index: 2;
}
#designDoc{
margin: 0 auto;
margin-top: 10px;
border: 1px solid #aaa;
width: 35%;
border-radius: 5px;
background-color: #bbb;
}
#designDoc h3{
text-align: center;
}
#designDoc img {
display: block;
margin: auto;
}
#footer {
//width: 85%;
width: 100%;
display: block;
margin: 0 auto;
margin-top: 2em;;
padding: 0.2em;
padding-left: 20px;
padding-right: 20px;
background-color: #9268ef;
}
#footer p {
font-size: 1em;
font-weight: bold;
color: #efefef;
text-align: center;
margin-bottom: 0px;
margin-top: 0px;
}
.hidden {
display: none;
} /*hide section - can be appended/removed to classlist with js*/
.show {
display: block;
} /*show section - can be appended/removed to classlist with js*/
.noSelect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome and Opera */
} /* so that the canvas cant be selected and mess up gameplay*/
#logo {
height: 40px;
width: 40;
padding-top: 5px;
float:left;
border-radius: 8px;
}
nav {
width: 100%;
height: 50px;
background-color: #55acee;
}
nav:nth-child(1) {
padding-left: 25px;
}
.navlink {
padding: 5px;
padding-top: 12px;
padding-left: 20px;
color: white;
font-size: 1.3em;
float: left;
}
.navlink a, .navlink a:link, .navlink a:visited, .navlink a:hover, .navlink a:active {
color: white;
text-decoration: none;
padding: 5px;
border-radius: 4px;
background-color: inherit;
transition: background-color 0.4s ease;
}
.navlink a:hover{
transition: background-color 0.8s ease;
background-color: #66bdff;
}
.slimeForm {
border: 2px solid #338acc;
height: 35px;
width: 710px;
margin-top:0px;
padding-top:10px;
background-color: #55acee;
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.slimeForm label {
display: inline-block;
//width: 50px;
margin-left: 15px;
margin-right: 10px;
font-size: 1.2em;
float: left;
color: white;
}
.slimeForm input[type=text] {
float:left;
}
.makeSlimeSubmit {
transition: background-color 0.4s ease;
display: inline-block;
width: 90px;
background-color: #55acee;
border-radius: 2px;
color: white;
text-decoration: none;
}
.makeSlimeSubmit:link, .makeSlimeSubmit:visited, .makeSlimeSubmit:hover, .makeSlimeSubmit:active {
color: white;
}
.makeSlimeSubmit:hover {
transition: background-color 0.4s ease;
background-color: #338acc;
}
.mainForm {
height: 300px;
width: 350px;
margin: 0 auto;
padding-top: 350px;
font-size: 1.2em;
}
.mainForm h3 {
text-align: center;
}
.mainForm label {
display: inline-block;
width: 100px;
margin-right: 10px;
text-align: right;
font-size: 1.2em;
}
.formSubmit {
transition: background-color 0.4s ease;
display: block;
text-align: center;
margin: 0 auto;
margin-top: 14px;
font-size: 1.2em;
width: 100px;
background-color: #55acee;
border-radius: 2px;
border-color: #66acee;
padding: 3px 0px;
color: white;
text-decoration: none;
}
.formSubmit:link, .formSubmit:visited, .formSubmit:hover, .formSubmit:active {
color: white;
}
.formSubmit:hover {
transition: background-color 0.4s ease;
background-color: #338acc;
}
#user, #pass, #pass2 {
text-align: center;
font-size: 1.1em;
width: 180px;
border-radius: 6px;
}
#user:focus, #pass:focus, #pass2:focus {
outline: none;
box-shadow: 0px 0px 1px 1px #55acee;
}
#slimeMessage {
display:none;
top: 250px;
width: 250px;
height: 650px;
position: absolute;
z-index: 200;
right: 0px;
overflow: hidden;
}
#slimeMessage h3 {
width: 200px;
position: absolute;
top: 0px;
left: 20px;
}
#speech {
height: 120px;
width: 250px;
z-index:300;
}
#errorMessage {
font-size: 1.2em;
font-weight: bold;
color: red;
font-style: italic;
}
#slime {
z-index: 225;
margin-top: -20px;
margin-left: 135px;
height: 450px;
width: 300px;
-ms-transform: rotate(330deg);
-webkit-transform: rotate(330deg);
transform: rotate(330deg);
}
#slimes {
width: 40%;
min-width: 400px;
border: 2px solid #55acee;
border-radius: 4px;
margin: 0 auto;
padding: 0.5em;
padding-right: 0.7em;
margin-top: 100px;
}
.slime {
width: 95%;
margin: 0 auto;
margin-top: 2px;
margin-bottom: 2px;
border: 2px solid #55acee;
border-radius: 4px;
background-color: #55acee;
padding: 10px;
min-height:60px;
overflow: hidden;
}
.slime:hover {
transition: border-color 0.2s ease-out;
border-color: rgba(255,255,255, 0.8);
transition: background-color 2.6s ease-out;
background-color: #66bfff;
}
img.slimeFace {
margin-left: 25px;
margin-right: 10px;
height: 50px;
width: 50px;
border-radius: 4px;
margin-top:10px;
float:left;
}
h3.emptySlime {
width: 400px;
font-size: 1.5em;
margin: 0 auto;
text-align: center;
margin-top: 18px;
}
h3.slimeName {
display: inline-block;
text-align: left;
font-weight: bold;
padding-left: 65px;
font-size: 1.5em;
}
h3.slimeFood {
display: inline-block;
font-weight: bold;
padding-right: 0.2em;
font-size: 1.5em;
}
h3.slimeAge {
display: block;
float:right;
text-align: left;
font-weight: bold;
padding-right: 40px;
font-size: 1.5em;
}
#slimeName {
width: 10em;
}
#slimeAge {
width: 6em;
}
#slimeFood{
width: 10em;
margin-right: 1.2em;
}
.slime:first-child {
margin-top: 10px;
}
.slime:last-child {
margin-bottom:10px;
} | 0.406155 | 0.075995 |
@font-face {
font-family: "icomoon";
src: url("./icomoon.eot?tsm2bw");
src: url("./icomoon.eot?tsm2bw#iefix")
format("embedded-opentype"),
url("./icomoon.ttf?tsm2bw") format("truetype"),
url("./icomoon.woff?tsm2bw") format("woff"),
url("./icomoon.svg?tsm2bw#icomoon") format("svg");
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="narmi-icon-"],
[class*=" narmi-icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: "icomoon" !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.narmi-icon-solid-circle:before {
content: "\ea2f";
}
.narmi-icon-GroupOutlined:before {
content: "\ea2b";
}
.narmi-icon-LocalAtm:before {
content: "\ea2c";
}
.narmi-icon-MonetizationOnOutlined:before {
content: "\ea2d";
}
.narmi-icon-SyncAlt:before {
content: "\ea2e";
}
.narmi-icon-p2p:before {
content: "\e908";
}
.narmi-icon-check-front:before {
content: "\e906";
}
.narmi-icon-check-endorsed:before {
content: "\e902";
}
.narmi-icon-piggy-bank:before {
content: "\e905";
}
.narmi-icon-activity:before {
content: "\e90d";
}
.narmi-icon-airplay:before {
content: "\e90e";
}
.narmi-icon-alert-circle:before {
content: "\e90f";
}
.narmi-icon-alert-octagon:before {
content: "\e910";
}
.narmi-icon-alert-triangle:before {
content: "\e911";
}
.narmi-icon-align-center:before {
content: "\e912";
}
.narmi-icon-align-justify:before {
content: "\e913";
}
.narmi-icon-align-left:before {
content: "\e914";
}
.narmi-icon-align-right:before {
content: "\e915";
}
.narmi-icon-anchor:before {
content: "\e916";
}
.narmi-icon-aperture:before {
content: "\e917";
}
.narmi-icon-archive:before {
content: "\e918";
}
.narmi-icon-arrow-down:before {
content: "\e919";
}
.narmi-icon-arrow-down-circle:before {
content: "\e91a";
}
.narmi-icon-arrow-down-left:before {
content: "\e91b";
}
.narmi-icon-arrow-down-right:before {
content: "\e91c";
}
.narmi-icon-arrow-left:before {
content: "\e91d";
}
.narmi-icon-arrow-left-circle:before {
content: "\e91e";
}
.narmi-icon-arrow-right:before {
content: "\e91f";
}
.narmi-icon-arrow-right-circle:before {
content: "\e920";
}
.narmi-icon-arrow-up:before {
content: "\e924";
}
.narmi-icon-arrow-up-circle:before {
content: "\e925";
}
.narmi-icon-arrow-up-left:before {
content: "\e926";
}
.narmi-icon-arrow-up-right:before {
content: "\e927";
}
.narmi-icon-at-sign:before {
content: "\e928";
}
.narmi-icon-award:before {
content: "\e929";
}
.narmi-icon-bar-chart:before {
content: "\e92a";
}
.narmi-icon-bar-chart-2:before {
content: "\e92b";
}
.narmi-icon-battery:before {
content: "\e92c";
}
.narmi-icon-battery-charging:before {
content: "\e92d";
}
.narmi-icon-bell:before {
content: "\e92e";
}
.narmi-icon-bell-off:before {
content: "\e92f";
}
.narmi-icon-bluetooth:before {
content: "\e930";
}
.narmi-icon-bold:before {
content: "\e931";
}
.narmi-icon-book:before {
content: "\e932";
}
.narmi-icon-book-open:before {
content: "\e933";
}
.narmi-icon-bookmark:before {
content: "\e934";
}
.narmi-icon-box:before {
content: "\e935";
}
.narmi-icon-briefcase:before {
content: "\e936";
}
.narmi-icon-calendar:before {
content: "\e937";
}
.narmi-icon-camera:before {
content: "\e938";
}
.narmi-icon-camera-off:before {
content: "\e939";
}
.narmi-icon-cast:before {
content: "\e93a";
}
.narmi-icon-check:before {
content: "\e93b";
}
.narmi-icon-check-circle:before {
content: "\e93c";
}
.narmi-icon-check-square:before {
content: "\e93d";
}
.narmi-icon-chevron-down:before {
content: "\e93e";
}
.narmi-icon-chevron-left:before {
content: "\e940";
}
.narmi-icon-chevron-right:before {
content: "\e941";
}
.narmi-icon-chevron-up:before {
content: "\e942";
}
.narmi-icon-chevrons-down:before {
content: "\e943";
}
.narmi-icon-chevrons-left:before {
content: "\e944";
}
.narmi-icon-chevrons-right:before {
content: "\e945";
}
.narmi-icon-chevrons-up:before {
content: "\e946";
}
.narmi-icon-chrome:before {
content: "\e947";
}
.narmi-icon-circle:before {
content: "\e948";
}
.narmi-icon-clipboard:before {
content: "\e949";
}
.narmi-icon-clock:before {
content: "\e94a";
}
.narmi-icon-cloud:before {
content: "\e94b";
}
.narmi-icon-cloud-drizzle:before {
content: "\e94c";
}
.narmi-icon-cloud-lightning:before {
content: "\e94d";
}
.narmi-icon-cloud-off:before {
content: "\e94e";
}
.narmi-icon-cloud-rain:before {
content: "\e94f";
}
.narmi-icon-cloud-snow:before {
content: "\e950";
}
.narmi-icon-code:before {
content: "\e951";
}
.narmi-icon-codepen:before {
content: "\e952";
}
.narmi-icon-codesandbox:before {
content: "\e953";
}
.narmi-icon-coffee:before {
content: "\e954";
}
.narmi-icon-columns:before {
content: "\e955";
}
.narmi-icon-command:before {
content: "\e956";
}
.narmi-icon-compass:before {
content: "\e957";
}
.narmi-icon-copy:before {
content: "\e958";
}
.narmi-icon-corner-down-left:before {
content: "\e959";
}
.narmi-icon-corner-down-right:before {
content: "\e95a";
}
.narmi-icon-corner-left-down:before {
content: "\e95b";
}
.narmi-icon-corner-left-up:before {
content: "\e95c";
}
.narmi-icon-corner-right-down:before {
content: "\e95d";
}
.narmi-icon-corner-right-up:before {
content: "\e95e";
}
.narmi-icon-corner-up-left:before {
content: "\e95f";
}
.narmi-icon-corner-up-right:before {
content: "\e960";
}
.narmi-icon-cpu:before {
content: "\e961";
}
.narmi-icon-credit-card1:before {
content: "\e962";
}
.narmi-icon-crop:before {
content: "\e963";
}
.narmi-icon-crosshair:before {
content: "\e964";
}
.narmi-icon-database:before {
content: "\e965";
}
.narmi-icon-delete:before {
content: "\e966";
}
.narmi-icon-disc:before {
content: "\e967";
}
.narmi-icon-dollar-sign:before {
content: "\e968";
}
.narmi-icon-download:before {
content: "\e969";
}
.narmi-icon-download-cloud:before {
content: "\e96a";
}
.narmi-icon-droplet:before {
content: "\e96b";
}
.narmi-icon-edit:before {
content: "\e96c";
}
.narmi-icon-edit-2:before {
content: "\e96d";
}
.narmi-icon-edit-3:before {
content: "\e96e";
}
.narmi-icon-external-link:before {
content: "\e96f";
}
.narmi-icon-eye:before {
content: "\e970";
}
.narmi-icon-eye-off:before {
content: "\e971";
}
.narmi-icon-facebook:before {
content: "\e972";
}
.narmi-icon-fast-forward:before {
content: "\e973";
}
.narmi-icon-feather:before {
content: "\e974";
}
.narmi-icon-figma:before {
content: "\e975";
}
.narmi-icon-file:before {
content: "\e976";
}
.narmi-icon-file-minus:before {
content: "\e977";
}
.narmi-icon-file-plus:before {
content: "\e978";
}
.narmi-icon-file-text1:before {
content: "\e979";
}
.narmi-icon-film:before {
content: "\e97a";
}
.narmi-icon-filter:before {
content: "\e97b";
}
.narmi-icon-flag:before {
content: "\e97c";
}
.narmi-icon-folder:before {
content: "\e97d";
}
.narmi-icon-folder-minus:before {
content: "\e97e";
}
.narmi-icon-folder-plus:before {
content: "\e97f";
}
.narmi-icon-framer:before {
content: "\e980";
}
.narmi-icon-frown:before {
content: "\e981";
}
.narmi-icon-gift:before {
content: "\e982";
}
.narmi-icon-git-branch:before {
content: "\e983";
}
.narmi-icon-git-commit:before {
content: "\e984";
}
.narmi-icon-git-merge:before {
content: "\e985";
}
.narmi-icon-git-pull-request:before {
content: "\e986";
}
.narmi-icon-github:before {
content: "\e987";
}
.narmi-icon-gitlab:before {
content: "\e988";
}
.narmi-icon-globe:before {
content: "\e989";
}
.narmi-icon-grid:before {
content: "\e98a";
}
.narmi-icon-hard-drive:before {
content: "\e98b";
}
.narmi-icon-hash:before {
content: "\e98c";
}
.narmi-icon-headphones:before {
content: "\e98d";
}
.narmi-icon-heart:before {
content: "\e98e";
}
.narmi-icon-help-circle:before {
content: "\e98f";
}
.narmi-icon-hexagon:before {
content: "\e990";
}
.narmi-icon-home:before {
content: "\e991";
}
.narmi-icon-image:before {
content: "\e992";
}
.narmi-icon-inbox:before {
content: "\e993";
}
.narmi-icon-info:before {
content: "\e994";
}
.narmi-icon-instagram:before {
content: "\e995";
}
.narmi-icon-italic:before {
content: "\e996";
}
.narmi-icon-key:before {
content: "\e997";
}
.narmi-icon-layers:before {
content: "\e998";
}
.narmi-icon-layout:before {
content: "\e999";
}
.narmi-icon-life-buoy:before {
content: "\e99a";
}
.narmi-icon-link:before {
content: "\e99b";
}
.narmi-icon-link-2:before {
content: "\e99c";
}
.narmi-icon-linkedin:before {
content: "\e99d";
}
.narmi-icon-list:before {
content: "\e99e";
}
.narmi-icon-loader:before {
content: "\e99f";
}
.narmi-icon-lock:before {
content: "\e9a0";
}
.narmi-icon-log-in:before {
content: "\e9a1";
}
.narmi-icon-log-out:before {
content: "\e9a2";
}
.narmi-icon-mail:before {
content: "\e9a3";
}
.narmi-icon-map:before {
content: "\e9a4";
}
.narmi-icon-map-pin:before {
content: "\e9a5";
}
.narmi-icon-maximize:before {
content: "\e9a6";
}
.narmi-icon-maximize-2:before {
content: "\e9a7";
}
.narmi-icon-meh:before {
content: "\e9a8";
}
.narmi-icon-menu:before {
content: "\e9a9";
}
.narmi-icon-message-circle:before {
content: "\e9aa";
}
.narmi-icon-message-square:before {
content: "\e9ab";
}
.narmi-icon-mic:before {
content: "\e9ac";
}
.narmi-icon-mic-off:before {
content: "\e9ad";
}
.narmi-icon-minimize:before {
content: "\e9ae";
}
.narmi-icon-minimize-2:before {
content: "\e9af";
}
.narmi-icon-minus:before {
content: "\e9b0";
}
.narmi-icon-minus-circle:before {
content: "\e9b1";
}
.narmi-icon-minus-square:before {
content: "\e9b2";
}
.narmi-icon-monitor:before {
content: "\e9b3";
}
.narmi-icon-moon:before {
content: "\e9b4";
}
.narmi-icon-more-horizontal:before {
content: "\e9b5";
}
.narmi-icon-more-vertical:before {
content: "\e9b6";
}
.narmi-icon-mouse-pointer:before {
content: "\e9b7";
}
.narmi-icon-move:before {
content: "\e9b8";
}
.narmi-icon-music:before {
content: "\e9b9";
}
.narmi-icon-navigation:before {
content: "\e9ba";
}
.narmi-icon-navigation-2:before {
content: "\e9bb";
}
.narmi-icon-octagon:before {
content: "\e9bc";
}
.narmi-icon-package:before {
content: "\e9bd";
}
.narmi-icon-paperclip:before {
content: "\e9be";
}
.narmi-icon-pause:before {
content: "\e9bf";
}
.narmi-icon-pause-circle:before {
content: "\e9c0";
}
.narmi-icon-pen-tool:before {
content: "\e9c1";
}
.narmi-icon-percent:before {
content: "\e9c2";
}
.narmi-icon-phone:before {
content: "\e9c3";
}
.narmi-icon-phone-call:before {
content: "\e9c4";
}
.narmi-icon-phone-forwarded:before {
content: "\e9c5";
}
.narmi-icon-phone-incoming:before {
content: "\e9c6";
}
.narmi-icon-phone-missed:before {
content: "\e9c7";
}
.narmi-icon-phone-off:before {
content: "\e9c8";
}
.narmi-icon-phone-outgoing:before {
content: "\e9c9";
}
.narmi-icon-pie-chart:before {
content: "\e9ca";
}
.narmi-icon-play:before {
content: "\e9cb";
}
.narmi-icon-play-circle:before {
content: "\e9cc";
}
.narmi-icon-plus:before {
content: "\e9cd";
}
.narmi-icon-plus-circle:before {
content: "\e9ce";
}
.narmi-icon-plus-square:before {
content: "\e9cf";
}
.narmi-icon-pocket:before {
content: "\e9d0";
}
.narmi-icon-power:before {
content: "\e9d1";
}
.narmi-icon-printer:before {
content: "\e9d2";
}
.narmi-icon-radio:before {
content: "\e9d3";
}
.narmi-icon-refresh-ccw:before {
content: "\e9d4";
}
.narmi-icon-refresh-cw:before {
content: "\e9d5";
}
.narmi-icon-repeat:before {
content: "\e9d6";
}
.narmi-icon-rewind:before {
content: "\e9d7";
}
.narmi-icon-rotate-ccw:before {
content: "\e9d8";
}
.narmi-icon-rotate-cw:before {
content: "\e9d9";
}
.narmi-icon-rss:before {
content: "\e9da";
}
.narmi-icon-save:before {
content: "\e9db";
}
.narmi-icon-scissors:before {
content: "\e9dc";
}
.narmi-icon-search:before {
content: "\e9dd";
}
.narmi-icon-send:before {
content: "\e9de";
}
.narmi-icon-server:before {
content: "\e9df";
}
.narmi-icon-settings:before {
content: "\e9e0";
}
.narmi-icon-share:before {
content: "\e9e1";
}
.narmi-icon-share-2:before {
content: "\e9e2";
}
.narmi-icon-shield:before {
content: "\e9e3";
}
.narmi-icon-shield-off:before {
content: "\e9e4";
}
.narmi-icon-shopping-bag:before {
content: "\e9e5";
}
.narmi-icon-shopping-cart:before {
content: "\e9e6";
}
.narmi-icon-shuffle:before {
content: "\e9e7";
}
.narmi-icon-sidebar:before {
content: "\e9e8";
}
.narmi-icon-skip-back:before {
content: "\e9e9";
}
.narmi-icon-skip-forward:before {
content: "\e9ea";
}
.narmi-icon-slack:before {
content: "\e9eb";
}
.narmi-icon-slash:before {
content: "\e9ec";
}
.narmi-icon-sliders:before {
content: "\e9ed";
}
.narmi-icon-smartphone:before {
content: "\e9ee";
}
.narmi-icon-smile:before {
content: "\e9ef";
}
.narmi-icon-speaker:before {
content: "\e9f0";
}
.narmi-icon-square:before {
content: "\e9f1";
}
.narmi-icon-star:before {
content: "\e9f2";
}
.narmi-icon-stop-circle:before {
content: "\e9f3";
}
.narmi-icon-sun:before {
content: "\e9f4";
}
.narmi-icon-sunrise:before {
content: "\e9f5";
}
.narmi-icon-sunset:before {
content: "\e9f6";
}
.narmi-icon-tablet:before {
content: "\e9f7";
}
.narmi-icon-tag:before {
content: "\e9f8";
}
.narmi-icon-target:before {
content: "\e9f9";
}
.narmi-icon-terminal:before {
content: "\e9fa";
}
.narmi-icon-thermometer:before {
content: "\e9fb";
}
.narmi-icon-thumbs-down:before {
content: "\e9fc";
}
.narmi-icon-thumbs-up:before {
content: "\e9fd";
}
.narmi-icon-toggle-left:before {
content: "\e9fe";
}
.narmi-icon-toggle-right:before {
content: "\e9ff";
}
.narmi-icon-tool:before {
content: "\ea00";
}
.narmi-icon-trash:before {
content: "\ea01";
}
.narmi-icon-trash-2:before {
content: "\ea02";
}
.narmi-icon-trello:before {
content: "\ea03";
}
.narmi-icon-trending-down:before {
content: "\ea04";
}
.narmi-icon-trending-up:before {
content: "\ea05";
}
.narmi-icon-triangle:before {
content: "\ea06";
}
.narmi-icon-truck:before {
content: "\ea07";
}
.narmi-icon-tv:before {
content: "\ea08";
}
.narmi-icon-twitch:before {
content: "\ea09";
}
.narmi-icon-twitter:before {
content: "\ea0a";
}
.narmi-icon-type:before {
content: "\ea0b";
}
.narmi-icon-umbrella:before {
content: "\ea0c";
}
.narmi-icon-underline:before {
content: "\ea0d";
}
.narmi-icon-unlock:before {
content: "\ea0e";
}
.narmi-icon-upload:before {
content: "\ea0f";
}
.narmi-icon-upload-cloud:before {
content: "\ea10";
}
.narmi-icon-user:before {
content: "\ea11";
}
.narmi-icon-user-check:before {
content: "\ea12";
}
.narmi-icon-user-minus:before {
content: "\ea13";
}
.narmi-icon-user-plus:before {
content: "\ea14";
}
.narmi-icon-user-x:before {
content: "\ea15";
}
.narmi-icon-users:before {
content: "\ea16";
}
.narmi-icon-video:before {
content: "\ea17";
}
.narmi-icon-video-off:before {
content: "\ea18";
}
.narmi-icon-voicemail:before {
content: "\ea19";
}
.narmi-icon-volume:before {
content: "\ea1a";
}
.narmi-icon-volume-1:before {
content: "\ea1b";
}
.narmi-icon-volume-2:before {
content: "\ea1c";
}
.narmi-icon-volume-x:before {
content: "\ea1d";
}
.narmi-icon-watch:before {
content: "\ea1e";
}
.narmi-icon-wifi:before {
content: "\ea1f";
}
.narmi-icon-wifi-off:before {
content: "\ea20";
}
.narmi-icon-wind:before {
content: "\ea21";
}
.narmi-icon-x:before {
content: "\ea22";
}
.narmi-icon-x-circle:before {
content: "\ea23";
}
.narmi-icon-x-octagon:before {
content: "\ea24";
}
.narmi-icon-x-square:before {
content: "\ea25";
}
.narmi-icon-youtube:before {
content: "\ea26";
}
.narmi-icon-zap:before {
content: "\ea27";
}
.narmi-icon-zap-off:before {
content: "\ea28";
}
.narmi-icon-zoom-in:before {
content: "\ea29";
}
.narmi-icon-zoom-out:before {
content: "\ea2a";
}
.narmi-icon-question:before {
content: "\ea36";
}
.narmi-icon-signal:before {
content: "\ea37";
}
.narmi-icon-car:before {
content: "\ea38";
}
.narmi-icon-student:before {
content: "\ea39";
}
.narmi-icon-hand-spock:before {
content: "\ea3a";
}
.narmi-icon-venmo:before {
content: "\e90a";
}
.narmi-icon-bank:before {
content: "\e900";
}
.narmi-icon-folder-open:before {
content: "\e901";
}
.narmi-icon-group:before {
content: "\e903";
}
.narmi-icon-settings-gear:before {
content: "\e907";
}
.narmi-icon-admin-user:before {
content: "\ea35";
}
.narmi-icon-dollar-bill-line:before {
content: "\ea32";
}
.narmi-icon-wires:before {
content: "\ea33";
}
.narmi-icon-m2m:before {
content: "\ea34";
}
.narmi-icon-transfer-arrows:before {
content: "\ea31";
}
.narmi-icon-blob:before {
content: "\ea30";
}
.narmi-icon-bill:before {
content: "\e90c";
}
.narmi-icon-venmo-logo:before {
content: "\e90b";
color: #3d95ce;
}
.narmi-icon-face-id:before {
content: "\e909";
}
.narmi-icon-office:before {
content: "\e904";
}
.narmi-icon-library:before {
content: "\e921";
}
.narmi-icon-file-text:before {
content: "\e922";
}
.narmi-icon-profile:before {
content: "\e923";
}
.narmi-icon-credit-card:before {
content: "\e93f";
} | src/icons/icons.css | @font-face {
font-family: "icomoon";
src: url("./icomoon.eot?tsm2bw");
src: url("./icomoon.eot?tsm2bw#iefix")
format("embedded-opentype"),
url("./icomoon.ttf?tsm2bw") format("truetype"),
url("./icomoon.woff?tsm2bw") format("woff"),
url("./icomoon.svg?tsm2bw#icomoon") format("svg");
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="narmi-icon-"],
[class*=" narmi-icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: "icomoon" !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.narmi-icon-solid-circle:before {
content: "\ea2f";
}
.narmi-icon-GroupOutlined:before {
content: "\ea2b";
}
.narmi-icon-LocalAtm:before {
content: "\ea2c";
}
.narmi-icon-MonetizationOnOutlined:before {
content: "\ea2d";
}
.narmi-icon-SyncAlt:before {
content: "\ea2e";
}
.narmi-icon-p2p:before {
content: "\e908";
}
.narmi-icon-check-front:before {
content: "\e906";
}
.narmi-icon-check-endorsed:before {
content: "\e902";
}
.narmi-icon-piggy-bank:before {
content: "\e905";
}
.narmi-icon-activity:before {
content: "\e90d";
}
.narmi-icon-airplay:before {
content: "\e90e";
}
.narmi-icon-alert-circle:before {
content: "\e90f";
}
.narmi-icon-alert-octagon:before {
content: "\e910";
}
.narmi-icon-alert-triangle:before {
content: "\e911";
}
.narmi-icon-align-center:before {
content: "\e912";
}
.narmi-icon-align-justify:before {
content: "\e913";
}
.narmi-icon-align-left:before {
content: "\e914";
}
.narmi-icon-align-right:before {
content: "\e915";
}
.narmi-icon-anchor:before {
content: "\e916";
}
.narmi-icon-aperture:before {
content: "\e917";
}
.narmi-icon-archive:before {
content: "\e918";
}
.narmi-icon-arrow-down:before {
content: "\e919";
}
.narmi-icon-arrow-down-circle:before {
content: "\e91a";
}
.narmi-icon-arrow-down-left:before {
content: "\e91b";
}
.narmi-icon-arrow-down-right:before {
content: "\e91c";
}
.narmi-icon-arrow-left:before {
content: "\e91d";
}
.narmi-icon-arrow-left-circle:before {
content: "\e91e";
}
.narmi-icon-arrow-right:before {
content: "\e91f";
}
.narmi-icon-arrow-right-circle:before {
content: "\e920";
}
.narmi-icon-arrow-up:before {
content: "\e924";
}
.narmi-icon-arrow-up-circle:before {
content: "\e925";
}
.narmi-icon-arrow-up-left:before {
content: "\e926";
}
.narmi-icon-arrow-up-right:before {
content: "\e927";
}
.narmi-icon-at-sign:before {
content: "\e928";
}
.narmi-icon-award:before {
content: "\e929";
}
.narmi-icon-bar-chart:before {
content: "\e92a";
}
.narmi-icon-bar-chart-2:before {
content: "\e92b";
}
.narmi-icon-battery:before {
content: "\e92c";
}
.narmi-icon-battery-charging:before {
content: "\e92d";
}
.narmi-icon-bell:before {
content: "\e92e";
}
.narmi-icon-bell-off:before {
content: "\e92f";
}
.narmi-icon-bluetooth:before {
content: "\e930";
}
.narmi-icon-bold:before {
content: "\e931";
}
.narmi-icon-book:before {
content: "\e932";
}
.narmi-icon-book-open:before {
content: "\e933";
}
.narmi-icon-bookmark:before {
content: "\e934";
}
.narmi-icon-box:before {
content: "\e935";
}
.narmi-icon-briefcase:before {
content: "\e936";
}
.narmi-icon-calendar:before {
content: "\e937";
}
.narmi-icon-camera:before {
content: "\e938";
}
.narmi-icon-camera-off:before {
content: "\e939";
}
.narmi-icon-cast:before {
content: "\e93a";
}
.narmi-icon-check:before {
content: "\e93b";
}
.narmi-icon-check-circle:before {
content: "\e93c";
}
.narmi-icon-check-square:before {
content: "\e93d";
}
.narmi-icon-chevron-down:before {
content: "\e93e";
}
.narmi-icon-chevron-left:before {
content: "\e940";
}
.narmi-icon-chevron-right:before {
content: "\e941";
}
.narmi-icon-chevron-up:before {
content: "\e942";
}
.narmi-icon-chevrons-down:before {
content: "\e943";
}
.narmi-icon-chevrons-left:before {
content: "\e944";
}
.narmi-icon-chevrons-right:before {
content: "\e945";
}
.narmi-icon-chevrons-up:before {
content: "\e946";
}
.narmi-icon-chrome:before {
content: "\e947";
}
.narmi-icon-circle:before {
content: "\e948";
}
.narmi-icon-clipboard:before {
content: "\e949";
}
.narmi-icon-clock:before {
content: "\e94a";
}
.narmi-icon-cloud:before {
content: "\e94b";
}
.narmi-icon-cloud-drizzle:before {
content: "\e94c";
}
.narmi-icon-cloud-lightning:before {
content: "\e94d";
}
.narmi-icon-cloud-off:before {
content: "\e94e";
}
.narmi-icon-cloud-rain:before {
content: "\e94f";
}
.narmi-icon-cloud-snow:before {
content: "\e950";
}
.narmi-icon-code:before {
content: "\e951";
}
.narmi-icon-codepen:before {
content: "\e952";
}
.narmi-icon-codesandbox:before {
content: "\e953";
}
.narmi-icon-coffee:before {
content: "\e954";
}
.narmi-icon-columns:before {
content: "\e955";
}
.narmi-icon-command:before {
content: "\e956";
}
.narmi-icon-compass:before {
content: "\e957";
}
.narmi-icon-copy:before {
content: "\e958";
}
.narmi-icon-corner-down-left:before {
content: "\e959";
}
.narmi-icon-corner-down-right:before {
content: "\e95a";
}
.narmi-icon-corner-left-down:before {
content: "\e95b";
}
.narmi-icon-corner-left-up:before {
content: "\e95c";
}
.narmi-icon-corner-right-down:before {
content: "\e95d";
}
.narmi-icon-corner-right-up:before {
content: "\e95e";
}
.narmi-icon-corner-up-left:before {
content: "\e95f";
}
.narmi-icon-corner-up-right:before {
content: "\e960";
}
.narmi-icon-cpu:before {
content: "\e961";
}
.narmi-icon-credit-card1:before {
content: "\e962";
}
.narmi-icon-crop:before {
content: "\e963";
}
.narmi-icon-crosshair:before {
content: "\e964";
}
.narmi-icon-database:before {
content: "\e965";
}
.narmi-icon-delete:before {
content: "\e966";
}
.narmi-icon-disc:before {
content: "\e967";
}
.narmi-icon-dollar-sign:before {
content: "\e968";
}
.narmi-icon-download:before {
content: "\e969";
}
.narmi-icon-download-cloud:before {
content: "\e96a";
}
.narmi-icon-droplet:before {
content: "\e96b";
}
.narmi-icon-edit:before {
content: "\e96c";
}
.narmi-icon-edit-2:before {
content: "\e96d";
}
.narmi-icon-edit-3:before {
content: "\e96e";
}
.narmi-icon-external-link:before {
content: "\e96f";
}
.narmi-icon-eye:before {
content: "\e970";
}
.narmi-icon-eye-off:before {
content: "\e971";
}
.narmi-icon-facebook:before {
content: "\e972";
}
.narmi-icon-fast-forward:before {
content: "\e973";
}
.narmi-icon-feather:before {
content: "\e974";
}
.narmi-icon-figma:before {
content: "\e975";
}
.narmi-icon-file:before {
content: "\e976";
}
.narmi-icon-file-minus:before {
content: "\e977";
}
.narmi-icon-file-plus:before {
content: "\e978";
}
.narmi-icon-file-text1:before {
content: "\e979";
}
.narmi-icon-film:before {
content: "\e97a";
}
.narmi-icon-filter:before {
content: "\e97b";
}
.narmi-icon-flag:before {
content: "\e97c";
}
.narmi-icon-folder:before {
content: "\e97d";
}
.narmi-icon-folder-minus:before {
content: "\e97e";
}
.narmi-icon-folder-plus:before {
content: "\e97f";
}
.narmi-icon-framer:before {
content: "\e980";
}
.narmi-icon-frown:before {
content: "\e981";
}
.narmi-icon-gift:before {
content: "\e982";
}
.narmi-icon-git-branch:before {
content: "\e983";
}
.narmi-icon-git-commit:before {
content: "\e984";
}
.narmi-icon-git-merge:before {
content: "\e985";
}
.narmi-icon-git-pull-request:before {
content: "\e986";
}
.narmi-icon-github:before {
content: "\e987";
}
.narmi-icon-gitlab:before {
content: "\e988";
}
.narmi-icon-globe:before {
content: "\e989";
}
.narmi-icon-grid:before {
content: "\e98a";
}
.narmi-icon-hard-drive:before {
content: "\e98b";
}
.narmi-icon-hash:before {
content: "\e98c";
}
.narmi-icon-headphones:before {
content: "\e98d";
}
.narmi-icon-heart:before {
content: "\e98e";
}
.narmi-icon-help-circle:before {
content: "\e98f";
}
.narmi-icon-hexagon:before {
content: "\e990";
}
.narmi-icon-home:before {
content: "\e991";
}
.narmi-icon-image:before {
content: "\e992";
}
.narmi-icon-inbox:before {
content: "\e993";
}
.narmi-icon-info:before {
content: "\e994";
}
.narmi-icon-instagram:before {
content: "\e995";
}
.narmi-icon-italic:before {
content: "\e996";
}
.narmi-icon-key:before {
content: "\e997";
}
.narmi-icon-layers:before {
content: "\e998";
}
.narmi-icon-layout:before {
content: "\e999";
}
.narmi-icon-life-buoy:before {
content: "\e99a";
}
.narmi-icon-link:before {
content: "\e99b";
}
.narmi-icon-link-2:before {
content: "\e99c";
}
.narmi-icon-linkedin:before {
content: "\e99d";
}
.narmi-icon-list:before {
content: "\e99e";
}
.narmi-icon-loader:before {
content: "\e99f";
}
.narmi-icon-lock:before {
content: "\e9a0";
}
.narmi-icon-log-in:before {
content: "\e9a1";
}
.narmi-icon-log-out:before {
content: "\e9a2";
}
.narmi-icon-mail:before {
content: "\e9a3";
}
.narmi-icon-map:before {
content: "\e9a4";
}
.narmi-icon-map-pin:before {
content: "\e9a5";
}
.narmi-icon-maximize:before {
content: "\e9a6";
}
.narmi-icon-maximize-2:before {
content: "\e9a7";
}
.narmi-icon-meh:before {
content: "\e9a8";
}
.narmi-icon-menu:before {
content: "\e9a9";
}
.narmi-icon-message-circle:before {
content: "\e9aa";
}
.narmi-icon-message-square:before {
content: "\e9ab";
}
.narmi-icon-mic:before {
content: "\e9ac";
}
.narmi-icon-mic-off:before {
content: "\e9ad";
}
.narmi-icon-minimize:before {
content: "\e9ae";
}
.narmi-icon-minimize-2:before {
content: "\e9af";
}
.narmi-icon-minus:before {
content: "\e9b0";
}
.narmi-icon-minus-circle:before {
content: "\e9b1";
}
.narmi-icon-minus-square:before {
content: "\e9b2";
}
.narmi-icon-monitor:before {
content: "\e9b3";
}
.narmi-icon-moon:before {
content: "\e9b4";
}
.narmi-icon-more-horizontal:before {
content: "\e9b5";
}
.narmi-icon-more-vertical:before {
content: "\e9b6";
}
.narmi-icon-mouse-pointer:before {
content: "\e9b7";
}
.narmi-icon-move:before {
content: "\e9b8";
}
.narmi-icon-music:before {
content: "\e9b9";
}
.narmi-icon-navigation:before {
content: "\e9ba";
}
.narmi-icon-navigation-2:before {
content: "\e9bb";
}
.narmi-icon-octagon:before {
content: "\e9bc";
}
.narmi-icon-package:before {
content: "\e9bd";
}
.narmi-icon-paperclip:before {
content: "\e9be";
}
.narmi-icon-pause:before {
content: "\e9bf";
}
.narmi-icon-pause-circle:before {
content: "\e9c0";
}
.narmi-icon-pen-tool:before {
content: "\e9c1";
}
.narmi-icon-percent:before {
content: "\e9c2";
}
.narmi-icon-phone:before {
content: "\e9c3";
}
.narmi-icon-phone-call:before {
content: "\e9c4";
}
.narmi-icon-phone-forwarded:before {
content: "\e9c5";
}
.narmi-icon-phone-incoming:before {
content: "\e9c6";
}
.narmi-icon-phone-missed:before {
content: "\e9c7";
}
.narmi-icon-phone-off:before {
content: "\e9c8";
}
.narmi-icon-phone-outgoing:before {
content: "\e9c9";
}
.narmi-icon-pie-chart:before {
content: "\e9ca";
}
.narmi-icon-play:before {
content: "\e9cb";
}
.narmi-icon-play-circle:before {
content: "\e9cc";
}
.narmi-icon-plus:before {
content: "\e9cd";
}
.narmi-icon-plus-circle:before {
content: "\e9ce";
}
.narmi-icon-plus-square:before {
content: "\e9cf";
}
.narmi-icon-pocket:before {
content: "\e9d0";
}
.narmi-icon-power:before {
content: "\e9d1";
}
.narmi-icon-printer:before {
content: "\e9d2";
}
.narmi-icon-radio:before {
content: "\e9d3";
}
.narmi-icon-refresh-ccw:before {
content: "\e9d4";
}
.narmi-icon-refresh-cw:before {
content: "\e9d5";
}
.narmi-icon-repeat:before {
content: "\e9d6";
}
.narmi-icon-rewind:before {
content: "\e9d7";
}
.narmi-icon-rotate-ccw:before {
content: "\e9d8";
}
.narmi-icon-rotate-cw:before {
content: "\e9d9";
}
.narmi-icon-rss:before {
content: "\e9da";
}
.narmi-icon-save:before {
content: "\e9db";
}
.narmi-icon-scissors:before {
content: "\e9dc";
}
.narmi-icon-search:before {
content: "\e9dd";
}
.narmi-icon-send:before {
content: "\e9de";
}
.narmi-icon-server:before {
content: "\e9df";
}
.narmi-icon-settings:before {
content: "\e9e0";
}
.narmi-icon-share:before {
content: "\e9e1";
}
.narmi-icon-share-2:before {
content: "\e9e2";
}
.narmi-icon-shield:before {
content: "\e9e3";
}
.narmi-icon-shield-off:before {
content: "\e9e4";
}
.narmi-icon-shopping-bag:before {
content: "\e9e5";
}
.narmi-icon-shopping-cart:before {
content: "\e9e6";
}
.narmi-icon-shuffle:before {
content: "\e9e7";
}
.narmi-icon-sidebar:before {
content: "\e9e8";
}
.narmi-icon-skip-back:before {
content: "\e9e9";
}
.narmi-icon-skip-forward:before {
content: "\e9ea";
}
.narmi-icon-slack:before {
content: "\e9eb";
}
.narmi-icon-slash:before {
content: "\e9ec";
}
.narmi-icon-sliders:before {
content: "\e9ed";
}
.narmi-icon-smartphone:before {
content: "\e9ee";
}
.narmi-icon-smile:before {
content: "\e9ef";
}
.narmi-icon-speaker:before {
content: "\e9f0";
}
.narmi-icon-square:before {
content: "\e9f1";
}
.narmi-icon-star:before {
content: "\e9f2";
}
.narmi-icon-stop-circle:before {
content: "\e9f3";
}
.narmi-icon-sun:before {
content: "\e9f4";
}
.narmi-icon-sunrise:before {
content: "\e9f5";
}
.narmi-icon-sunset:before {
content: "\e9f6";
}
.narmi-icon-tablet:before {
content: "\e9f7";
}
.narmi-icon-tag:before {
content: "\e9f8";
}
.narmi-icon-target:before {
content: "\e9f9";
}
.narmi-icon-terminal:before {
content: "\e9fa";
}
.narmi-icon-thermometer:before {
content: "\e9fb";
}
.narmi-icon-thumbs-down:before {
content: "\e9fc";
}
.narmi-icon-thumbs-up:before {
content: "\e9fd";
}
.narmi-icon-toggle-left:before {
content: "\e9fe";
}
.narmi-icon-toggle-right:before {
content: "\e9ff";
}
.narmi-icon-tool:before {
content: "\ea00";
}
.narmi-icon-trash:before {
content: "\ea01";
}
.narmi-icon-trash-2:before {
content: "\ea02";
}
.narmi-icon-trello:before {
content: "\ea03";
}
.narmi-icon-trending-down:before {
content: "\ea04";
}
.narmi-icon-trending-up:before {
content: "\ea05";
}
.narmi-icon-triangle:before {
content: "\ea06";
}
.narmi-icon-truck:before {
content: "\ea07";
}
.narmi-icon-tv:before {
content: "\ea08";
}
.narmi-icon-twitch:before {
content: "\ea09";
}
.narmi-icon-twitter:before {
content: "\ea0a";
}
.narmi-icon-type:before {
content: "\ea0b";
}
.narmi-icon-umbrella:before {
content: "\ea0c";
}
.narmi-icon-underline:before {
content: "\ea0d";
}
.narmi-icon-unlock:before {
content: "\ea0e";
}
.narmi-icon-upload:before {
content: "\ea0f";
}
.narmi-icon-upload-cloud:before {
content: "\ea10";
}
.narmi-icon-user:before {
content: "\ea11";
}
.narmi-icon-user-check:before {
content: "\ea12";
}
.narmi-icon-user-minus:before {
content: "\ea13";
}
.narmi-icon-user-plus:before {
content: "\ea14";
}
.narmi-icon-user-x:before {
content: "\ea15";
}
.narmi-icon-users:before {
content: "\ea16";
}
.narmi-icon-video:before {
content: "\ea17";
}
.narmi-icon-video-off:before {
content: "\ea18";
}
.narmi-icon-voicemail:before {
content: "\ea19";
}
.narmi-icon-volume:before {
content: "\ea1a";
}
.narmi-icon-volume-1:before {
content: "\ea1b";
}
.narmi-icon-volume-2:before {
content: "\ea1c";
}
.narmi-icon-volume-x:before {
content: "\ea1d";
}
.narmi-icon-watch:before {
content: "\ea1e";
}
.narmi-icon-wifi:before {
content: "\ea1f";
}
.narmi-icon-wifi-off:before {
content: "\ea20";
}
.narmi-icon-wind:before {
content: "\ea21";
}
.narmi-icon-x:before {
content: "\ea22";
}
.narmi-icon-x-circle:before {
content: "\ea23";
}
.narmi-icon-x-octagon:before {
content: "\ea24";
}
.narmi-icon-x-square:before {
content: "\ea25";
}
.narmi-icon-youtube:before {
content: "\ea26";
}
.narmi-icon-zap:before {
content: "\ea27";
}
.narmi-icon-zap-off:before {
content: "\ea28";
}
.narmi-icon-zoom-in:before {
content: "\ea29";
}
.narmi-icon-zoom-out:before {
content: "\ea2a";
}
.narmi-icon-question:before {
content: "\ea36";
}
.narmi-icon-signal:before {
content: "\ea37";
}
.narmi-icon-car:before {
content: "\ea38";
}
.narmi-icon-student:before {
content: "\ea39";
}
.narmi-icon-hand-spock:before {
content: "\ea3a";
}
.narmi-icon-venmo:before {
content: "\e90a";
}
.narmi-icon-bank:before {
content: "\e900";
}
.narmi-icon-folder-open:before {
content: "\e901";
}
.narmi-icon-group:before {
content: "\e903";
}
.narmi-icon-settings-gear:before {
content: "\e907";
}
.narmi-icon-admin-user:before {
content: "\ea35";
}
.narmi-icon-dollar-bill-line:before {
content: "\ea32";
}
.narmi-icon-wires:before {
content: "\ea33";
}
.narmi-icon-m2m:before {
content: "\ea34";
}
.narmi-icon-transfer-arrows:before {
content: "\ea31";
}
.narmi-icon-blob:before {
content: "\ea30";
}
.narmi-icon-bill:before {
content: "\e90c";
}
.narmi-icon-venmo-logo:before {
content: "\e90b";
color: #3d95ce;
}
.narmi-icon-face-id:before {
content: "\e909";
}
.narmi-icon-office:before {
content: "\e904";
}
.narmi-icon-library:before {
content: "\e921";
}
.narmi-icon-file-text:before {
content: "\e922";
}
.narmi-icon-profile:before {
content: "\e923";
}
.narmi-icon-credit-card:before {
content: "\e93f";
} | 0.283881 | 0.111048 |
@-moz-document domain("tapas.io") {
/*Dark Tapas/Tapastic - Version 1.7.1*/
/*Home Page*/
.body-outline {
background-color: #222;
}
.section-title-wrap .section-desc {
color: #e6e6e6;
}
.section-title-wrap .section-title {
color: #fff;
}
.desktop .item-thumb-wrap:hover~.title, a.preferred, a.preferred:hover {
color: #fff!important;
}
a.sub-title, a.tag {
color: #808080 !important;
}
a.sub-title:hover, a.tag:hover {
color: #ccc !important;
}
.tp-carousel .nav-btn>i {
opacity: .8;
}
a.awesome.js-desc-tip {
color: #26b6b6;
}
a.awesome.js-desc-tip:hov {
color: #166969 !important;
}
}
@-moz-document domain("tapas.io") {
/*Comic Reading Section*/
#smart-view #main-streams {
background-color: #222;
}
#smart-view #main-streams #episodes-section .episodes-header .inner {
color: #ccc;
border-bottom: 1px solid #404040;
}
#smart-view #main-streams #episodes-section .episodes-header .inner .episode-count {
color: #595959;
}
#smart-view #main-streams #episodes-section #episodes .episode .ep-header .title {
color: #fff;
}
#smart-view #main-streams #episodes-section #episodes .episode .ep-header .date>a {
color: #808080!important;
}
/*Comic Reading - Comments Section*/
#smart-view .ep-footer .footer-section>.left-side .episode-story-wrap .episode-story .text {
color: #b3b3b3;
}
.comment-section {
border-top: 1px solid #404040;
}
.comment-section .comment-streams .comment-stream:last-child {
border-bottom: 1px solid #404040;
}
.comment-section .write-box .input-wrap .inner {
background-color: #fff;
}
.comment-section .write-box .left-arrow {
border-right-color: #fff;
}
#smart-view .ep-footer .footer-section>.right-side .ep-extra-info-list .ep-extra-info:first-child {
border-top: 1px solid #404040;
}
#smart-view .ep-footer .footer-section>.right-side .ep-extra-info-list .ep-extra-info, #smart-view .footer-header {
border-bottom: 1px solid #404040;
color: #808080;
}
#smart-view .ep-footer .footer-section>.right-side .ep-extra-info-list .ep-extra-info .tags>a, #smart-view .ep-footer .footer-section>.right-side .ep-extra-info-list .ep-extra-info .send-report {
color: #808080;
}
.tags > a:hover {
color: #fff !important;
}
.comment-section .comment-streams .comment-stream {
border-top: 1px solid #404040;
}
.comment-section .comment-streams .body-wrap .body-header .date {
color: #737373;
}
.comment-section .comment-streams .body-wrap .body-header .commenter {
color: #b3b3b3;
}
.comment-section .comment-streams .body-wrap .comment-txt {
color: #b3b3b3;
}
.comment-section .comment-streams .body-wrap .txt-btn {
color: #666;
}
.comment-section .comment-streams .body-wrap .txt-btn:hover {
color: #b3b3b3;
}
.comment-section .write-box .input-wrap {
border: 0px;
border-radius: 0px;
}
.comment-section .write-box .input-wrap .inner {
border-radius: 5px;
}
.comment-section .write-box .input-wrap .close, .comment-section .write-box .input-wrap .send-post {
height: 47px;
bottom: 0px;
right: 0px;
line-height: 44px;
}
.item-title.js-selected span {
color: #a6a6a6 !important;
}
.comment-section .more-bar {
border-top: 1px solid #404040;
background-color: transparent !important;
}
.load-more-comment.txt {
background-color: white !important;
}
/*Comic Reading - Ads Section*/
#smart-view .ads {
background-color: #262626;
border-left: none;
}
/*Comic Reading - Next Recommendation Section*/
#smart-view .read-next {
background-color: #161616;
}
#smart-view .read-next .heading {
color: #cccccc;
border-top: 1px solid #404040;
}
#smart-view .read-next .card {
background-color: #262626;
}
#smart-view .read-next .card .desc-wrap .sub-wrap {
border-top: 1px solid #404040;
}
#smart-view .read-next .card .desc-wrap .sub {
color: #8c8c8c;
}
#smart-view .read-next .card .desc-wrap .sub .right span:not(:first-child) {
border-left: 1px solid #404040;
}
}
@-moz-document domain("tapas.io") {
/*Novel Reading Section*/
p.s1.s2, p.s1.s3, p.s1.s4, p.s1.s5 {
color: #ccc !important;
}
article.ep-contents.ep-html-contents {
color: #ccc !important;
}
}
@-moz-document domain("tapas.io") {
/*Hyperlink and other fixes for most Pages*/
a.link {
color: #26b6b6;
}
a.link:hover {
color: #166969 !important;
}
.global-page.dark {
background-color: #1a1a1a;
}
}
@-moz-document domain("tapas.io") {
/*Comic Reading Left-Side Bar Section*/
#smart-view #left-side-bar {
background-color: #1a1a1a;
}
#smart-view #left-side-bar .series-info-wrap .series-header .title .series-header-title {
color: #fff;
}
#smart-view #left-side-bar .series-info-wrap .series-header .author .name {
color: #ccc;
}
#smart-view #left-side-bar .number-status .cnt-txt {
color: #ccc;
}
#smart-view #left-side-bar .number-status>li.sp-line:before {
border-left: 1px solid #333 !important;
}
#smart-view #left-side-bar .description .text {
color: #b3b3b3;
}
#smart-view #left-side-bar .description #series-desc-body a.link {
color: #b3b3b3 !important;
}
#smart-view #left-side-bar .description .shadow.top {
background: linear-gradient(180deg,#1a1a1a 0,hsla(0,0%,95%,0));
}
#smart-view #left-side-bar .description .shadow.bottom {
background: linear-gradient(180deg,hsla(0,0%,95%,0) 0,#1a1a1a);
}
#smart-view #left-side-bar .episode-list-bar .bar {
background-color: #333;
}
#smart-view #left-side-bar .episode-list-bar .bar>.txt {
color: #b3b3b3;
}
#smart-view #left-side-bar #episode-list .episode .episode-box .episode-info .title {
color: #a6a6a6;
}
#smart-view #left-side-bar #episode-list .episode .episode-box .episode-info .time {
color: #666;
}
#smart-view #left-side-bar #episode-list .episode:hover, #smart-view #left-side-bar #episode-list .episode.on {
background-color: #262626;
}
#smart-view #left-side-bar .collapse-bar, #smart-view #left-side-bar .collapse-bar:hover {
border-top: none;
background-color: #1a1a1a;
}
}
@-moz-document domain("tapas.io") {
/*Reading List (Library) Page*/
.global-page-header .page-header {
color: #fff;
}
.global-page-header .section-filter .filter-item.on .item-title, .global-page-header .section-filter .filter-item:hover .item-title {
color: #fff;
}
.global-page-header .section-sort .sort-wrap .sort-item.on .item-title, .global-page-header .section-sort .sort-wrap .sort-item:hover .item-title {
color: #fff;
}
.global-page-header .section-filter .filter-item.on, .global-page-header .section-filter .filter-item:hover {
border-bottom: 1px solid #fff;
}
.global-page-header .section-filter .filter-wrap {
border-bottom: 1px solid #404040;
}
.content-item .tag {
color: #808080;
}
.page-empty .sub-title {
color: #808080;
}
.page-empty .link {
color: #b3b3b3;
}
.page-empty .link:hover {
color: #fff;
}
.global-footer .global-footer-section.mod-clear {
background-color: #222;
}
}
@-moz-document domain("tapas.io") {
/*Comics Listing Page*/
.global-page-header .section-sort .dropdown-btn .item-title span {
color: #bfbfbf;
}
li.content-item.premium a.tag.badge {
color: #fff !important;
}
}
@-moz-document domain("tapas.io") {
/*Creators Listing Page*/
.content-item .sub-title, .content-item .sub-title .link-title {
color: #666;
}
.content-item .sub-title .link-title:hover {
color: #d9d9d9;
}
.content-item .sub-title:hover {
color: #666;
}
}
@-moz-document domain("tapas.io") {
/*Profile Page*/
#profile-page, #profile-page .main {
background-color: #222;
}
#profile-page .user-info-section .inner .user-desc .author {
color: #ccc;
}
.comment-type-wrap ul {
border-bottom: 1px solid #404040;
}
.comment-section.wall.individual .comment-stream {
border-top: 2px solid #404040;
}
.comment-section.wall .body-wrap .paging-header {
border-top: 1px solid #404040;
border-bottom: 1px solid #404040;
}
.comment-section .comment-streams .body-wrap .edit-body, .comment-section .comment-streams .body-wrap .reply-body {
padding-left: 10px;
}
.aside-wrap .header, .aside-wrap .aside-list>li {
border-bottom: 1px solid #404040;
}
.comment-section.wall .comment-stream .comment-txt .original-comment {
color: #999;
}
a.site-name.awesome {
color: #fff;
}
a.site-name.awesome:hover {
color: #26b6b6 !important;
}
}
@-moz-document domain("tapas.io") {
/*Settings & Ink Page*/
.dashboard-header-wrap {
background-color: transparent;
}
.dashboard-layout-header {
background-color: #bfbfbf;
}
.shortcut-nav {
background-color: #222;
border-bottom: 1px solid #404040;
}
#dashboard-shortcut-nav .inner .shortcut-wrap {
border-bottom: 1px solid #404040;
}
#dashboard-shortcut-nav.docked {
border-bottom: 1px solid #404040;
}
.shortcut-nav .shortcut-wrap .shortcut-item .item-title.selected, .shortcut-nav .shortcut-wrap .shortcut-item .item-title {
color: #fff;
border-bottom: none !important;
}
.shortcut-nav .shortcut-wrap .shortcut-item .item-title.selected, .shortcut-nav .shortcut-wrap .shortcut-item .item-title:hover {
background-color: #737373;
border-bottom: none !important;
}
.dashboard-page .section-title {
color: #fff;
}
.dashboard-page .blocked-users.empty {
color: #666;
}
.dashboard-page .blocked-users {
color: #26b6b6;
}
.onoff-title {
color: #e6e6e6;
}
.onoff-tip {
color: #999;
}
.onoff-switch-wrap .onoff-switch-label .inner:before {
background-color: #65A546;
}
.dashboard-page-wrap.dark {
background-color: #333;
}
.options-page .info-section .row {
border-bottom: 1px solid #595959;
}
.options-page .info-section .row.light {
border-color: #4d4d4d;
}
.options-page .info-section .row .row-title, .options-page .info-section .row-label {
color: #bfbfbf;
}
.options-page .info-section .row-input .input-wrap {
background-color: #fff;
}
}
@-moz-document domain("tapas.io") {
/*Activities Page*/
.activity-page .date-header {
color: #a6a6a6;
border-bottom: 1px solid #404040;
}
.activity-page .activities .item.mod-unread .activity {
color: #e6e6e6 !important;
}
.activity-page .activities .activity {
color: #e6e6e6 !important;
}
.activity-page .activities .activity .acted-time {
color: #666;
}
}
@-moz-document domain("tapas.io") {
/*Search Results Page*/
.search-item-wrap .title-section .link {
color: #fff;
}
.search-item-wrap .title-section .sub-title {
color: #e6e6e6;
}
.search-item-wrap .title-section .link.smog {
color: #e6e6e6;
}
.search-item-wrap:hover .title-section:hover .link:hover {
color: #a6a6a6;
}
.word-highlight {
background-color: #dca409;
}
}
@-moz-document domain("tapas.io") {
/*Publish Page*/
.section-wrap .narrow .desc.main-title {
color: #fff;
}
.section-wrap .narrow .desc.last-title {
color: #ccc;
}
.publish-section.ghost {
background-color: #1a1a1a;
}
.txt-btn:hover.ghost {
color: #999;
}
.publish-section.work .narrow .txt-btn {
color: #ccc;
border: 2px solid #ccc;
}
}
@-moz-document domain("tapas.io") {
/*Feeds Page*/
.feed-header .inner h1 {
color: #fff;
}
.feed-stream .feed-episode .episode-desc {
background-color: #fff;
margin: 0px;
padding: 20px;
}
}
@-moz-document domain("tapas.io") {
/*About Page*/
.txt-l {
color: #fff !important;
}
.global-stuff-section .global-stuff-section-inner .global-stuff-section-title {
color: #fff !important;
}
.team .member .desc p:first-child {
color: #fff !important;
}
.team .member .desc p:last-child {
color: #f6b606 !important;
}
.global-stuff-section .global-stuff-section-inner .global-stuff-item-wrap p {
color: #fff !important;
}
}
@-moz-document url-prefix("https://tapas.io/newsfeed"), url-prefix("http://tapas.io/newsfeed") {
/*Newsfeed Page*/
.list-item.pinned {
background-color: #464656 !important;
}
p.title {
color: #fff !important;
}
div.list-item-body.js-item.body span, p {
color: #fff !important;
}
div.body-outline ul li, ol li, p span, div.list-item-body.js-item-body span{
color: #fff !important;
}
div.body-outline p a span, div.list-item-body.js-item-body p a span, div.list-item-body.js-item-body a span, div.list-item-body.js-item-body p a {
color: #1155cc !important;
background-color: transparent !important;
}
li.list-item, .list-item-body{
border-bottom: 1px solid #464656;
}
}
@-moz-document url-prefix("https://tapas.io/account/verify-age"), url-prefix("http://tapas.io/account/verify-age") {
/*Mature Verify Page*/
.age-page p {
color: #fff !important;
}
.age-page .age-select ul li p {
color: #000 !important;
}
.age-page .age-button-wrap a {
background-color: hsla(0,0%,100%,.6);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
opacity: .8;
}
.age-page .age-button-wrap button.on {
background-color: #313146;
}
} | data/usercss/142411.user.css | @-moz-document domain("tapas.io") {
/*Dark Tapas/Tapastic - Version 1.7.1*/
/*Home Page*/
.body-outline {
background-color: #222;
}
.section-title-wrap .section-desc {
color: #e6e6e6;
}
.section-title-wrap .section-title {
color: #fff;
}
.desktop .item-thumb-wrap:hover~.title, a.preferred, a.preferred:hover {
color: #fff!important;
}
a.sub-title, a.tag {
color: #808080 !important;
}
a.sub-title:hover, a.tag:hover {
color: #ccc !important;
}
.tp-carousel .nav-btn>i {
opacity: .8;
}
a.awesome.js-desc-tip {
color: #26b6b6;
}
a.awesome.js-desc-tip:hov {
color: #166969 !important;
}
}
@-moz-document domain("tapas.io") {
/*Comic Reading Section*/
#smart-view #main-streams {
background-color: #222;
}
#smart-view #main-streams #episodes-section .episodes-header .inner {
color: #ccc;
border-bottom: 1px solid #404040;
}
#smart-view #main-streams #episodes-section .episodes-header .inner .episode-count {
color: #595959;
}
#smart-view #main-streams #episodes-section #episodes .episode .ep-header .title {
color: #fff;
}
#smart-view #main-streams #episodes-section #episodes .episode .ep-header .date>a {
color: #808080!important;
}
/*Comic Reading - Comments Section*/
#smart-view .ep-footer .footer-section>.left-side .episode-story-wrap .episode-story .text {
color: #b3b3b3;
}
.comment-section {
border-top: 1px solid #404040;
}
.comment-section .comment-streams .comment-stream:last-child {
border-bottom: 1px solid #404040;
}
.comment-section .write-box .input-wrap .inner {
background-color: #fff;
}
.comment-section .write-box .left-arrow {
border-right-color: #fff;
}
#smart-view .ep-footer .footer-section>.right-side .ep-extra-info-list .ep-extra-info:first-child {
border-top: 1px solid #404040;
}
#smart-view .ep-footer .footer-section>.right-side .ep-extra-info-list .ep-extra-info, #smart-view .footer-header {
border-bottom: 1px solid #404040;
color: #808080;
}
#smart-view .ep-footer .footer-section>.right-side .ep-extra-info-list .ep-extra-info .tags>a, #smart-view .ep-footer .footer-section>.right-side .ep-extra-info-list .ep-extra-info .send-report {
color: #808080;
}
.tags > a:hover {
color: #fff !important;
}
.comment-section .comment-streams .comment-stream {
border-top: 1px solid #404040;
}
.comment-section .comment-streams .body-wrap .body-header .date {
color: #737373;
}
.comment-section .comment-streams .body-wrap .body-header .commenter {
color: #b3b3b3;
}
.comment-section .comment-streams .body-wrap .comment-txt {
color: #b3b3b3;
}
.comment-section .comment-streams .body-wrap .txt-btn {
color: #666;
}
.comment-section .comment-streams .body-wrap .txt-btn:hover {
color: #b3b3b3;
}
.comment-section .write-box .input-wrap {
border: 0px;
border-radius: 0px;
}
.comment-section .write-box .input-wrap .inner {
border-radius: 5px;
}
.comment-section .write-box .input-wrap .close, .comment-section .write-box .input-wrap .send-post {
height: 47px;
bottom: 0px;
right: 0px;
line-height: 44px;
}
.item-title.js-selected span {
color: #a6a6a6 !important;
}
.comment-section .more-bar {
border-top: 1px solid #404040;
background-color: transparent !important;
}
.load-more-comment.txt {
background-color: white !important;
}
/*Comic Reading - Ads Section*/
#smart-view .ads {
background-color: #262626;
border-left: none;
}
/*Comic Reading - Next Recommendation Section*/
#smart-view .read-next {
background-color: #161616;
}
#smart-view .read-next .heading {
color: #cccccc;
border-top: 1px solid #404040;
}
#smart-view .read-next .card {
background-color: #262626;
}
#smart-view .read-next .card .desc-wrap .sub-wrap {
border-top: 1px solid #404040;
}
#smart-view .read-next .card .desc-wrap .sub {
color: #8c8c8c;
}
#smart-view .read-next .card .desc-wrap .sub .right span:not(:first-child) {
border-left: 1px solid #404040;
}
}
@-moz-document domain("tapas.io") {
/*Novel Reading Section*/
p.s1.s2, p.s1.s3, p.s1.s4, p.s1.s5 {
color: #ccc !important;
}
article.ep-contents.ep-html-contents {
color: #ccc !important;
}
}
@-moz-document domain("tapas.io") {
/*Hyperlink and other fixes for most Pages*/
a.link {
color: #26b6b6;
}
a.link:hover {
color: #166969 !important;
}
.global-page.dark {
background-color: #1a1a1a;
}
}
@-moz-document domain("tapas.io") {
/*Comic Reading Left-Side Bar Section*/
#smart-view #left-side-bar {
background-color: #1a1a1a;
}
#smart-view #left-side-bar .series-info-wrap .series-header .title .series-header-title {
color: #fff;
}
#smart-view #left-side-bar .series-info-wrap .series-header .author .name {
color: #ccc;
}
#smart-view #left-side-bar .number-status .cnt-txt {
color: #ccc;
}
#smart-view #left-side-bar .number-status>li.sp-line:before {
border-left: 1px solid #333 !important;
}
#smart-view #left-side-bar .description .text {
color: #b3b3b3;
}
#smart-view #left-side-bar .description #series-desc-body a.link {
color: #b3b3b3 !important;
}
#smart-view #left-side-bar .description .shadow.top {
background: linear-gradient(180deg,#1a1a1a 0,hsla(0,0%,95%,0));
}
#smart-view #left-side-bar .description .shadow.bottom {
background: linear-gradient(180deg,hsla(0,0%,95%,0) 0,#1a1a1a);
}
#smart-view #left-side-bar .episode-list-bar .bar {
background-color: #333;
}
#smart-view #left-side-bar .episode-list-bar .bar>.txt {
color: #b3b3b3;
}
#smart-view #left-side-bar #episode-list .episode .episode-box .episode-info .title {
color: #a6a6a6;
}
#smart-view #left-side-bar #episode-list .episode .episode-box .episode-info .time {
color: #666;
}
#smart-view #left-side-bar #episode-list .episode:hover, #smart-view #left-side-bar #episode-list .episode.on {
background-color: #262626;
}
#smart-view #left-side-bar .collapse-bar, #smart-view #left-side-bar .collapse-bar:hover {
border-top: none;
background-color: #1a1a1a;
}
}
@-moz-document domain("tapas.io") {
/*Reading List (Library) Page*/
.global-page-header .page-header {
color: #fff;
}
.global-page-header .section-filter .filter-item.on .item-title, .global-page-header .section-filter .filter-item:hover .item-title {
color: #fff;
}
.global-page-header .section-sort .sort-wrap .sort-item.on .item-title, .global-page-header .section-sort .sort-wrap .sort-item:hover .item-title {
color: #fff;
}
.global-page-header .section-filter .filter-item.on, .global-page-header .section-filter .filter-item:hover {
border-bottom: 1px solid #fff;
}
.global-page-header .section-filter .filter-wrap {
border-bottom: 1px solid #404040;
}
.content-item .tag {
color: #808080;
}
.page-empty .sub-title {
color: #808080;
}
.page-empty .link {
color: #b3b3b3;
}
.page-empty .link:hover {
color: #fff;
}
.global-footer .global-footer-section.mod-clear {
background-color: #222;
}
}
@-moz-document domain("tapas.io") {
/*Comics Listing Page*/
.global-page-header .section-sort .dropdown-btn .item-title span {
color: #bfbfbf;
}
li.content-item.premium a.tag.badge {
color: #fff !important;
}
}
@-moz-document domain("tapas.io") {
/*Creators Listing Page*/
.content-item .sub-title, .content-item .sub-title .link-title {
color: #666;
}
.content-item .sub-title .link-title:hover {
color: #d9d9d9;
}
.content-item .sub-title:hover {
color: #666;
}
}
@-moz-document domain("tapas.io") {
/*Profile Page*/
#profile-page, #profile-page .main {
background-color: #222;
}
#profile-page .user-info-section .inner .user-desc .author {
color: #ccc;
}
.comment-type-wrap ul {
border-bottom: 1px solid #404040;
}
.comment-section.wall.individual .comment-stream {
border-top: 2px solid #404040;
}
.comment-section.wall .body-wrap .paging-header {
border-top: 1px solid #404040;
border-bottom: 1px solid #404040;
}
.comment-section .comment-streams .body-wrap .edit-body, .comment-section .comment-streams .body-wrap .reply-body {
padding-left: 10px;
}
.aside-wrap .header, .aside-wrap .aside-list>li {
border-bottom: 1px solid #404040;
}
.comment-section.wall .comment-stream .comment-txt .original-comment {
color: #999;
}
a.site-name.awesome {
color: #fff;
}
a.site-name.awesome:hover {
color: #26b6b6 !important;
}
}
@-moz-document domain("tapas.io") {
/*Settings & Ink Page*/
.dashboard-header-wrap {
background-color: transparent;
}
.dashboard-layout-header {
background-color: #bfbfbf;
}
.shortcut-nav {
background-color: #222;
border-bottom: 1px solid #404040;
}
#dashboard-shortcut-nav .inner .shortcut-wrap {
border-bottom: 1px solid #404040;
}
#dashboard-shortcut-nav.docked {
border-bottom: 1px solid #404040;
}
.shortcut-nav .shortcut-wrap .shortcut-item .item-title.selected, .shortcut-nav .shortcut-wrap .shortcut-item .item-title {
color: #fff;
border-bottom: none !important;
}
.shortcut-nav .shortcut-wrap .shortcut-item .item-title.selected, .shortcut-nav .shortcut-wrap .shortcut-item .item-title:hover {
background-color: #737373;
border-bottom: none !important;
}
.dashboard-page .section-title {
color: #fff;
}
.dashboard-page .blocked-users.empty {
color: #666;
}
.dashboard-page .blocked-users {
color: #26b6b6;
}
.onoff-title {
color: #e6e6e6;
}
.onoff-tip {
color: #999;
}
.onoff-switch-wrap .onoff-switch-label .inner:before {
background-color: #65A546;
}
.dashboard-page-wrap.dark {
background-color: #333;
}
.options-page .info-section .row {
border-bottom: 1px solid #595959;
}
.options-page .info-section .row.light {
border-color: #4d4d4d;
}
.options-page .info-section .row .row-title, .options-page .info-section .row-label {
color: #bfbfbf;
}
.options-page .info-section .row-input .input-wrap {
background-color: #fff;
}
}
@-moz-document domain("tapas.io") {
/*Activities Page*/
.activity-page .date-header {
color: #a6a6a6;
border-bottom: 1px solid #404040;
}
.activity-page .activities .item.mod-unread .activity {
color: #e6e6e6 !important;
}
.activity-page .activities .activity {
color: #e6e6e6 !important;
}
.activity-page .activities .activity .acted-time {
color: #666;
}
}
@-moz-document domain("tapas.io") {
/*Search Results Page*/
.search-item-wrap .title-section .link {
color: #fff;
}
.search-item-wrap .title-section .sub-title {
color: #e6e6e6;
}
.search-item-wrap .title-section .link.smog {
color: #e6e6e6;
}
.search-item-wrap:hover .title-section:hover .link:hover {
color: #a6a6a6;
}
.word-highlight {
background-color: #dca409;
}
}
@-moz-document domain("tapas.io") {
/*Publish Page*/
.section-wrap .narrow .desc.main-title {
color: #fff;
}
.section-wrap .narrow .desc.last-title {
color: #ccc;
}
.publish-section.ghost {
background-color: #1a1a1a;
}
.txt-btn:hover.ghost {
color: #999;
}
.publish-section.work .narrow .txt-btn {
color: #ccc;
border: 2px solid #ccc;
}
}
@-moz-document domain("tapas.io") {
/*Feeds Page*/
.feed-header .inner h1 {
color: #fff;
}
.feed-stream .feed-episode .episode-desc {
background-color: #fff;
margin: 0px;
padding: 20px;
}
}
@-moz-document domain("tapas.io") {
/*About Page*/
.txt-l {
color: #fff !important;
}
.global-stuff-section .global-stuff-section-inner .global-stuff-section-title {
color: #fff !important;
}
.team .member .desc p:first-child {
color: #fff !important;
}
.team .member .desc p:last-child {
color: #f6b606 !important;
}
.global-stuff-section .global-stuff-section-inner .global-stuff-item-wrap p {
color: #fff !important;
}
}
@-moz-document url-prefix("https://tapas.io/newsfeed"), url-prefix("http://tapas.io/newsfeed") {
/*Newsfeed Page*/
.list-item.pinned {
background-color: #464656 !important;
}
p.title {
color: #fff !important;
}
div.list-item-body.js-item.body span, p {
color: #fff !important;
}
div.body-outline ul li, ol li, p span, div.list-item-body.js-item-body span{
color: #fff !important;
}
div.body-outline p a span, div.list-item-body.js-item-body p a span, div.list-item-body.js-item-body a span, div.list-item-body.js-item-body p a {
color: #1155cc !important;
background-color: transparent !important;
}
li.list-item, .list-item-body{
border-bottom: 1px solid #464656;
}
}
@-moz-document url-prefix("https://tapas.io/account/verify-age"), url-prefix("http://tapas.io/account/verify-age") {
/*Mature Verify Page*/
.age-page p {
color: #fff !important;
}
.age-page .age-select ul li p {
color: #000 !important;
}
.age-page .age-button-wrap a {
background-color: hsla(0,0%,100%,.6);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
opacity: .8;
}
.age-page .age-button-wrap button.on {
background-color: #313146;
}
} | 0.227212 | 0.045016 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(consumerist.com) {
#moreTopStories, #splashPosts, #header-container, #header {display: none !important}
#main {top: 0 !important; }
}
@-moz-document domain(amazon.com) {
div[id^="adWishlist"] {display: none !important}
}
@-moz-document domain(bbc.co.uk) {
#socialBookMarks, .mvtb {display:none !important}
}
@-moz-document domain("cnn.com") {
.inlink_chart {background: none !important}
.cnnEmbeddShare, .cnnMixx, .cnnEmbeddedMosLnk, .cnnBelT1ad, .cnn234Container, .cnnBelT1AdTop, .cnnSvcs88x31ad, .cnnMpPartners, .cnnPartnerSubscribe, .cnnPadMpPartners, #cnnWeatherSponsor, .cnnMBSponsor, cnnMBSponTxt, .cnnWCAdBox, .cnnWireAdLtgBox, .cnnAdLinksRR, .cnnHtAdvertLnks, .cnnWireAdLtgBox, #cnnWeatherContainer, .cnniReportBox, .cnnMpVidTopper, #cnnMpVideoBox, .cnnSvcsTopper, table.cnnPL, #section_FindbizIframe, #cnnuserTools, a[href^="http://www.ireport.com/"], #cnn_content, #cnn_cb336, .cnnStoryElementBoxAd, a[href^="http://autos.aol.com"] {display: none !important}
p a[href^="http://topics.cnn.com/"], p a[href^="/ELECTION/"] {font-family: inherit !important; text-decoration: inherit !important; font-weight: inherit !important; color: inherit !important;}
}
@-moz-document domain(desmoinesregister.com) {
#bookmark-tools, #search-sponsor, #partner-links, #partner-logos, .articleflex-container, object {display:none !important}
}
@-moz-document domain(electronista.com) {
#leaderboard, .ibHead, #supportbod, .sidebodwide, .sideheadadbox, .sidebotwide, .sideheadright, .sideheadsponsors, .sidebodnarrow2, .sidebotnarrow2 {display: none !important}
#support, #supporthead {background: none !important; height: 1px !important}
}
@-moz-document domain(guardian.co.uk) {
.sponsored-features, .jobsbox, #ads-intro, #article-toolbox-side,#auto-trader-search {display: none !important}
}
@-moz-document domain("icanhascheezburger.com"), domain("ihasahotdog.com"), domain("punditkitchen.com") {
#floattop, .globalNavTop, a[href*=n4fcats], .panemain, div[id^=embedFav], .commentnow, div[id^=emailShare], .socmarks, #comments, #respond, .commentlist, p strong, .commentnavigation, #sidenav, img[src*=doubleclick], .globalNavFooter, .js-ratings-tableWrapper {display: none !important }
#whole {min-height: 0px !important}
}
@-moz-document domain("idle.slashdot.org") {
#art1, #art1 div, #art1 p, #art1 h3, #art1 a {background: white !important; color: black !important}
}
@-moz-document domain("isc.sans.org") {
.sidead {display:none !important}
}
@-moz-document domain(local6.com), domain(wnbc.com) {
.StoryBody hr, #storytools, table.storyAd, #textlinks, #sw10871350, #sw4701249, #sw4699072 {display:none !important}
}
@-moz-document domain(news.cnet.com) {
.linkIcon, .yahooBtn, #topMPU, #newsResource {display:none !important}
}
@-moz-document domain(postbulletin.com), domain(qconline.com) {
.article_tools, .story_right_adv, .rightrail_topads, .rightrail_adspotlight, #t-table, .header_weather p, .story_right_adv {display:none !important}
}
@-moz-document domain(qctimes.com) {
.upickem-deal-of-the-day, .blox-leaderboard-container, #head-promo-spot, .tabs, #contentMatch, .side_weather .wSponsor, .side_weather div, .side_ad, #btmAds, .leader {display:none !important}
}
@-moz-document domain(reuters.com) {
#shareFooter, #atools, .NONE, .adButtonBox {display:none !important}
}
@-moz-document domain(slashdot.org) {
#fad6, #fad30, .ad1, .ad2, .ad6, .ad30, #art7, #links-services, #links-jobs, .lb {display:none !important}
}
@-moz-document domain(theonion.com) {
.article_tools, #personals_content, .toolbar_bottom {display:none !important}
}
@-moz-document domain(usatoday.com) {
.socialList, .socialHead2, .mixx2, .socialdigg, #social2 {display:none !important}
}
@-moz-document domain(velonews.com) {
div[id^="art_ad_"], div[id^="ad_home_r"], #block-google-adsense, ul#bookmark_icons, #ad-leader, #circ-leader {display: none !important}
#body-container { background-position: 0 0 !important}
}
@-moz-document domain(washingtonpost.com) {
#content_column_table, #textlinkWrapper {display:none !important}
#article_body p a {color: black !important; text-decoration: none !important; cursor: default !important}
}
@-moz-document domain("yahoo.com") {
.ad_slug_table, .lrec {display: none !important}
} | data/usercss/12970.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(consumerist.com) {
#moreTopStories, #splashPosts, #header-container, #header {display: none !important}
#main {top: 0 !important; }
}
@-moz-document domain(amazon.com) {
div[id^="adWishlist"] {display: none !important}
}
@-moz-document domain(bbc.co.uk) {
#socialBookMarks, .mvtb {display:none !important}
}
@-moz-document domain("cnn.com") {
.inlink_chart {background: none !important}
.cnnEmbeddShare, .cnnMixx, .cnnEmbeddedMosLnk, .cnnBelT1ad, .cnn234Container, .cnnBelT1AdTop, .cnnSvcs88x31ad, .cnnMpPartners, .cnnPartnerSubscribe, .cnnPadMpPartners, #cnnWeatherSponsor, .cnnMBSponsor, cnnMBSponTxt, .cnnWCAdBox, .cnnWireAdLtgBox, .cnnAdLinksRR, .cnnHtAdvertLnks, .cnnWireAdLtgBox, #cnnWeatherContainer, .cnniReportBox, .cnnMpVidTopper, #cnnMpVideoBox, .cnnSvcsTopper, table.cnnPL, #section_FindbizIframe, #cnnuserTools, a[href^="http://www.ireport.com/"], #cnn_content, #cnn_cb336, .cnnStoryElementBoxAd, a[href^="http://autos.aol.com"] {display: none !important}
p a[href^="http://topics.cnn.com/"], p a[href^="/ELECTION/"] {font-family: inherit !important; text-decoration: inherit !important; font-weight: inherit !important; color: inherit !important;}
}
@-moz-document domain(desmoinesregister.com) {
#bookmark-tools, #search-sponsor, #partner-links, #partner-logos, .articleflex-container, object {display:none !important}
}
@-moz-document domain(electronista.com) {
#leaderboard, .ibHead, #supportbod, .sidebodwide, .sideheadadbox, .sidebotwide, .sideheadright, .sideheadsponsors, .sidebodnarrow2, .sidebotnarrow2 {display: none !important}
#support, #supporthead {background: none !important; height: 1px !important}
}
@-moz-document domain(guardian.co.uk) {
.sponsored-features, .jobsbox, #ads-intro, #article-toolbox-side,#auto-trader-search {display: none !important}
}
@-moz-document domain("icanhascheezburger.com"), domain("ihasahotdog.com"), domain("punditkitchen.com") {
#floattop, .globalNavTop, a[href*=n4fcats], .panemain, div[id^=embedFav], .commentnow, div[id^=emailShare], .socmarks, #comments, #respond, .commentlist, p strong, .commentnavigation, #sidenav, img[src*=doubleclick], .globalNavFooter, .js-ratings-tableWrapper {display: none !important }
#whole {min-height: 0px !important}
}
@-moz-document domain("idle.slashdot.org") {
#art1, #art1 div, #art1 p, #art1 h3, #art1 a {background: white !important; color: black !important}
}
@-moz-document domain("isc.sans.org") {
.sidead {display:none !important}
}
@-moz-document domain(local6.com), domain(wnbc.com) {
.StoryBody hr, #storytools, table.storyAd, #textlinks, #sw10871350, #sw4701249, #sw4699072 {display:none !important}
}
@-moz-document domain(news.cnet.com) {
.linkIcon, .yahooBtn, #topMPU, #newsResource {display:none !important}
}
@-moz-document domain(postbulletin.com), domain(qconline.com) {
.article_tools, .story_right_adv, .rightrail_topads, .rightrail_adspotlight, #t-table, .header_weather p, .story_right_adv {display:none !important}
}
@-moz-document domain(qctimes.com) {
.upickem-deal-of-the-day, .blox-leaderboard-container, #head-promo-spot, .tabs, #contentMatch, .side_weather .wSponsor, .side_weather div, .side_ad, #btmAds, .leader {display:none !important}
}
@-moz-document domain(reuters.com) {
#shareFooter, #atools, .NONE, .adButtonBox {display:none !important}
}
@-moz-document domain(slashdot.org) {
#fad6, #fad30, .ad1, .ad2, .ad6, .ad30, #art7, #links-services, #links-jobs, .lb {display:none !important}
}
@-moz-document domain(theonion.com) {
.article_tools, #personals_content, .toolbar_bottom {display:none !important}
}
@-moz-document domain(usatoday.com) {
.socialList, .socialHead2, .mixx2, .socialdigg, #social2 {display:none !important}
}
@-moz-document domain(velonews.com) {
div[id^="art_ad_"], div[id^="ad_home_r"], #block-google-adsense, ul#bookmark_icons, #ad-leader, #circ-leader {display: none !important}
#body-container { background-position: 0 0 !important}
}
@-moz-document domain(washingtonpost.com) {
#content_column_table, #textlinkWrapper {display:none !important}
#article_body p a {color: black !important; text-decoration: none !important; cursor: default !important}
}
@-moz-document domain("yahoo.com") {
.ad_slug_table, .lrec {display: none !important}
} | 0.14259 | 0.079926 |
.testimonial-container {
width: 100%;
}
.cd-testimonials-wrapper {
position: relative;
width: 100%;
max-width: 100%;
margin: 0 auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
z-index: 1;
}
.cd-testimonials-wrapper ul li {text-decoration: none;list-style:none;}
.cd-testimonials-wrapper h2 {
text-align: center;
position: absolute;
width: 100%;
top: 60px;
margin: 0 auto;
}
.cd-testimonials-wrapper h2 {
text-align: center;
position: absolute;
width: 100%;
top: 100px;
margin: 0 auto;
}
.testimonial-content {
max-width: 1000px;
width: 80%;
margin: 0 auto 30px auto;
}
.cd-testimonials {
color: rgba(130, 132, 139, 1);
text-align: center;
list-style: none;
padding: 0;
margin: 0;
}
.cd-testimonials > li {
position: absolute;
opacity: 0;
}
.cd-testimonials > li:first-child {
position: relative;
opacity: 1;
}
.testimonial-content p {
font-style: italic;
line-height: 1.4;
margin-bottom: 1em;
padding: 0 14px;
}
@media only screen and (min-width: 768px) {
.testimonial-content p {
font-size: 20px;
font-family: 'Open Sans';
}
}
@media only screen and (min-width: 1170px) {
.testimonial-content p {
font-size: 20px;
line-height: 1.6;
}
}
.cd-author-info span p {
display: inline-block;
font-size: 14px;
padding-left: 0;
}
.cd-author ul {margin: 0rem !important;}
.cd-author-info span p a {
color: rgba(126, 129, 136, 1);
}
.cd-author img,
.cd-author .cd-author-info {
display: inline-block;
vertical-align: top;
}
.cd-author img {
width: 40px;
height: 40px;
border-radius: 50%;
margin-right: 5px;
}
.cd-author .cd-author-info {
text-align: left;
line-height: 1
}
.cd-author .cd-author-info li:first-child {
font-size: 14px;
margin-top: 4px;
}
.cd-author .cd-author-info li:last-child {
font-size: 12px;
color: #6b6b70;
}
ul.cd-author-info {
list-style: none;
}
ul.cd-author-info li span:before {
font-family: 'FontAwesome';
content: '\f099';
font-size: 24px;
display: inline-block;
position: absolute;
margin-top: 2px;
font-style: normal;
margin-left: -30px;
}
ul.cd-author-info li span {
font-size: 14px;
padding-left: 30px;
line-height: 24px;
font-family: 'Open Sans', sans-serif;
font-style: italic;
font-weight: 300;
}
@media only screen and (min-width: 768px) {
.cd-author img {
width: 58px;
height: 58px;
}
.cd-author .cd-author-info {
line-height: 1.4;
}
.cd-author .cd-author-info li:first-child {
font-size: 18px;
}
}
@media only screen and (max-width: 320px) {}
.flex-direction-nav a {
text-decoration: none;
display: block;
width: 40px;
height: 25%;
margin: 0px 0 0;
position: absolute;
z-index: 9999;
top: 0;
overflow: hidden;
opacity: 1;
background: rgb(227, 227, 227);
cursor: pointer;
color: rgba(95, 92, 92, 0.5);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
font-size: 40px;
content: "\f100"; /* this is your text. You can also use UTF-8 character codes as I do here */
font: normal normal normal 30px/1 FontAwesome;
position: absolute;
display: block;
top: 50%;
padding: 14px 10px 14px 10px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.flex-direction-nav a.flex-next:before {
font-size: 40px;
content: "\f101"; /* this is your text. You can also use UTF-8 character codes as I do here */
font: normal normal normal 30px/1 FontAwesome;
padding: 14px 20px 14px 10px;
}
.flex-direction-nav .flex-prev {
left: 0px;
}
.flex-direction-nav .flex-next {
right: 0px;
text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
opacity: 1;
left: 0px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
opacity: 1;
right: 0px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
opacity: 1;
}
.flex-direction-nav .flex-disabled {
opacity: 0!important;
filter: alpha(opacity=0);
cursor: default;
}
.flex-control-paging li a {
width: 6px;
height: 6px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.4);
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
background: #000;
background: rgba(2, 23, 31, 1);
cursor: default;
}
.flex-control-nav {
position: absolute;
margin: 0 auto;
padding: 0;
text-align: center;
width: 100%;
}
.flex-control-nav li {
display: inline-block;
padding: 0px 5px 0px 5px;
}
@media screen and (max-width: 767px) {
.flex-direction-nav a {
width: 30px;
}
.flex-direction-nav a:before {
visibility: hidden;
}
.flex-direction-nav a:before {
padding: 14px 0px 10px 0px;
}
.flex-direction-nav .flex-prev {
left: 0px;
}
.flex-direction-nav .flex-next {
right: 0px;
text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
opacity: 1;
left: 0px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
opacity: 1;
right: 0px;
}
.flex-direction-nav {
visibility: hidden;
}
}
/*---------------------*/
.grtyoutube-popup {
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
z-index:99999;
}
.grtyoutube-popup-content {
margin-top:110px;
width:95%;
max-width:850px;
margin-left:auto;
margin-right:auto;
position:relative;
}
@media screen and (max-height:605px){
.grtyoutube-popup-content {
margin-top:10px;
width:80%;
height:80%; }
}
.grtyoutube-popup-close {
position:absolute;
top:-30px;
right:0;
color:#FFF;
font-size:25px;
width:17px;
height:17px;
cursor:pointer;
}
@media screen and (max-height:605px){
.grtyoutube-popup-close{
top: 0px;
right: -20px;
}
}
.grtyoutube-iframe {
width:100%;
height:480px;
}
@media (max-width:767px) {
.grtyoutube-iframe {
width:100%;
height:350px;
}
}
.grtyoutube-dark-theme{
background: rgba(45,0,49, 0.85);
}
.grtyoutube-dark-theme .grtyoutube-popup-content {
-webkit-box-shadow: 0px 0px 8px 0px rgba(31,1,34,0.4);
-moz-box-shadow: 0px 0px 8px 0px rgba(31,1,34,0.4);
box-shadow: 0px 0px 8px 0px rgba(31,1,34,0.4);
}
.grtyoutube-dark-theme .grtyoutube-popup-close {
background: url('../../images/icon-close-white.png') no-repeat;
}
.grtyoutube-light-theme {
background: rgba(255,255,255, 0.85);
}
.grtyoutube-light-theme .grtyoutube-popup-content {
-webkit-box-shadow: 0px 0px 8px 0px rgba(31,1,34,0.4);
-moz-box-shadow: 0px 0px 8px 0px rgba(31,1,34,0.4);
box-shadow: 0px 0px 8px 0px rgba(31,1,34,0.4);
}
.grtyoutube-light-theme .grtyoutube-popup-close {
background: url('icon-close-black.png') no-repeat;
} | Plantillas Smartbar/Smartbar Vistas 2018/assets/styles/video/grt-youtube-popup.css | .testimonial-container {
width: 100%;
}
.cd-testimonials-wrapper {
position: relative;
width: 100%;
max-width: 100%;
margin: 0 auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
z-index: 1;
}
.cd-testimonials-wrapper ul li {text-decoration: none;list-style:none;}
.cd-testimonials-wrapper h2 {
text-align: center;
position: absolute;
width: 100%;
top: 60px;
margin: 0 auto;
}
.cd-testimonials-wrapper h2 {
text-align: center;
position: absolute;
width: 100%;
top: 100px;
margin: 0 auto;
}
.testimonial-content {
max-width: 1000px;
width: 80%;
margin: 0 auto 30px auto;
}
.cd-testimonials {
color: rgba(130, 132, 139, 1);
text-align: center;
list-style: none;
padding: 0;
margin: 0;
}
.cd-testimonials > li {
position: absolute;
opacity: 0;
}
.cd-testimonials > li:first-child {
position: relative;
opacity: 1;
}
.testimonial-content p {
font-style: italic;
line-height: 1.4;
margin-bottom: 1em;
padding: 0 14px;
}
@media only screen and (min-width: 768px) {
.testimonial-content p {
font-size: 20px;
font-family: 'Open Sans';
}
}
@media only screen and (min-width: 1170px) {
.testimonial-content p {
font-size: 20px;
line-height: 1.6;
}
}
.cd-author-info span p {
display: inline-block;
font-size: 14px;
padding-left: 0;
}
.cd-author ul {margin: 0rem !important;}
.cd-author-info span p a {
color: rgba(126, 129, 136, 1);
}
.cd-author img,
.cd-author .cd-author-info {
display: inline-block;
vertical-align: top;
}
.cd-author img {
width: 40px;
height: 40px;
border-radius: 50%;
margin-right: 5px;
}
.cd-author .cd-author-info {
text-align: left;
line-height: 1
}
.cd-author .cd-author-info li:first-child {
font-size: 14px;
margin-top: 4px;
}
.cd-author .cd-author-info li:last-child {
font-size: 12px;
color: #6b6b70;
}
ul.cd-author-info {
list-style: none;
}
ul.cd-author-info li span:before {
font-family: 'FontAwesome';
content: '\f099';
font-size: 24px;
display: inline-block;
position: absolute;
margin-top: 2px;
font-style: normal;
margin-left: -30px;
}
ul.cd-author-info li span {
font-size: 14px;
padding-left: 30px;
line-height: 24px;
font-family: 'Open Sans', sans-serif;
font-style: italic;
font-weight: 300;
}
@media only screen and (min-width: 768px) {
.cd-author img {
width: 58px;
height: 58px;
}
.cd-author .cd-author-info {
line-height: 1.4;
}
.cd-author .cd-author-info li:first-child {
font-size: 18px;
}
}
@media only screen and (max-width: 320px) {}
.flex-direction-nav a {
text-decoration: none;
display: block;
width: 40px;
height: 25%;
margin: 0px 0 0;
position: absolute;
z-index: 9999;
top: 0;
overflow: hidden;
opacity: 1;
background: rgb(227, 227, 227);
cursor: pointer;
color: rgba(95, 92, 92, 0.5);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
font-size: 40px;
content: "\f100"; /* this is your text. You can also use UTF-8 character codes as I do here */
font: normal normal normal 30px/1 FontAwesome;
position: absolute;
display: block;
top: 50%;
padding: 14px 10px 14px 10px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.flex-direction-nav a.flex-next:before {
font-size: 40px;
content: "\f101"; /* this is your text. You can also use UTF-8 character codes as I do here */
font: normal normal normal 30px/1 FontAwesome;
padding: 14px 20px 14px 10px;
}
.flex-direction-nav .flex-prev {
left: 0px;
}
.flex-direction-nav .flex-next {
right: 0px;
text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
opacity: 1;
left: 0px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
opacity: 1;
right: 0px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
opacity: 1;
}
.flex-direction-nav .flex-disabled {
opacity: 0!important;
filter: alpha(opacity=0);
cursor: default;
}
.flex-control-paging li a {
width: 6px;
height: 6px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.4);
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
background: #000;
background: rgba(2, 23, 31, 1);
cursor: default;
}
.flex-control-nav {
position: absolute;
margin: 0 auto;
padding: 0;
text-align: center;
width: 100%;
}
.flex-control-nav li {
display: inline-block;
padding: 0px 5px 0px 5px;
}
@media screen and (max-width: 767px) {
.flex-direction-nav a {
width: 30px;
}
.flex-direction-nav a:before {
visibility: hidden;
}
.flex-direction-nav a:before {
padding: 14px 0px 10px 0px;
}
.flex-direction-nav .flex-prev {
left: 0px;
}
.flex-direction-nav .flex-next {
right: 0px;
text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
opacity: 1;
left: 0px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
opacity: 1;
right: 0px;
}
.flex-direction-nav {
visibility: hidden;
}
}
/*---------------------*/
.grtyoutube-popup {
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
z-index:99999;
}
.grtyoutube-popup-content {
margin-top:110px;
width:95%;
max-width:850px;
margin-left:auto;
margin-right:auto;
position:relative;
}
@media screen and (max-height:605px){
.grtyoutube-popup-content {
margin-top:10px;
width:80%;
height:80%; }
}
.grtyoutube-popup-close {
position:absolute;
top:-30px;
right:0;
color:#FFF;
font-size:25px;
width:17px;
height:17px;
cursor:pointer;
}
@media screen and (max-height:605px){
.grtyoutube-popup-close{
top: 0px;
right: -20px;
}
}
.grtyoutube-iframe {
width:100%;
height:480px;
}
@media (max-width:767px) {
.grtyoutube-iframe {
width:100%;
height:350px;
}
}
.grtyoutube-dark-theme{
background: rgba(45,0,49, 0.85);
}
.grtyoutube-dark-theme .grtyoutube-popup-content {
-webkit-box-shadow: 0px 0px 8px 0px rgba(31,1,34,0.4);
-moz-box-shadow: 0px 0px 8px 0px rgba(31,1,34,0.4);
box-shadow: 0px 0px 8px 0px rgba(31,1,34,0.4);
}
.grtyoutube-dark-theme .grtyoutube-popup-close {
background: url('../../images/icon-close-white.png') no-repeat;
}
.grtyoutube-light-theme {
background: rgba(255,255,255, 0.85);
}
.grtyoutube-light-theme .grtyoutube-popup-content {
-webkit-box-shadow: 0px 0px 8px 0px rgba(31,1,34,0.4);
-moz-box-shadow: 0px 0px 8px 0px rgba(31,1,34,0.4);
box-shadow: 0px 0px 8px 0px rgba(31,1,34,0.4);
}
.grtyoutube-light-theme .grtyoutube-popup-close {
background: url('icon-close-black.png') no-repeat;
} | 0.34632 | 0.168344 |
*
{
margin: 0;
padding: 0;
}
body
{
background: #eee;
font-family: "DejaVu Sans Mono", "Courier New", monospace;
font-size: 16px;
}
.title
{
font-family: "DejaVu Sans Mono", "Courier New", monospace;
color: #000;
}
nav
{
padding: 20px;
background: white;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.login a
{
color: #1e88e5;
}
.card-placeholder
{
margin: 10px;
padding: 20px;
border: 2px dashed rgba(0, 0, 0, 0.3);
border-radius: 5px;
color: rgba(0, 0, 0, 0.7);
}
.grid
{
margin: 0 10%;
display: grid;
grid-template-columns: 33% 33% 33%;
}
.grid > *
{
box-sizing: border-box;
}
.card
{
margin: 10px;
padding: 20px;
background: white;
border-radius: 5px;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.item
{
/* padding: 10px; */
}
.btn
{
color: #fff;
cursor: pointer;
padding: 10px 20px;
transition: .5s box-shadow;
border: none;
font-family: "DejaVu Sans Mono", "Courier New", monospace;
font-size: 16px;
}
.btn-primary
{
background: #1e88e5;
border-radius: 5px;
border-color: #1e88e5;
}
.btn-success
{
background: #509e07;
border-radius: 5px;
border-color: #509e07;
}
.btn-danger
{
background: crimson;
border-radius: 5px;
border-color: crimson;
}
.btn-disabled
{
background: #ccc;
border-radius: 5px;
}
.flex
{
display: flex;
}
.flex > *
{
flex: 1;
}
.flex.free > *
{
margin: 10px;
}
.panel-danger
{
background: #DC143C22;
color: rgba(187, 16, 50, 0.6);
border-radius: 5px;
padding: 20px;
margin: 10px 0;
}
small
{
color: #222;
}
table
{
border-spacing: 0;
color: #333;
}
table tr td
{
border-bottom: 1px solid #ccc;
padding: 10px;
border-right: 1px solid #ccc;
}
th
{
text-align: left;
padding: 10px;
border-bottom: 1px solid #ccc;
color: #222;
font-size: 30px;
font-weight: normal;
border-right: 1px solid #ccc;
}
table th:last-child
{
border-right: 1px solid transparent;
}
table tr:last-child td
{
border-bottom: 1px solid transparent;
}
table tr td:last-child
{
border-right: 1px solid transparent;
}
.container
{
margin: 0 10%;
}
nav .container
{
display: flex;
align-items: center;
justify-content: space-between;
}
.btn-bordered
{
color: #222;
border-width: 2px;
background: none;
border-style: solid;
transition: .1s color, .1s background, .5s box-shadow;
}
.btn-bordered.btn-primary
{
color: #1e88e5;
}
.btn-bordered.btn-primary:hover
{
color: #fff;
background: #1e88e5;
box-shadow: 0 5px 5px #1e88e544;
}
p
{
padding: 5px;
}
input[type=text], input[type=email], input[type=password]
{
padding: 10px;
border:none;
background: transparent;
outline: none !important;
border-bottom: 2px solid #aaa;
margin-bottom: 5px;
padding: 10px 20px;
}
input
{
font-size: 16px;
width: 100%;
display: block;
box-sizing: border-box;
transition: .5s border-bottom-color;
font-family: "DejaVu Sans Mono", "Courier New", monospace;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus
{
color: #222;
border-bottom-color: #1e88e5;
}
.btn-primary:not(.btn-bordered):hover
{
box-shadow: 0 5px 5px #1e88e544;
} | public/app.css | *
{
margin: 0;
padding: 0;
}
body
{
background: #eee;
font-family: "DejaVu Sans Mono", "Courier New", monospace;
font-size: 16px;
}
.title
{
font-family: "DejaVu Sans Mono", "Courier New", monospace;
color: #000;
}
nav
{
padding: 20px;
background: white;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.login a
{
color: #1e88e5;
}
.card-placeholder
{
margin: 10px;
padding: 20px;
border: 2px dashed rgba(0, 0, 0, 0.3);
border-radius: 5px;
color: rgba(0, 0, 0, 0.7);
}
.grid
{
margin: 0 10%;
display: grid;
grid-template-columns: 33% 33% 33%;
}
.grid > *
{
box-sizing: border-box;
}
.card
{
margin: 10px;
padding: 20px;
background: white;
border-radius: 5px;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.item
{
/* padding: 10px; */
}
.btn
{
color: #fff;
cursor: pointer;
padding: 10px 20px;
transition: .5s box-shadow;
border: none;
font-family: "DejaVu Sans Mono", "Courier New", monospace;
font-size: 16px;
}
.btn-primary
{
background: #1e88e5;
border-radius: 5px;
border-color: #1e88e5;
}
.btn-success
{
background: #509e07;
border-radius: 5px;
border-color: #509e07;
}
.btn-danger
{
background: crimson;
border-radius: 5px;
border-color: crimson;
}
.btn-disabled
{
background: #ccc;
border-radius: 5px;
}
.flex
{
display: flex;
}
.flex > *
{
flex: 1;
}
.flex.free > *
{
margin: 10px;
}
.panel-danger
{
background: #DC143C22;
color: rgba(187, 16, 50, 0.6);
border-radius: 5px;
padding: 20px;
margin: 10px 0;
}
small
{
color: #222;
}
table
{
border-spacing: 0;
color: #333;
}
table tr td
{
border-bottom: 1px solid #ccc;
padding: 10px;
border-right: 1px solid #ccc;
}
th
{
text-align: left;
padding: 10px;
border-bottom: 1px solid #ccc;
color: #222;
font-size: 30px;
font-weight: normal;
border-right: 1px solid #ccc;
}
table th:last-child
{
border-right: 1px solid transparent;
}
table tr:last-child td
{
border-bottom: 1px solid transparent;
}
table tr td:last-child
{
border-right: 1px solid transparent;
}
.container
{
margin: 0 10%;
}
nav .container
{
display: flex;
align-items: center;
justify-content: space-between;
}
.btn-bordered
{
color: #222;
border-width: 2px;
background: none;
border-style: solid;
transition: .1s color, .1s background, .5s box-shadow;
}
.btn-bordered.btn-primary
{
color: #1e88e5;
}
.btn-bordered.btn-primary:hover
{
color: #fff;
background: #1e88e5;
box-shadow: 0 5px 5px #1e88e544;
}
p
{
padding: 5px;
}
input[type=text], input[type=email], input[type=password]
{
padding: 10px;
border:none;
background: transparent;
outline: none !important;
border-bottom: 2px solid #aaa;
margin-bottom: 5px;
padding: 10px 20px;
}
input
{
font-size: 16px;
width: 100%;
display: block;
box-sizing: border-box;
transition: .5s border-bottom-color;
font-family: "DejaVu Sans Mono", "Courier New", monospace;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus
{
color: #222;
border-bottom-color: #1e88e5;
}
.btn-primary:not(.btn-bordered):hover
{
box-shadow: 0 5px 5px #1e88e544;
} | 0.378 | 0.140513 |
@charset "UTF-8";
.clearfix {
*zoom: 1;
/*IE/7/6*/
}
.clearfix:after {
clear: both;
}
.clearfix:before, .clearfix:after {
content: "";
display: table;
}
.hide {
display: none !important;
}
.icon {
background-image: url(/style/home/publics/contact-sprite-add-fund.png);
background-repeat: no-repeat;
}
body {
margin: 0px;
padding: 0px;
}
.wrapbox {
background: #eeeeee;
height: auto;
padding-top: 30px;
}
.content {
width: 1000px;
margin: 0 auto;
height: auto;
padding-bottom: 30px;
}
.form-btn {
display: inline-block;
width: 94px;
height: 30px;
line-height: 30px;
border: 1px solid #ddd;
text-align: center;
color: #666;
font-size: 14px;
background: #fff;
border-radius: 2px;
}
.form-btn:hover, .form-btn:active {
opacity: 0.8;
}
.positive-form-btn {
background: #fc893d;
border: 1px solid #fc893d;
color: #fff;
}
/*right content start*/
.con {
width: 798px;
background: #fff;
min-height: 1000px;
color: #666;
margin-left: 10px;
border: 1px solid #e5e5e5;
float: left;
height: auto;
font-family: "microsoft yahei";
}
.contact-card {
padding: 25px 30px 30px;
border-bottom: 1px solid #e5e5e5;
}
.contact-card h1 {
font-size: 26px;
height: 50px;
}
.contact-card h3 {
font-size: 18px;
line-height: 40px;
color: #2e9900;
}
.contact-card p {
font-size: 14px;
line-height: 1.6;
}
.contact-list {
padding: 0 30px;
overflow: hidden;
}
.contact-list ul {
margin-bottom: -1px;
background: #fff;
}
.contact-list li {
float: left;
_display: block;
position: relative;
width: 259px;
padding: 30px 10px 30px 100px;
border-bottom: 1px dashed #e5e5e5;
cursor: pointer;
list-style:none;
text-decoration: none;
}
.contact-list .delete-hand{
cursor: default;
}
.contact-list .contact-message{
padding:41px 10px 41px 100px;
}
.contact-list li h3 a {
color: #333;
font-size: 18px;
line-height: 30px;
text-decoration: none;
font-weight: normal;
}
.contact-list li h3 a:hover {
color: #ff9900;
}
.contact-list li p {
font-size: 14px;
line-height: 1.6;
}
.contact-list .contact-icon {
position: absolute;
left: 0;
top: 50%;
margin-top: -35px;
background-image: url(/style/home/publics/contact-sprite-add-fund.png);
background-repeat: no-repeat;
}
.contact-list .icon-supplier {
width: 69px;
height: 70px;
background-position: 0 0;
}
.contact-list .icon-cooperation {
width: 69px;
height: 70px;
background-position: -81px 0;
}
.contact-list .icon-media {
width: 69px;
height: 70px;
background-position: -162px 0;
}
.contact-list .icon-enterprise {
width: 69px;
height: 70px;
background-position: -244px 0;
}
.contact-list .icon-scenic {
width: 69px;
height: 70px;
background-position: -323px 0;
}
.contact-list .icon-bank {
width: 69px;
height: 70px;
background-position: -409px 0;
}
.contact-list .icon-phone {
width: 69px;
height: 70px;
background-position: -491px 0;
}
.contact-list .icon-message{
width: 69px;
height: 70px;
background-position: -573px 0px;
}
/*朋派定制游(包团)供应商合作*/
.contact-list .icon-custom-supplier {
width: 69px;
height: 70px;
background: url(/style/home/publics/icon-custom-supplier.png) no-repeat;
}
/*途牛影视合作*/
.contact-list .icon-movie {
width: 69px;
height: 70px;
background-position: -654px 0;
}
/*途牛众筹商务*/
.contact-list .icon-crowd-funding {
width: 69px;
height: 70px;
background-position: -735px 0;
}
.contact-list li:hover a {
color: #ff9900;
}
.contact-list li:hover .special-message{
color: #333;
}
.contact-list li:hover .icon-supplier {
background-position: 0 -78px;
}
.contact-list li:hover .icon-cooperation {
background-position: -77px -78px;
}
.contact-list li:hover .icon-media {
background-position: -159px -78px;
}
.contact-list li:hover .icon-enterprise {
background-position: -241px -78px;
}
.contact-list li:hover .icon-scenic {
width: 69px;
height: 71px;
background-position: -322px -77px;
}
.contact-list li:hover .icon-bank {
width: 69px;
height: 71px;
background-position: -407px -77px;
}
.contact-list li:hover .icon-phone {
background-position: -492px -77px;
}
/*途牛影视合作*/
.contact-list li:hover .icon-movie {
background-position: -654px -77px;
}
/*途牛众筹商务*/
.contact-list li:hover .icon-crowd-funding {
background-position: -735px -77px;
}
.contact-result {
position: relative;
padding-top: 225px;
padding-left: 310px;
font-size: 14px;
}
.contact-result .icon {
position: absolute;
left: 165px;
top: 225px;
background-image: url(/style/home/publics/contact-sprite-add-fund.png);
background-repeat: no-repeat;
}
.contact-result .icon-submiting-1 {
width: 81px;
height: 101px;
background-position: -171px -165px;
margin-left: 65px;
margin-right: 20px;
}
.contact-result .icon-submiting-2 {
width: 81px;
height: 101px;
background-position: 0px -388px;
margin-left: 65px;
margin-right: 20px;
}
.contact-result .icon-success {
width: 136px;
height: 123px;
background-position: -268px -165px;
margin-right: 25px;
}
.contact-result .icon-fail {
width: 120px;
height: 120px;
background-position: -417px -165px;
margin-right: 25px;
}
.contact-result h1 {
font-size: 24px;
line-height: 100px;
color: #999;
}
.contact-result h2 {
font-size: 24px;
line-height: 1.6;
color: #ff9900;
}
.contact-result .hint {
color: #ccc;
font-size: 14px;
}
.contact-result a {
color: #ff9900;
}
.contact-result a.form-btn {
color: #666;
margin-bottom: 5px;
}
.contact-result .result-more {
margin-top: 5px;
}
.page-contact-form {
border-top: 4px solid #ff9900;
padding: 20px;
}
.contact-form-head {
position: relative;
text-align: center;
padding-top: 15px;
}
.contact-form-head:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 20px;
height: 20px;
border-top: 3px solid #f0f0f0;
border-left: 3px solid #f0f0f0;
}
.contact-form-head:after {
content: "";
position: absolute;
right: 0;
top: 0;
width: 20px;
height: 20px;
border-top: 3px solid #f0f0f0;
border-right: 3px solid #f0f0f0;
}
.contact-form-head h1, .contact-form-head h2 {
font-size: 24px;
line-height: 1.5;
color: #333;
}
.contact-form-head h2 {
color: #f0f0f0;
}
.contact-form {
font-size: 14px;
}
.contact-form .form-block {
margin-bottom: 30px;
}
.contact-form .form-block-title {
padding: 0 20px;
height: 36px;
line-height: 36px;
border-bottom: 2px solid #eee;
margin-bottom: 30px;
}
.contact-form .form-block-title h3 {
display: inline;
font-size: 16px;
font-weight: bold;
color: #333;
}
.contact-form .form-block-title .download-link {
font-size: 14px;
font-weight: bold;
float: right;
_display: inline;
color: #ff9900;
}
.contact-form .form-block-title .download-link:hover {
text-decoration: underline;
}
.contact-form .label-holder {
visibility: hidden;
}
.contact-form .input {
border: 1px solid #ddd;
width: 225px;
height: 30px;
padding-left: 5px;
}
.contact-form .input-error {
border-color: #f23030;
}
.contact-form .input-date {
border: 1px solid #ddd;
width: 145px;
height: 30px;
background: none;
padding-left: 5px;
position: relative;
z-index: 1;
}
.contact-form .form-default {
color: #a9a9a9;
}
.contact-form textarea {
width: 508px;
padding: 5px;
border: 1px solid #ddd;
}
.contact-form textarea:active, .contact-form textarea:focus {
border: 1px solid #ff9900;
outline: none;
}
.contact-form .tip {
display: none;
}
.contact-form .tip .icon {
display: inline-block;
vertical-align: -3px;
width: 16px;
height: 16px;
}
.contact-form .tip .tip-txt {
font-size: 12px;
margin-left: 7px;
}
.contact-form .error-tip {
display: block;
padding-left: 75px;
margin-top: 5px;
}
.contact-form .error-tip .icon {
background-position: -8px -176px;
}
.contact-form .error-tip .tip-txt {
color: #f23030;
}
.contact-form .succ-tip {
margin-left: 7px;
display: inline-block;
}
.contact-form .succ-tip .icon {
background-position: -39px -176px;
}
.contact-form .succ-tip .tip-txt {
display: none;
}
.contact-form .textarea-item .error-tip, .contact-form .textarea-item .succ-tip {
display: block;
padding-left: 0;
margin-left: 0;
}
.contact-form .input-row {
padding-left: 20px;
margin-bottom: 10px;
line-height: 32px;
}
.contact-form .input-row .input-item {
float: left;
width: 368px;
}
.contact-form .input-row label {
float: left;
width: 75px;
overflow: hidden;
}
.contact-form .input-row .input-address {
width: 288px;
}
.contact-form .form-block-item {
position: relative;
padding-left: 144px;
margin-bottom: 20px;
}
.contact-form .form-block-item .form-block-label {
position: absolute;
top: 0;
left: 20px;
}
.contact-form .checkbox-ctn {
margin-bottom: 10px;
}
.contact-form .checkbox-ctn input {
margin-right: 3px;
vertical-align: middle;
}
.contact-form .checkbox-ctn label {
margin-right: 25px;
vertical-align: middle;
}
.contact-form .checkbox-ctn .input {
margin-left: -15px;
}
.contact-form .input-date-row {
line-height: 32px;
margin-bottom: 10px;
}
.contact-form .input-date-item {
float: left;
_display: inline;
position: relative;
}
.contact-form .input-date-item .icon-date {
position: absolute;
top: 8px;
right: 6px;
width: 16px;
height: 16px;
background-position: -120px -179px;
}
.contact-form .input-split {
float: left;
_display: inline;
margin: 0 5px;
}
.contact-form .btn-block {
padding-right: 94px;
}
.contact-form .btn-block .form-btn {
float: right;
_display: inline;
margin-left: 15px;
}
.page-advise {
font-size: 14px;
}
.advise-title-ctn {
padding: 20px 20px 10px;
}
.advise-title-ctn .advise-title {
color: #333;
font-size: 26px;
line-height: 50px;
}
.advise-title-ctn .advise-sub-title {
color: #333;
font-weight: bold;
height: 30px;
padding-bottom: 2px;
}
.advise-contact-ctn {
background: #f7f7f7;
padding: 18px 0 15px;
overflow: hidden;
}
.advise-contact-ctn li {
float: left;
_display: inline;
width: 198px;
border-right: 1px solid #ddd;
text-align: center;
}
.advise-contact-ctn .last {
border-right: none;
}
.advise-contact-ctn .icon {
display: block;
width: 50px;
height: 50px;
margin: 0 auto 10px;
background-image: url(/style/home/publics/contact-sprite-add-fund.png);
background-repeat: no-repeat;
}
.advise-contact-ctn .icon-service {
background-position: 0 -300px;
}
.advise-contact-ctn .icon-phone {
background-position: -62px -299px;
}
.advise-contact-ctn .icon-mail {
background-position: -124px -300px;
}
.advise-contact-ctn .icon-message {
background-position: -186px -300px;
}
.advise-contact-ctn p {
margin-bottom: 2px;
}
.advise-contact-ctn em {
color: #ff8800;
font-weight: bold;
}
.advise-form {
padding: 20px;
}
.advise-form .advise-form-item {
margin-bottom: 20px;
}
.advise-form .advise-label {
line-height: 32px;
}
.advise-form .required {
color: #f23030;
margin-right: 3px;
}
.advise-form .advise-types {
padding-top: 5px;
}
.advise-form .advise-types li {
float: left;
_display: inline;
position: relative;
margin-right: 10px;
border: 1px solid #ddd;
padding: 0 10px;
line-height: 30px;
height: 30px;
overflow: visible;
cursor: pointer;
}
.advise-form .advise-types .current {
border-color: #ff8800;
}
.advise-form .advise-types .current:after {
content: "";
position: absolute;
right: 0;
bottom: 0;
width: 14px;
height: 14px;
background-image: url(/style/home/publics/contact-sprite-add-fund.png);
background-repeat: no-repeat;
background-position: -384px -301px;
}
.advise-form .advise-types .poptip {
position: absolute;
top: 40px;
left: 0px;
z-index: 10;
background: #fffee5;
border: 1px solid #eddbb3;
padding: 5px 10px;
font-size: 12px;
line-height: 20px;
color: #666;
font-family: "宋体";
white-space: nowrap;
}
.advise-form .advise-types .poptip .icon-tri {
position: absolute;
left: 20px;
top: -6px;
z-index: 20;
width: 10px;
height: 6px;
background-image: url(/style/home/publics/contact-sprite-add-fund.png);
background-repeat: no-repeat;
background-position: -410px -302px;
}
.advise-form textarea {
width: 621px;
padding: 5px;
margin-top: 5px;
border: 1px solid #ddd;
}
.advise-form textarea:active, .advise-form textarea:focus {
border: 1px solid #ff9900;
outline: none;
}
.advise-form .screenshot-label {
float: left;
_display: inline;
margin-top: 15px;
}
.advise-form .screenshots li {
float: left;
_display: inline;
width: 60px;
height: 60px;
margin-right: 10px;
border: 1px solid #ddd;
text-align: center;
}
.advise-form .screenshots .screenshot {
position: relative;
}
.advise-form .screenshots .screenshot .screenshot-preview {
width: 50px;
height: 50px;
margin: 5px;
}
.advise-form .screenshots .screenshot .delete-screenshot {
position: absolute;
bottom: 0;
left: 0;
width: 60px;
height: 26px;
background-color: rgba(0, 0, 0, 0.8);
cursor: pointer;
}
.advise-form .screenshots .screenshot .icon-delete {
display: block;
margin-left: 23px;
margin-top: 5px;
width: 14px;
height: 15px;
background-position: -437px -303px;
}
.advise-form .screenshots .add-screenshot {
position: relative;
border: 1px dashed #ddd;
cursor: pointer;
text-align: center;
line-height: 60px;
font-size: 30px;
color: #d6d6d6;
}
.advise-form .screenshots .uploadify {
float: left;
_display: inline;
}
.advise-form .screenshots .uploadify-queue {
display: none;
}
.advise-form .screenshots input {
display: none;
}
.advise-form .label-holder {
visibility: hidden;
}
.advise-form .input {
border: 1px solid #ddd;
width: 225px;
height: 30px;
padding-left: 5px;
}
.advise-form .input-error {
border-color: #f23030;
}
.advise-form .form-default {
color: #a9a9a9;
}
.advise-form .tip {
display: none;
margin-left: 7px;
}
.advise-form .tip .icon {
display: inline-block;
vertical-align: -3px;
width: 16px;
height: 16px;
}
.advise-form .tip .tip-txt {
font-size: 12px;
margin-left: 7px;
}
.advise-form .error-tip {
display: inline-block;
_display: inline;
}
.advise-form .error-tip .icon {
background-position: -8px -176px;
}
.advise-form .error-tip .tip-txt {
color: #f23030;
}
.advise-form .succ-tip {
display: inline-block;
_display: inline;
}
.advise-form .succ-tip .icon {
background-position: -39px -176px;
}
.advise-form .succ-tip .tip-txt {
display: none;
}
.advise-form .verify-code-ctn {
margin-left: 7px;
}
.advise-form .verify-code-ctn img {
vertical-align: middle;
}
.advise-form .btn-block {
padding-left: 60px;
}
.layer-alert {
*zoom: 1;
/*IE/7/6*/
position: relative;
padding: 20px;
padding-left: 90px;
border: 1px solid #c5e6b4;
line-height: 48px;
height: 48px;
font-size: 30px;
font-family: "microsoft yahei";
max-width: 350px;
_width: 350px;
white-space: nowrap;
}
.layer-alert:after {
clear: both;
}
.layer-alert:before, .layer-alert:after {
content: "";
display: table;
}
.layer-alert .icon {
position: absolute;
top: 20px;
left: 20px;
width: 48px;
height: 48px;
}
.layer-alert .icon-success {
background-position: -252px -301px;
}
.layer-alert .icon-fail {
background-position: -313px -300px;
}
.layer-alert-success {
background: #effbe9;
color: #69ca3d;
}
.layer-alert-fail {
border-color: #e6b7b7;
background: #ffe5e5;
color: #f86666;
}
.ad-modal-layout {
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: .3;
filter: alpha(opacity=30);
background-color: #000;
}
.ad-modal {
position: fixed;
left: 50%;
top: 50%;
margin-left: -200px;
margin-top: -40px;
width: 400px;
height: 102px;
background-color: #fff;
overflow: hidden;
text-align: center;
}
.ad-modal-in {
height: 80px;
}
.ad-modal .ad-center {
overflow: hidden;
display: inline-block;
}
.ad-modal .ad-icon-ok {
display: block;
width: 36px;
height: 36px;
background-image: url(/style/home/publics/icon-ad-ok.png);
margin-top: 22px;
float: left;
}
.ad-modal .ad-icon-error {
display: block;
width: 36px;
height: 36px;
background-image: url(/style/home/publics/icon-ad-error.png);
margin-top: 22px;
float: left;
}
.ad-modal .ad-modal-text {
float: left;
font-weight: 700;
margin-left: 20px;
margin-top: 29px;
font-family: '微软雅黑';
text-align: left;
}
.ad-modal .ad-modal-text .f1 {
font-size: 16px;
color: #333;
}
.ad-modal .ad-modal-text .f2 {
font-size: 14px;
color: #666;
margin-top: 3px;
} | public/style/home/publics/contact.css | @charset "UTF-8";
.clearfix {
*zoom: 1;
/*IE/7/6*/
}
.clearfix:after {
clear: both;
}
.clearfix:before, .clearfix:after {
content: "";
display: table;
}
.hide {
display: none !important;
}
.icon {
background-image: url(/style/home/publics/contact-sprite-add-fund.png);
background-repeat: no-repeat;
}
body {
margin: 0px;
padding: 0px;
}
.wrapbox {
background: #eeeeee;
height: auto;
padding-top: 30px;
}
.content {
width: 1000px;
margin: 0 auto;
height: auto;
padding-bottom: 30px;
}
.form-btn {
display: inline-block;
width: 94px;
height: 30px;
line-height: 30px;
border: 1px solid #ddd;
text-align: center;
color: #666;
font-size: 14px;
background: #fff;
border-radius: 2px;
}
.form-btn:hover, .form-btn:active {
opacity: 0.8;
}
.positive-form-btn {
background: #fc893d;
border: 1px solid #fc893d;
color: #fff;
}
/*right content start*/
.con {
width: 798px;
background: #fff;
min-height: 1000px;
color: #666;
margin-left: 10px;
border: 1px solid #e5e5e5;
float: left;
height: auto;
font-family: "microsoft yahei";
}
.contact-card {
padding: 25px 30px 30px;
border-bottom: 1px solid #e5e5e5;
}
.contact-card h1 {
font-size: 26px;
height: 50px;
}
.contact-card h3 {
font-size: 18px;
line-height: 40px;
color: #2e9900;
}
.contact-card p {
font-size: 14px;
line-height: 1.6;
}
.contact-list {
padding: 0 30px;
overflow: hidden;
}
.contact-list ul {
margin-bottom: -1px;
background: #fff;
}
.contact-list li {
float: left;
_display: block;
position: relative;
width: 259px;
padding: 30px 10px 30px 100px;
border-bottom: 1px dashed #e5e5e5;
cursor: pointer;
list-style:none;
text-decoration: none;
}
.contact-list .delete-hand{
cursor: default;
}
.contact-list .contact-message{
padding:41px 10px 41px 100px;
}
.contact-list li h3 a {
color: #333;
font-size: 18px;
line-height: 30px;
text-decoration: none;
font-weight: normal;
}
.contact-list li h3 a:hover {
color: #ff9900;
}
.contact-list li p {
font-size: 14px;
line-height: 1.6;
}
.contact-list .contact-icon {
position: absolute;
left: 0;
top: 50%;
margin-top: -35px;
background-image: url(/style/home/publics/contact-sprite-add-fund.png);
background-repeat: no-repeat;
}
.contact-list .icon-supplier {
width: 69px;
height: 70px;
background-position: 0 0;
}
.contact-list .icon-cooperation {
width: 69px;
height: 70px;
background-position: -81px 0;
}
.contact-list .icon-media {
width: 69px;
height: 70px;
background-position: -162px 0;
}
.contact-list .icon-enterprise {
width: 69px;
height: 70px;
background-position: -244px 0;
}
.contact-list .icon-scenic {
width: 69px;
height: 70px;
background-position: -323px 0;
}
.contact-list .icon-bank {
width: 69px;
height: 70px;
background-position: -409px 0;
}
.contact-list .icon-phone {
width: 69px;
height: 70px;
background-position: -491px 0;
}
.contact-list .icon-message{
width: 69px;
height: 70px;
background-position: -573px 0px;
}
/*朋派定制游(包团)供应商合作*/
.contact-list .icon-custom-supplier {
width: 69px;
height: 70px;
background: url(/style/home/publics/icon-custom-supplier.png) no-repeat;
}
/*途牛影视合作*/
.contact-list .icon-movie {
width: 69px;
height: 70px;
background-position: -654px 0;
}
/*途牛众筹商务*/
.contact-list .icon-crowd-funding {
width: 69px;
height: 70px;
background-position: -735px 0;
}
.contact-list li:hover a {
color: #ff9900;
}
.contact-list li:hover .special-message{
color: #333;
}
.contact-list li:hover .icon-supplier {
background-position: 0 -78px;
}
.contact-list li:hover .icon-cooperation {
background-position: -77px -78px;
}
.contact-list li:hover .icon-media {
background-position: -159px -78px;
}
.contact-list li:hover .icon-enterprise {
background-position: -241px -78px;
}
.contact-list li:hover .icon-scenic {
width: 69px;
height: 71px;
background-position: -322px -77px;
}
.contact-list li:hover .icon-bank {
width: 69px;
height: 71px;
background-position: -407px -77px;
}
.contact-list li:hover .icon-phone {
background-position: -492px -77px;
}
/*途牛影视合作*/
.contact-list li:hover .icon-movie {
background-position: -654px -77px;
}
/*途牛众筹商务*/
.contact-list li:hover .icon-crowd-funding {
background-position: -735px -77px;
}
.contact-result {
position: relative;
padding-top: 225px;
padding-left: 310px;
font-size: 14px;
}
.contact-result .icon {
position: absolute;
left: 165px;
top: 225px;
background-image: url(/style/home/publics/contact-sprite-add-fund.png);
background-repeat: no-repeat;
}
.contact-result .icon-submiting-1 {
width: 81px;
height: 101px;
background-position: -171px -165px;
margin-left: 65px;
margin-right: 20px;
}
.contact-result .icon-submiting-2 {
width: 81px;
height: 101px;
background-position: 0px -388px;
margin-left: 65px;
margin-right: 20px;
}
.contact-result .icon-success {
width: 136px;
height: 123px;
background-position: -268px -165px;
margin-right: 25px;
}
.contact-result .icon-fail {
width: 120px;
height: 120px;
background-position: -417px -165px;
margin-right: 25px;
}
.contact-result h1 {
font-size: 24px;
line-height: 100px;
color: #999;
}
.contact-result h2 {
font-size: 24px;
line-height: 1.6;
color: #ff9900;
}
.contact-result .hint {
color: #ccc;
font-size: 14px;
}
.contact-result a {
color: #ff9900;
}
.contact-result a.form-btn {
color: #666;
margin-bottom: 5px;
}
.contact-result .result-more {
margin-top: 5px;
}
.page-contact-form {
border-top: 4px solid #ff9900;
padding: 20px;
}
.contact-form-head {
position: relative;
text-align: center;
padding-top: 15px;
}
.contact-form-head:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 20px;
height: 20px;
border-top: 3px solid #f0f0f0;
border-left: 3px solid #f0f0f0;
}
.contact-form-head:after {
content: "";
position: absolute;
right: 0;
top: 0;
width: 20px;
height: 20px;
border-top: 3px solid #f0f0f0;
border-right: 3px solid #f0f0f0;
}
.contact-form-head h1, .contact-form-head h2 {
font-size: 24px;
line-height: 1.5;
color: #333;
}
.contact-form-head h2 {
color: #f0f0f0;
}
.contact-form {
font-size: 14px;
}
.contact-form .form-block {
margin-bottom: 30px;
}
.contact-form .form-block-title {
padding: 0 20px;
height: 36px;
line-height: 36px;
border-bottom: 2px solid #eee;
margin-bottom: 30px;
}
.contact-form .form-block-title h3 {
display: inline;
font-size: 16px;
font-weight: bold;
color: #333;
}
.contact-form .form-block-title .download-link {
font-size: 14px;
font-weight: bold;
float: right;
_display: inline;
color: #ff9900;
}
.contact-form .form-block-title .download-link:hover {
text-decoration: underline;
}
.contact-form .label-holder {
visibility: hidden;
}
.contact-form .input {
border: 1px solid #ddd;
width: 225px;
height: 30px;
padding-left: 5px;
}
.contact-form .input-error {
border-color: #f23030;
}
.contact-form .input-date {
border: 1px solid #ddd;
width: 145px;
height: 30px;
background: none;
padding-left: 5px;
position: relative;
z-index: 1;
}
.contact-form .form-default {
color: #a9a9a9;
}
.contact-form textarea {
width: 508px;
padding: 5px;
border: 1px solid #ddd;
}
.contact-form textarea:active, .contact-form textarea:focus {
border: 1px solid #ff9900;
outline: none;
}
.contact-form .tip {
display: none;
}
.contact-form .tip .icon {
display: inline-block;
vertical-align: -3px;
width: 16px;
height: 16px;
}
.contact-form .tip .tip-txt {
font-size: 12px;
margin-left: 7px;
}
.contact-form .error-tip {
display: block;
padding-left: 75px;
margin-top: 5px;
}
.contact-form .error-tip .icon {
background-position: -8px -176px;
}
.contact-form .error-tip .tip-txt {
color: #f23030;
}
.contact-form .succ-tip {
margin-left: 7px;
display: inline-block;
}
.contact-form .succ-tip .icon {
background-position: -39px -176px;
}
.contact-form .succ-tip .tip-txt {
display: none;
}
.contact-form .textarea-item .error-tip, .contact-form .textarea-item .succ-tip {
display: block;
padding-left: 0;
margin-left: 0;
}
.contact-form .input-row {
padding-left: 20px;
margin-bottom: 10px;
line-height: 32px;
}
.contact-form .input-row .input-item {
float: left;
width: 368px;
}
.contact-form .input-row label {
float: left;
width: 75px;
overflow: hidden;
}
.contact-form .input-row .input-address {
width: 288px;
}
.contact-form .form-block-item {
position: relative;
padding-left: 144px;
margin-bottom: 20px;
}
.contact-form .form-block-item .form-block-label {
position: absolute;
top: 0;
left: 20px;
}
.contact-form .checkbox-ctn {
margin-bottom: 10px;
}
.contact-form .checkbox-ctn input {
margin-right: 3px;
vertical-align: middle;
}
.contact-form .checkbox-ctn label {
margin-right: 25px;
vertical-align: middle;
}
.contact-form .checkbox-ctn .input {
margin-left: -15px;
}
.contact-form .input-date-row {
line-height: 32px;
margin-bottom: 10px;
}
.contact-form .input-date-item {
float: left;
_display: inline;
position: relative;
}
.contact-form .input-date-item .icon-date {
position: absolute;
top: 8px;
right: 6px;
width: 16px;
height: 16px;
background-position: -120px -179px;
}
.contact-form .input-split {
float: left;
_display: inline;
margin: 0 5px;
}
.contact-form .btn-block {
padding-right: 94px;
}
.contact-form .btn-block .form-btn {
float: right;
_display: inline;
margin-left: 15px;
}
.page-advise {
font-size: 14px;
}
.advise-title-ctn {
padding: 20px 20px 10px;
}
.advise-title-ctn .advise-title {
color: #333;
font-size: 26px;
line-height: 50px;
}
.advise-title-ctn .advise-sub-title {
color: #333;
font-weight: bold;
height: 30px;
padding-bottom: 2px;
}
.advise-contact-ctn {
background: #f7f7f7;
padding: 18px 0 15px;
overflow: hidden;
}
.advise-contact-ctn li {
float: left;
_display: inline;
width: 198px;
border-right: 1px solid #ddd;
text-align: center;
}
.advise-contact-ctn .last {
border-right: none;
}
.advise-contact-ctn .icon {
display: block;
width: 50px;
height: 50px;
margin: 0 auto 10px;
background-image: url(/style/home/publics/contact-sprite-add-fund.png);
background-repeat: no-repeat;
}
.advise-contact-ctn .icon-service {
background-position: 0 -300px;
}
.advise-contact-ctn .icon-phone {
background-position: -62px -299px;
}
.advise-contact-ctn .icon-mail {
background-position: -124px -300px;
}
.advise-contact-ctn .icon-message {
background-position: -186px -300px;
}
.advise-contact-ctn p {
margin-bottom: 2px;
}
.advise-contact-ctn em {
color: #ff8800;
font-weight: bold;
}
.advise-form {
padding: 20px;
}
.advise-form .advise-form-item {
margin-bottom: 20px;
}
.advise-form .advise-label {
line-height: 32px;
}
.advise-form .required {
color: #f23030;
margin-right: 3px;
}
.advise-form .advise-types {
padding-top: 5px;
}
.advise-form .advise-types li {
float: left;
_display: inline;
position: relative;
margin-right: 10px;
border: 1px solid #ddd;
padding: 0 10px;
line-height: 30px;
height: 30px;
overflow: visible;
cursor: pointer;
}
.advise-form .advise-types .current {
border-color: #ff8800;
}
.advise-form .advise-types .current:after {
content: "";
position: absolute;
right: 0;
bottom: 0;
width: 14px;
height: 14px;
background-image: url(/style/home/publics/contact-sprite-add-fund.png);
background-repeat: no-repeat;
background-position: -384px -301px;
}
.advise-form .advise-types .poptip {
position: absolute;
top: 40px;
left: 0px;
z-index: 10;
background: #fffee5;
border: 1px solid #eddbb3;
padding: 5px 10px;
font-size: 12px;
line-height: 20px;
color: #666;
font-family: "宋体";
white-space: nowrap;
}
.advise-form .advise-types .poptip .icon-tri {
position: absolute;
left: 20px;
top: -6px;
z-index: 20;
width: 10px;
height: 6px;
background-image: url(/style/home/publics/contact-sprite-add-fund.png);
background-repeat: no-repeat;
background-position: -410px -302px;
}
.advise-form textarea {
width: 621px;
padding: 5px;
margin-top: 5px;
border: 1px solid #ddd;
}
.advise-form textarea:active, .advise-form textarea:focus {
border: 1px solid #ff9900;
outline: none;
}
.advise-form .screenshot-label {
float: left;
_display: inline;
margin-top: 15px;
}
.advise-form .screenshots li {
float: left;
_display: inline;
width: 60px;
height: 60px;
margin-right: 10px;
border: 1px solid #ddd;
text-align: center;
}
.advise-form .screenshots .screenshot {
position: relative;
}
.advise-form .screenshots .screenshot .screenshot-preview {
width: 50px;
height: 50px;
margin: 5px;
}
.advise-form .screenshots .screenshot .delete-screenshot {
position: absolute;
bottom: 0;
left: 0;
width: 60px;
height: 26px;
background-color: rgba(0, 0, 0, 0.8);
cursor: pointer;
}
.advise-form .screenshots .screenshot .icon-delete {
display: block;
margin-left: 23px;
margin-top: 5px;
width: 14px;
height: 15px;
background-position: -437px -303px;
}
.advise-form .screenshots .add-screenshot {
position: relative;
border: 1px dashed #ddd;
cursor: pointer;
text-align: center;
line-height: 60px;
font-size: 30px;
color: #d6d6d6;
}
.advise-form .screenshots .uploadify {
float: left;
_display: inline;
}
.advise-form .screenshots .uploadify-queue {
display: none;
}
.advise-form .screenshots input {
display: none;
}
.advise-form .label-holder {
visibility: hidden;
}
.advise-form .input {
border: 1px solid #ddd;
width: 225px;
height: 30px;
padding-left: 5px;
}
.advise-form .input-error {
border-color: #f23030;
}
.advise-form .form-default {
color: #a9a9a9;
}
.advise-form .tip {
display: none;
margin-left: 7px;
}
.advise-form .tip .icon {
display: inline-block;
vertical-align: -3px;
width: 16px;
height: 16px;
}
.advise-form .tip .tip-txt {
font-size: 12px;
margin-left: 7px;
}
.advise-form .error-tip {
display: inline-block;
_display: inline;
}
.advise-form .error-tip .icon {
background-position: -8px -176px;
}
.advise-form .error-tip .tip-txt {
color: #f23030;
}
.advise-form .succ-tip {
display: inline-block;
_display: inline;
}
.advise-form .succ-tip .icon {
background-position: -39px -176px;
}
.advise-form .succ-tip .tip-txt {
display: none;
}
.advise-form .verify-code-ctn {
margin-left: 7px;
}
.advise-form .verify-code-ctn img {
vertical-align: middle;
}
.advise-form .btn-block {
padding-left: 60px;
}
.layer-alert {
*zoom: 1;
/*IE/7/6*/
position: relative;
padding: 20px;
padding-left: 90px;
border: 1px solid #c5e6b4;
line-height: 48px;
height: 48px;
font-size: 30px;
font-family: "microsoft yahei";
max-width: 350px;
_width: 350px;
white-space: nowrap;
}
.layer-alert:after {
clear: both;
}
.layer-alert:before, .layer-alert:after {
content: "";
display: table;
}
.layer-alert .icon {
position: absolute;
top: 20px;
left: 20px;
width: 48px;
height: 48px;
}
.layer-alert .icon-success {
background-position: -252px -301px;
}
.layer-alert .icon-fail {
background-position: -313px -300px;
}
.layer-alert-success {
background: #effbe9;
color: #69ca3d;
}
.layer-alert-fail {
border-color: #e6b7b7;
background: #ffe5e5;
color: #f86666;
}
.ad-modal-layout {
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: .3;
filter: alpha(opacity=30);
background-color: #000;
}
.ad-modal {
position: fixed;
left: 50%;
top: 50%;
margin-left: -200px;
margin-top: -40px;
width: 400px;
height: 102px;
background-color: #fff;
overflow: hidden;
text-align: center;
}
.ad-modal-in {
height: 80px;
}
.ad-modal .ad-center {
overflow: hidden;
display: inline-block;
}
.ad-modal .ad-icon-ok {
display: block;
width: 36px;
height: 36px;
background-image: url(/style/home/publics/icon-ad-ok.png);
margin-top: 22px;
float: left;
}
.ad-modal .ad-icon-error {
display: block;
width: 36px;
height: 36px;
background-image: url(/style/home/publics/icon-ad-error.png);
margin-top: 22px;
float: left;
}
.ad-modal .ad-modal-text {
float: left;
font-weight: 700;
margin-left: 20px;
margin-top: 29px;
font-family: '微软雅黑';
text-align: left;
}
.ad-modal .ad-modal-text .f1 {
font-size: 16px;
color: #333;
}
.ad-modal .ad-modal-text .f2 {
font-size: 14px;
color: #666;
margin-top: 3px;
} | 0.24726 | 0.056705 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.header-4-3 .modal-backdrop.show {
background-color: #707092;
opacity: 0.6;
}
.header-4-3 .modal-item.modal {
top: 2rem;
}
.header-4-3 .navbar,
.header-4-3 .hero {
padding: 3rem 2rem;
}
.header-4-3 .navbar-dark .navbar-nav .nav-link {
font: 300 18px/1.5rem Poppins, sans-serif;
color: #707092;
transition: 0.3s;
}
.header-4-3 .navbar-dark .navbar-nav .nav-link:hover {
font: 600 18px/1.5rem Poppins, sans-serif;
color: #E7E7E8;
transition: 0.3s;
}
.header-4-3 .navbar-dark .navbar-nav .active>.nav-link,
.header-4-3 .navbar-dark .navbar-nav .nav-link.active,
.header-4-3 .navbar-dark .navbar-nav .nav-link.show,
.header-4-3 .navbar-dark .navbar-nav .show>.nav-link {
font-weight: 600;
transition: 0.3s;
}
.header-4-3 .navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header-4-3 .btn:focus,
.header-4-3 .btn:active {
outline: none !important;
}
.header-4-3 .btn-fill {
font: 600 18px / normal Poppins, sans-serif;
background-color: #00b1f2;
border-radius: 12px;
padding: 12px 32px;
transition: 0.3s;
}
.header-4-3 .btn-fill:hover {
--tw-shadow: inset 0 0px 25px 0 rgba(20, 20, 50, 0.7);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
transition: 0.3s;
}
.header-4-3 .btn-no-fill {
font: 300 18px/1.75rem Poppins, sans-serif;
color: #E7E7E8;
padding: 12px 32px;
transition: 0.3s;
}
.header-4-3 .btn-no-fill:hover {
color: #E7E7E8;
}
.header-4-3 .modal-item .modal-dialog .modal-content {
border-radius: 8px;
transition: 0.3s;
}
.header-4-3 .responsive li a {
padding: 1rem;
transition: 0.3s;
}
.header-4-3 .left-column {
margin-bottom: 2.75rem;
width: 100%;
}
.header-4-3 .text-caption {
font: 600 0.875rem/1.625 Poppins, sans-serif;
margin-bottom: 2rem;
color: #FB6262;
}
.header-4-3 .title-text-big {
font: 600 2.25rem/2.5rem Poppins, sans-serif;
margin-bottom: 2rem;
color: #CBCBD2;
}
.header-4-3 .btn-try {
font: 600 1rem/1.5rem Poppins, sans-serif;
padding: 1rem 1.5rem;
border-radius: 0.75rem;
background-color: #00b1f2;
transition: 0.3s;
}
.header-4-3 .btn-try:hover {
--tw-shadow: inset 0 0px 25px 0 rgba(20, 20, 50, 0.7);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #096081), var(--tw-ring-shadow, 0 0 #096081), var(--tw-shadow);
transition: 0.3s;
}
.header-4-3 .btn-outline {
font: 400 1rem/1.5rem Poppins, sans-serif;
border: 1px solid #707092;
color: #707092;
padding: 1rem 1.5rem;
border-radius: 0.75rem;
background-color: transparent;
transition: 0.3s;
}
.header-4-3 .btn-outline:hover {
border: 1px solid #FFFFFF;
color: #FFFFFF;
transition: 0.3s;
}
.header-4-3 .btn-outline:hover div path {
fill: #FFFFFF;
transition: 0.3s;
}
.header-4-3 .right-column {
width: 100%;
}
@media (min-width: 576px) {
.header-4-3 .modal-item .modal-dialog {
max-width: 95%;
border-radius: 12px;
}
.header-4-3 .navbar {
padding: 3rem 2rem;
}
.header-4-3 .hero {
padding: 3rem 2rem 5rem;
}
.header-4-3 .title-text-big {
font-size: 3rem;
line-height: 1.2;
}
}
@media (min-width: 768px) {
.header-4-3 .navbar {
padding: 3rem 4rem;
}
.header-4-3 .hero {
padding: 3rem 4rem 5rem;
}
.header-4-3 .left-column {
margin-bottom: 3rem;
}
}
@media (min-width: 992px) {
.header-4-3 .navbar-expand-lg .navbar-nav .nav-link {
padding-right: 1.25rem;
padding-left: 1.25rem;
}
.header-4-3 .navbar {
padding: 3rem 6rem;
}
.header-4-3 .hero {
padding: 3rem 6rem 5rem;
}
.header-4-3 .left-column {
width: 50%;
margin-bottom: 0;
}
.header-4-3 .title-text-big {
font-size: 3.75rem;
line-height: 1.2;
}
.header-4-3 .right-column {
width: 50%;
}
}
.content-3-2 .btn:focus,
.content-3-2 .btn:active {
outline: none !important;
}
.content-3-2 {
padding: 5rem 2rem;
}
.content-3-2 .img-hero {
width: 100%;
margin-bottom: 3rem;
}
.content-3-2 .right-column {
width: 100%;
}
.content-3-2 .title-text {
font: 600 1.875rem/2.25rem Poppins, sans-serif;
margin-bottom: 2.5rem;
letter-spacing: -0.025em;
color: #121212;
}
.content-3-2 .title-caption {
font: 500 1.5rem/2rem Poppins, sans-serif;
margin-bottom: 1.25rem;
color: #121212;
}
.content-3-2 .circle {
font: 500 1.25rem/1.75rem Poppins, sans-serif;
height: 3rem;
width: 3rem;
margin-bottom: 1.25rem;
border-radius: 9999px;
background-color: #65a30d;
}
.content-3-2 .text-caption {
font: 400 1rem/1.75rem Poppins, sans-serif;
letter-spacing: 0.025em;
color: #565656;
}
.content-3-2 .btn-learn {
font: 600 1rem/1.5rem Poppins, sans-serif;
padding: 1rem 2.5rem;
background-color: #65a30d;
transition: 0.3s;
letter-spacing: 0.025em;
border-radius: 0.75rem;
}
.content-3-2 .btn:hover {
background-color: #45dbb2;
transition: 0.3s;
}
@media (min-width: 768px) {
.content-3-2 .title-text {
font: 600 2.25rem/2.5rem Poppins, sans-serif;
}
}
@media (min-width: 992px) {
.content-3-2 .img-hero {
width: 50%;
margin-bottom: 0;
}
.content-3-2 .right-column {
width: 50%;
}
.content-3-2 .circle {
margin-right: 1.25rem;
margin-bottom: 0;
}
}
.content-3-2 .btn:focus,
.content-3-2 .btn:active {
outline: none !important;
}
.content-3-2 {
padding: 5rem 2rem;
}
.content-3-2 .img-hero {
width: 100%;
margin-bottom: 3rem;
}
.content-3-2 .right-column {
width: 100%;
}
.content-3-2 .title-text {
font: 600 1.875rem/2.25rem Poppins, sans-serif;
margin-bottom: 2.5rem;
letter-spacing: -0.025em;
color: #121212;
}
.content-3-2 .title-caption {
font: 500 1.5rem/2rem Poppins, sans-serif;
margin-bottom: 1.25rem;
color: #121212;
}
.content-3-2 .circle {
font: 500 1.25rem/1.75rem Poppins, sans-serif;
height: 3rem;
width: 3rem;
margin-bottom: 1.25rem;
border-radius: 9999px;
background-color: #65a30d;
}
.content-3-2 .text-caption {
font: 400 1rem/1.75rem Poppins, sans-serif;
letter-spacing: 0.025em;
color: #565656;
}
.content-3-2 .btn-learn {
font: 600 1rem/1.5rem Poppins, sans-serif;
padding: 1rem 2.5rem;
background-color: #65a30d;
transition: 0.3s;
letter-spacing: 0.025em;
border-radius: 0.75rem;
}
.content-3-2 .btn:hover {
background-color: #45dbb2;
transition: 0.3s;
}
@media (min-width: 768px) {
.content-3-2 .title-text {
font: 600 2.25rem/2.5rem Poppins, sans-serif;
}
}
@media (min-width: 992px) {
.content-3-2 .img-hero {
width: 50%;
margin-bottom: 0;
}
.content-3-2 .right-column {
width: 50%;
}
.content-3-2 .circle {
margin-right: 1.25rem;
margin-bottom: 0;
}
}
.content-2-3 .btn:focus,
.content-2-3 .btn:active {
outline: none !important;
}
.content-2-3 .title-text {
padding-top: 5rem;
margin-bottom: 3rem;
}
.content-2-3 .text-title {
font: 600 2.25rem/2.5rem Poppins, sans-serif;
margin-bottom: 0.625rem;
}
.content-2-3 .text-caption {
color: #707092;
font-weight: 300;
}
.content-2-3 .column {
padding: 2rem 2.25rem;
}
.content-2-3 .icon {
margin-bottom: 1.5rem;
}
.content-2-3 .icon-title {
font: 500 1.5rem/2rem Poppins, sans-serif;
margin-bottom: 0.625rem;
}
.content-2-3 .icon-caption {
font: 400 1rem/1.625 Poppins, sans-serif;
letter-spacing: 0.025em;
color: #707092;
}
.content-2-3 .card {
padding: 1.75rem;
background-color: #292952;
border-radius: 0.75rem;
border: 1px solid #4c4c6d;
}
.content-2-3 .card-block {
padding: 1rem 1rem 5rem;
}
.content-2-3 .card-title {
font: 600 1.5rem/2rem Poppins, sans-serif;
margin-bottom: 0.625rem;
}
.content-2-3 .card-caption {
font: 300 1rem/1.5rem Poppins, sans-serif;
color: #707092;
letter-spacing: 0.025em;
margin-bottom: 0;
}
.content-2-3 .btn-card {
font: 700 1rem/1.5rem Poppins, sans-serif;
background-color: #00b1f2;
padding-top: 1rem;
padding-bottom: 1rem;
width: 100%;
border-radius: 0.75rem;
margin-bottom: 1.25rem;
border: none;
}
.content-2-3 .btn-card:hover {
--tw-shadow: inset 0 0px 25px 0 rgba(20, 20, 50, 0.7);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.content-2-3 .btn-outline {
font: 400 1rem/1.5rem Poppins, sans-serif;
color: #57578e;
border: 1px solid #57578e;
padding-top: 1rem;
padding-bottom: 1rem;
width: 100%;
border-radius: 0.75rem;
}
.content-2-3 .btn-outline:hover {
border: 1px solid #ffffff;
color: #ffffff;
}
.content-2-3 .card-text {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.content-2-3 .grid-padding {
padding: 0rem 1rem 3rem;
}
@media (min-width: 576px) {
.content-2-3 .grid-padding {
padding: 0rem 2rem 3rem;
}
.content-2-3 .card-block {
padding: 3rem 2rem 5rem;
}
}
@media (min-width: 768px) {
.content-2-3 .grid-padding {
padding: 0rem 4rem 3rem;
}
.content-2-3 .card-block {
padding: 3rem 4rem 5rem;
}
}
@media (min-width: 992px) {
.content-2-3 .grid-padding {
padding: 1rem 6rem 3rem;
}
.content-2-3 .card-block {
padding: 3rem 6rem 5rem;
}
.content-2-3 .column {
padding: 0rem 2.25rem;
/*margin: 0.5rem;*/
}
}
@media (min-width: 1200px) {
.content-2-3 .grid-padding {
padding: 1rem 10rem 3rem;
}
.content-2-3 .card-block {
padding: 3rem 6rem 5rem;
}
.content-2-3 .card-btn-space {
margin-top: 15px;
margin-bottom: 15px;
}
.content-2-3 .btn-outline,
.content-2-3 .btn-card {
width: 95%;
float: right;
}
}
@media (max-width: 980px) {
.content-2-3 .card-btn-space {
width: 100%;
}
}
.content-3-7 .btn:focus,
.content-3-7 .btn:active {
outline: none !important;
}
.content-3-7 {
padding: 5rem 2rem 2rem;
}
.content-3-7 .title-text {
font: 800 1.875rem/2.25rem Poppins, sans-serif;
letter-spacing: 0.05em;
margin-bottom: 0.75rem;
color: #2e3a53;
}
.content-3-7 .caption-text {
font: 400 1rem/1.5rem Poppins, sans-serif;
letter-spacing: 0.025em;
color: #8e8fad;
margin-bottom: 0;
}
.content-3-7 .card-item {
transition: 0.4s;
top: 0px;
left: 0px;
padding: 1rem 0;
}
.content-3-7 .card-item:hover {
top: -3px;
left: -3px;
transition: 0.4s;
}
.content-3-7 .card-item-outline {
border: 1px solid #e5ebf9;
padding: 2rem 2.75rem;
border-radius: 1rem;
}
.content-3-7 .price-title {
font: 500 1.25rem/1.75rem Poppins, sans-serif;
color: #141c2e;
letter-spacing: 0.025em;
margin-bottom: 0.75rem;
}
.content-3-7 .price-value {
font: 500 2.25rem/2.5rem Poppins, sans-serif;
letter-spacing: 0.025em;
margin-bottom: 0.75rem;
color: #2e3a53;
}
.content-3-7 .price-duration {
font: 300 1rem/1.5rem Poppins, sans-serif;
margin: 0.1rem;
color: #9e9e9e;
}
.content-3-7 .price-caption {
font: 400 1rem/1.5rem Poppins, sans-serif;
letter-spacing: 0.025em;
margin-bottom: 2.5rem;
color: #c3c3c8;
}
.content-3-7 .price-list .check {
font: 400 0.875rem/1.25rem Poppins, sans-serif;
color: #2e3a53;
letter-spacing: 0.025em;
margin-bottom: 1.75rem;
}
.content-3-7 .price-list .no-check {
font: 400 0.875rem/1.25rem Poppins, sans-serif;
color: #e1e1e1;
letter-spacing: 0.025em;
margin-bottom: 1.75rem;
}
.content-3-7 .span-icon {
width: 1rem;
height: 1rem;
margin-right: 0.75rem;
}
.content-3-7 .btn-outline {
border: 1px solid #2ec49c;
color: #2ec49c;
padding-top: 1rem;
padding-bottom: 1rem;
font-weight: 500;
letter-spacing: 0.025em;
border-radius: 0.5rem;
}
.content-3-7 .btn-outline:hover {
background-color: #2ec49c;
color: #ffffff;
}
.content-3-7 .btn-fill {
background-image: linear-gradient(rgba(91, 203, 173, 1),
rgba(39, 194, 153, 1));
padding-top: 1rem;
padding-bottom: 1rem;
font-weight: 500;
letter-spacing: 0.025em;
border-radius: 0.5rem;
}
.content-3-7 .btn-fill:hover {
background-image: linear-gradient(#29b18d, #29b18d);
}
@media (min-width: 576px) {
.content-3-7 .title-text {
font: 800 2.25rem/2.5rem Poppins, sans-serif;
}
.content-3-7 .card-item {
padding: 1rem;
}
}
@media (min-width: 768px) {
.content-3-7 {
padding-left: 3.5rem;
padding-right: 3.5rem;
}
}
@media (min-width: 992px) {
.content-3-7 .caption-text {
width: 66.666667%;
}
.content-3-7 .card-item {
width: 33.333333%;
}
}
@media (min-width: 1200px) {
.content-3-7 {
padding-left: 9rem;
padding-right: 9rem;
}
}
.content-4-1 .btn:focus,
.content-4-1 .btn:active {
outline: none !important;
}
.content-4-1 .width-left {
width: 0%;
}
.content-4-1 .width-right {
width: 100%;
height: 100%;
padding: 8rem 2rem;
background-color: #fcfdff;
}
.content-4-1 .centered {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.content-4-1 .right {
width: 100%;
}
.content-4-1 .title-text {
font: 600 1.875rem/2.25rem Poppins, sans-serif;
margin-bottom: 0.75rem;
}
.content-4-1 .caption-text {
font: 400 0.875rem/1.75rem Poppins, sans-serif;
color: #a8adb7;
}
.content-4-1 .input-label {
font: 500 1.125rem/1.75rem Poppins, sans-serif;
color: #39465b;
}
.content-4-1 .div-input {
font: 300 1rem/1.5rem Poppins, sans-serif;
padding: 1rem 1.25rem;
margin-top: 0.75rem;
border-radius: 0.75rem;
border: 1px solid #cacbce;
color: #2a3240;
transition: 0.3s;
}
.content-4-1 .div-input:focus-within {
border: 1px solid #2ec49c;
color: #2a3240;
transition: 0.3s;
}
.content-4-1 .div-input input::placeholder {
color: #cacbce;
transition: 0.3s;
}
.content-4-1 .div-input:focus-within input::placeholder {
color: #2a3240;
outline: none;
transition: 0.3s;
}
.content-4-1 .div-input .icon-toggle-empty-4-1 path,
.content-4-1 .div-input:focus-within .icon path {
transition: 0.3;
fill: #2ec49c;
transition: 0.3s;
}
.content-4-1 .input-field {
font: 300 1rem/1.5rem Poppins, sans-serif;
width: 100%;
background-color: #fcfdff;
transition: 0.3s;
}
.content-4-1 .input-field:focus {
outline: none;
transition: 0.3s;
}
.content-4-1 .forgot-password {
font: 400 0.875rem/1.25rem Poppins, sans-serif;
color: #cacbce;
transition: 0.3s;
text-decoration: none;
}
.content-4-1 .forgot-password:hover {
color: #2a3240;
}
.content-4-1 .btn-fill {
font: 500 1.25rem/1.75rem Poppins, sans-serif;
background-image: linear-gradient(rgba(91, 203, 173, 1),
rgba(39, 194, 153, 1));
padding: 0.75rem 1rem;
margin-top: 2.25rem;
border-radius: 0.75rem;
transition: 0.5s;
}
.content-4-1 .btn-fill:hover {
background-image: linear-gradient(#2ec49c, #2ec49c);
transition: 0.5s;
}
.content-4-1 .bottom-caption {
font: 400 0.875rem/1.25rem Poppins, sans-serif;
margin-top: 2rem;
color: #2a3240;
}
.content-4-1 .green-bottom-caption {
color: #2ec49c;
font-weight: 500;
}
.content-4-1 .green-bottom-caption:hover {
color: #2ec49c;
cursor: pointer;
text-decoration: underline;
}
@media (min-width: 576px) {
.content-4-1 .width-right {
padding: 8rem 4rem;
}
.content-4-1 .right {
width: 58.333333%;
}
}
@media (min-width: 768px) {
.content-4-1 .right {
width: 66.666667%;
}
}
@media (min-width: 992px) {
.content-4-1 .width-left {
width: 48%;
}
.content-4-1 .width-right {
width: 52%;
}
.content-4-1 .right {
width: 75%;
}
}
@media (min-width: 1200px) {
.content-4-1 .right {
width: 58.333333%;
}
}
.footer-2-3 .list-space {
margin-bottom: 1.25rem;
}
.footer-2-3 .footer-text-title {
font: 600 1.5rem Poppins, sans-serif;
margin-bottom: 1.5rem;
}
.footer-2-3 .list-menu {
color: #707092;
text-decoration: none !important;
}
.footer-2-3 .list-menu:hover {
color: #ffffff;
}
.footer-2-3 hr.hr {
margin: 0;
border: 0;
border-top: 1px solid rgba(46, 46, 90, 1);
}
.footer-2-3 .border-color {
color: #707092;
}
.footer-2-3 .footer-link {
color: #707092;
}
.footer-2-3 .footer-link:hover {
color: #ffffff;
}
.footer-2-3 .social-media-c:hover circle,
.footer-2-3 .social-media-p:hover path {
fill: #ffffff;
}
.footer-2-3 .footer-info-space {
padding-top: 3rem;
}
.footer-2-3 .list-footer {
padding: 5rem 1rem 3rem 1rem;
}
.footer-2-3 .info-footer {
padding: 0 1rem 3rem;
}
@media (min-width: 576px) {
.footer-2-3 .list-footer {
padding: 5rem 2rem 3rem 2rem;
}
.footer-2-3 .info-footer {
padding: 0 2rem 3rem;
}
}
@media (min-width: 768px) {
.footer-2-3 .list-footer {
padding: 5rem 4rem 6rem 4rem;
}
.footer-2-3 .info-footer {
padding: 0 4rem 3rem;
}
}
@media (min-width: 992px) {
.footer-2-3 .list-footer {
padding: 5rem 6rem 6rem 6rem;
}
.footer-2-3 .info-footer {
padding: 0 6rem 3rem;
}
}
.circle-icon {
background: #ffc0c0;
padding:30px;
border-radius: 50%;
}
.circle-icon {
background: #4844de;
border-radius: 50%;
text-align: center;
vertical-align: middle;
font-size: 1.5em;
padding: 0.5em;
line-height: 1.25em;
}
.cards-wrapper {
display: flex;
justify-content: center;
}
.card img {
max-width: 100%;
max-height: 100%;
}
.card {
margin: 0 0.5em;
box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
border: none;
border-radius: 0;
}
.carousel-inner {
padding: 1em;
}
.carousel-control-prev,
.carousel-control-next {
background-color: #e1e1e1;
width: 5vh;
height: 5vh;
border-radius: 50%;
top: 50%;
transform: translateY(-50%);
} | public/css/styles.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.header-4-3 .modal-backdrop.show {
background-color: #707092;
opacity: 0.6;
}
.header-4-3 .modal-item.modal {
top: 2rem;
}
.header-4-3 .navbar,
.header-4-3 .hero {
padding: 3rem 2rem;
}
.header-4-3 .navbar-dark .navbar-nav .nav-link {
font: 300 18px/1.5rem Poppins, sans-serif;
color: #707092;
transition: 0.3s;
}
.header-4-3 .navbar-dark .navbar-nav .nav-link:hover {
font: 600 18px/1.5rem Poppins, sans-serif;
color: #E7E7E8;
transition: 0.3s;
}
.header-4-3 .navbar-dark .navbar-nav .active>.nav-link,
.header-4-3 .navbar-dark .navbar-nav .nav-link.active,
.header-4-3 .navbar-dark .navbar-nav .nav-link.show,
.header-4-3 .navbar-dark .navbar-nav .show>.nav-link {
font-weight: 600;
transition: 0.3s;
}
.header-4-3 .navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header-4-3 .btn:focus,
.header-4-3 .btn:active {
outline: none !important;
}
.header-4-3 .btn-fill {
font: 600 18px / normal Poppins, sans-serif;
background-color: #00b1f2;
border-radius: 12px;
padding: 12px 32px;
transition: 0.3s;
}
.header-4-3 .btn-fill:hover {
--tw-shadow: inset 0 0px 25px 0 rgba(20, 20, 50, 0.7);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
transition: 0.3s;
}
.header-4-3 .btn-no-fill {
font: 300 18px/1.75rem Poppins, sans-serif;
color: #E7E7E8;
padding: 12px 32px;
transition: 0.3s;
}
.header-4-3 .btn-no-fill:hover {
color: #E7E7E8;
}
.header-4-3 .modal-item .modal-dialog .modal-content {
border-radius: 8px;
transition: 0.3s;
}
.header-4-3 .responsive li a {
padding: 1rem;
transition: 0.3s;
}
.header-4-3 .left-column {
margin-bottom: 2.75rem;
width: 100%;
}
.header-4-3 .text-caption {
font: 600 0.875rem/1.625 Poppins, sans-serif;
margin-bottom: 2rem;
color: #FB6262;
}
.header-4-3 .title-text-big {
font: 600 2.25rem/2.5rem Poppins, sans-serif;
margin-bottom: 2rem;
color: #CBCBD2;
}
.header-4-3 .btn-try {
font: 600 1rem/1.5rem Poppins, sans-serif;
padding: 1rem 1.5rem;
border-radius: 0.75rem;
background-color: #00b1f2;
transition: 0.3s;
}
.header-4-3 .btn-try:hover {
--tw-shadow: inset 0 0px 25px 0 rgba(20, 20, 50, 0.7);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #096081), var(--tw-ring-shadow, 0 0 #096081), var(--tw-shadow);
transition: 0.3s;
}
.header-4-3 .btn-outline {
font: 400 1rem/1.5rem Poppins, sans-serif;
border: 1px solid #707092;
color: #707092;
padding: 1rem 1.5rem;
border-radius: 0.75rem;
background-color: transparent;
transition: 0.3s;
}
.header-4-3 .btn-outline:hover {
border: 1px solid #FFFFFF;
color: #FFFFFF;
transition: 0.3s;
}
.header-4-3 .btn-outline:hover div path {
fill: #FFFFFF;
transition: 0.3s;
}
.header-4-3 .right-column {
width: 100%;
}
@media (min-width: 576px) {
.header-4-3 .modal-item .modal-dialog {
max-width: 95%;
border-radius: 12px;
}
.header-4-3 .navbar {
padding: 3rem 2rem;
}
.header-4-3 .hero {
padding: 3rem 2rem 5rem;
}
.header-4-3 .title-text-big {
font-size: 3rem;
line-height: 1.2;
}
}
@media (min-width: 768px) {
.header-4-3 .navbar {
padding: 3rem 4rem;
}
.header-4-3 .hero {
padding: 3rem 4rem 5rem;
}
.header-4-3 .left-column {
margin-bottom: 3rem;
}
}
@media (min-width: 992px) {
.header-4-3 .navbar-expand-lg .navbar-nav .nav-link {
padding-right: 1.25rem;
padding-left: 1.25rem;
}
.header-4-3 .navbar {
padding: 3rem 6rem;
}
.header-4-3 .hero {
padding: 3rem 6rem 5rem;
}
.header-4-3 .left-column {
width: 50%;
margin-bottom: 0;
}
.header-4-3 .title-text-big {
font-size: 3.75rem;
line-height: 1.2;
}
.header-4-3 .right-column {
width: 50%;
}
}
.content-3-2 .btn:focus,
.content-3-2 .btn:active {
outline: none !important;
}
.content-3-2 {
padding: 5rem 2rem;
}
.content-3-2 .img-hero {
width: 100%;
margin-bottom: 3rem;
}
.content-3-2 .right-column {
width: 100%;
}
.content-3-2 .title-text {
font: 600 1.875rem/2.25rem Poppins, sans-serif;
margin-bottom: 2.5rem;
letter-spacing: -0.025em;
color: #121212;
}
.content-3-2 .title-caption {
font: 500 1.5rem/2rem Poppins, sans-serif;
margin-bottom: 1.25rem;
color: #121212;
}
.content-3-2 .circle {
font: 500 1.25rem/1.75rem Poppins, sans-serif;
height: 3rem;
width: 3rem;
margin-bottom: 1.25rem;
border-radius: 9999px;
background-color: #65a30d;
}
.content-3-2 .text-caption {
font: 400 1rem/1.75rem Poppins, sans-serif;
letter-spacing: 0.025em;
color: #565656;
}
.content-3-2 .btn-learn {
font: 600 1rem/1.5rem Poppins, sans-serif;
padding: 1rem 2.5rem;
background-color: #65a30d;
transition: 0.3s;
letter-spacing: 0.025em;
border-radius: 0.75rem;
}
.content-3-2 .btn:hover {
background-color: #45dbb2;
transition: 0.3s;
}
@media (min-width: 768px) {
.content-3-2 .title-text {
font: 600 2.25rem/2.5rem Poppins, sans-serif;
}
}
@media (min-width: 992px) {
.content-3-2 .img-hero {
width: 50%;
margin-bottom: 0;
}
.content-3-2 .right-column {
width: 50%;
}
.content-3-2 .circle {
margin-right: 1.25rem;
margin-bottom: 0;
}
}
.content-3-2 .btn:focus,
.content-3-2 .btn:active {
outline: none !important;
}
.content-3-2 {
padding: 5rem 2rem;
}
.content-3-2 .img-hero {
width: 100%;
margin-bottom: 3rem;
}
.content-3-2 .right-column {
width: 100%;
}
.content-3-2 .title-text {
font: 600 1.875rem/2.25rem Poppins, sans-serif;
margin-bottom: 2.5rem;
letter-spacing: -0.025em;
color: #121212;
}
.content-3-2 .title-caption {
font: 500 1.5rem/2rem Poppins, sans-serif;
margin-bottom: 1.25rem;
color: #121212;
}
.content-3-2 .circle {
font: 500 1.25rem/1.75rem Poppins, sans-serif;
height: 3rem;
width: 3rem;
margin-bottom: 1.25rem;
border-radius: 9999px;
background-color: #65a30d;
}
.content-3-2 .text-caption {
font: 400 1rem/1.75rem Poppins, sans-serif;
letter-spacing: 0.025em;
color: #565656;
}
.content-3-2 .btn-learn {
font: 600 1rem/1.5rem Poppins, sans-serif;
padding: 1rem 2.5rem;
background-color: #65a30d;
transition: 0.3s;
letter-spacing: 0.025em;
border-radius: 0.75rem;
}
.content-3-2 .btn:hover {
background-color: #45dbb2;
transition: 0.3s;
}
@media (min-width: 768px) {
.content-3-2 .title-text {
font: 600 2.25rem/2.5rem Poppins, sans-serif;
}
}
@media (min-width: 992px) {
.content-3-2 .img-hero {
width: 50%;
margin-bottom: 0;
}
.content-3-2 .right-column {
width: 50%;
}
.content-3-2 .circle {
margin-right: 1.25rem;
margin-bottom: 0;
}
}
.content-2-3 .btn:focus,
.content-2-3 .btn:active {
outline: none !important;
}
.content-2-3 .title-text {
padding-top: 5rem;
margin-bottom: 3rem;
}
.content-2-3 .text-title {
font: 600 2.25rem/2.5rem Poppins, sans-serif;
margin-bottom: 0.625rem;
}
.content-2-3 .text-caption {
color: #707092;
font-weight: 300;
}
.content-2-3 .column {
padding: 2rem 2.25rem;
}
.content-2-3 .icon {
margin-bottom: 1.5rem;
}
.content-2-3 .icon-title {
font: 500 1.5rem/2rem Poppins, sans-serif;
margin-bottom: 0.625rem;
}
.content-2-3 .icon-caption {
font: 400 1rem/1.625 Poppins, sans-serif;
letter-spacing: 0.025em;
color: #707092;
}
.content-2-3 .card {
padding: 1.75rem;
background-color: #292952;
border-radius: 0.75rem;
border: 1px solid #4c4c6d;
}
.content-2-3 .card-block {
padding: 1rem 1rem 5rem;
}
.content-2-3 .card-title {
font: 600 1.5rem/2rem Poppins, sans-serif;
margin-bottom: 0.625rem;
}
.content-2-3 .card-caption {
font: 300 1rem/1.5rem Poppins, sans-serif;
color: #707092;
letter-spacing: 0.025em;
margin-bottom: 0;
}
.content-2-3 .btn-card {
font: 700 1rem/1.5rem Poppins, sans-serif;
background-color: #00b1f2;
padding-top: 1rem;
padding-bottom: 1rem;
width: 100%;
border-radius: 0.75rem;
margin-bottom: 1.25rem;
border: none;
}
.content-2-3 .btn-card:hover {
--tw-shadow: inset 0 0px 25px 0 rgba(20, 20, 50, 0.7);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.content-2-3 .btn-outline {
font: 400 1rem/1.5rem Poppins, sans-serif;
color: #57578e;
border: 1px solid #57578e;
padding-top: 1rem;
padding-bottom: 1rem;
width: 100%;
border-radius: 0.75rem;
}
.content-2-3 .btn-outline:hover {
border: 1px solid #ffffff;
color: #ffffff;
}
.content-2-3 .card-text {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.content-2-3 .grid-padding {
padding: 0rem 1rem 3rem;
}
@media (min-width: 576px) {
.content-2-3 .grid-padding {
padding: 0rem 2rem 3rem;
}
.content-2-3 .card-block {
padding: 3rem 2rem 5rem;
}
}
@media (min-width: 768px) {
.content-2-3 .grid-padding {
padding: 0rem 4rem 3rem;
}
.content-2-3 .card-block {
padding: 3rem 4rem 5rem;
}
}
@media (min-width: 992px) {
.content-2-3 .grid-padding {
padding: 1rem 6rem 3rem;
}
.content-2-3 .card-block {
padding: 3rem 6rem 5rem;
}
.content-2-3 .column {
padding: 0rem 2.25rem;
/*margin: 0.5rem;*/
}
}
@media (min-width: 1200px) {
.content-2-3 .grid-padding {
padding: 1rem 10rem 3rem;
}
.content-2-3 .card-block {
padding: 3rem 6rem 5rem;
}
.content-2-3 .card-btn-space {
margin-top: 15px;
margin-bottom: 15px;
}
.content-2-3 .btn-outline,
.content-2-3 .btn-card {
width: 95%;
float: right;
}
}
@media (max-width: 980px) {
.content-2-3 .card-btn-space {
width: 100%;
}
}
.content-3-7 .btn:focus,
.content-3-7 .btn:active {
outline: none !important;
}
.content-3-7 {
padding: 5rem 2rem 2rem;
}
.content-3-7 .title-text {
font: 800 1.875rem/2.25rem Poppins, sans-serif;
letter-spacing: 0.05em;
margin-bottom: 0.75rem;
color: #2e3a53;
}
.content-3-7 .caption-text {
font: 400 1rem/1.5rem Poppins, sans-serif;
letter-spacing: 0.025em;
color: #8e8fad;
margin-bottom: 0;
}
.content-3-7 .card-item {
transition: 0.4s;
top: 0px;
left: 0px;
padding: 1rem 0;
}
.content-3-7 .card-item:hover {
top: -3px;
left: -3px;
transition: 0.4s;
}
.content-3-7 .card-item-outline {
border: 1px solid #e5ebf9;
padding: 2rem 2.75rem;
border-radius: 1rem;
}
.content-3-7 .price-title {
font: 500 1.25rem/1.75rem Poppins, sans-serif;
color: #141c2e;
letter-spacing: 0.025em;
margin-bottom: 0.75rem;
}
.content-3-7 .price-value {
font: 500 2.25rem/2.5rem Poppins, sans-serif;
letter-spacing: 0.025em;
margin-bottom: 0.75rem;
color: #2e3a53;
}
.content-3-7 .price-duration {
font: 300 1rem/1.5rem Poppins, sans-serif;
margin: 0.1rem;
color: #9e9e9e;
}
.content-3-7 .price-caption {
font: 400 1rem/1.5rem Poppins, sans-serif;
letter-spacing: 0.025em;
margin-bottom: 2.5rem;
color: #c3c3c8;
}
.content-3-7 .price-list .check {
font: 400 0.875rem/1.25rem Poppins, sans-serif;
color: #2e3a53;
letter-spacing: 0.025em;
margin-bottom: 1.75rem;
}
.content-3-7 .price-list .no-check {
font: 400 0.875rem/1.25rem Poppins, sans-serif;
color: #e1e1e1;
letter-spacing: 0.025em;
margin-bottom: 1.75rem;
}
.content-3-7 .span-icon {
width: 1rem;
height: 1rem;
margin-right: 0.75rem;
}
.content-3-7 .btn-outline {
border: 1px solid #2ec49c;
color: #2ec49c;
padding-top: 1rem;
padding-bottom: 1rem;
font-weight: 500;
letter-spacing: 0.025em;
border-radius: 0.5rem;
}
.content-3-7 .btn-outline:hover {
background-color: #2ec49c;
color: #ffffff;
}
.content-3-7 .btn-fill {
background-image: linear-gradient(rgba(91, 203, 173, 1),
rgba(39, 194, 153, 1));
padding-top: 1rem;
padding-bottom: 1rem;
font-weight: 500;
letter-spacing: 0.025em;
border-radius: 0.5rem;
}
.content-3-7 .btn-fill:hover {
background-image: linear-gradient(#29b18d, #29b18d);
}
@media (min-width: 576px) {
.content-3-7 .title-text {
font: 800 2.25rem/2.5rem Poppins, sans-serif;
}
.content-3-7 .card-item {
padding: 1rem;
}
}
@media (min-width: 768px) {
.content-3-7 {
padding-left: 3.5rem;
padding-right: 3.5rem;
}
}
@media (min-width: 992px) {
.content-3-7 .caption-text {
width: 66.666667%;
}
.content-3-7 .card-item {
width: 33.333333%;
}
}
@media (min-width: 1200px) {
.content-3-7 {
padding-left: 9rem;
padding-right: 9rem;
}
}
.content-4-1 .btn:focus,
.content-4-1 .btn:active {
outline: none !important;
}
.content-4-1 .width-left {
width: 0%;
}
.content-4-1 .width-right {
width: 100%;
height: 100%;
padding: 8rem 2rem;
background-color: #fcfdff;
}
.content-4-1 .centered {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.content-4-1 .right {
width: 100%;
}
.content-4-1 .title-text {
font: 600 1.875rem/2.25rem Poppins, sans-serif;
margin-bottom: 0.75rem;
}
.content-4-1 .caption-text {
font: 400 0.875rem/1.75rem Poppins, sans-serif;
color: #a8adb7;
}
.content-4-1 .input-label {
font: 500 1.125rem/1.75rem Poppins, sans-serif;
color: #39465b;
}
.content-4-1 .div-input {
font: 300 1rem/1.5rem Poppins, sans-serif;
padding: 1rem 1.25rem;
margin-top: 0.75rem;
border-radius: 0.75rem;
border: 1px solid #cacbce;
color: #2a3240;
transition: 0.3s;
}
.content-4-1 .div-input:focus-within {
border: 1px solid #2ec49c;
color: #2a3240;
transition: 0.3s;
}
.content-4-1 .div-input input::placeholder {
color: #cacbce;
transition: 0.3s;
}
.content-4-1 .div-input:focus-within input::placeholder {
color: #2a3240;
outline: none;
transition: 0.3s;
}
.content-4-1 .div-input .icon-toggle-empty-4-1 path,
.content-4-1 .div-input:focus-within .icon path {
transition: 0.3;
fill: #2ec49c;
transition: 0.3s;
}
.content-4-1 .input-field {
font: 300 1rem/1.5rem Poppins, sans-serif;
width: 100%;
background-color: #fcfdff;
transition: 0.3s;
}
.content-4-1 .input-field:focus {
outline: none;
transition: 0.3s;
}
.content-4-1 .forgot-password {
font: 400 0.875rem/1.25rem Poppins, sans-serif;
color: #cacbce;
transition: 0.3s;
text-decoration: none;
}
.content-4-1 .forgot-password:hover {
color: #2a3240;
}
.content-4-1 .btn-fill {
font: 500 1.25rem/1.75rem Poppins, sans-serif;
background-image: linear-gradient(rgba(91, 203, 173, 1),
rgba(39, 194, 153, 1));
padding: 0.75rem 1rem;
margin-top: 2.25rem;
border-radius: 0.75rem;
transition: 0.5s;
}
.content-4-1 .btn-fill:hover {
background-image: linear-gradient(#2ec49c, #2ec49c);
transition: 0.5s;
}
.content-4-1 .bottom-caption {
font: 400 0.875rem/1.25rem Poppins, sans-serif;
margin-top: 2rem;
color: #2a3240;
}
.content-4-1 .green-bottom-caption {
color: #2ec49c;
font-weight: 500;
}
.content-4-1 .green-bottom-caption:hover {
color: #2ec49c;
cursor: pointer;
text-decoration: underline;
}
@media (min-width: 576px) {
.content-4-1 .width-right {
padding: 8rem 4rem;
}
.content-4-1 .right {
width: 58.333333%;
}
}
@media (min-width: 768px) {
.content-4-1 .right {
width: 66.666667%;
}
}
@media (min-width: 992px) {
.content-4-1 .width-left {
width: 48%;
}
.content-4-1 .width-right {
width: 52%;
}
.content-4-1 .right {
width: 75%;
}
}
@media (min-width: 1200px) {
.content-4-1 .right {
width: 58.333333%;
}
}
.footer-2-3 .list-space {
margin-bottom: 1.25rem;
}
.footer-2-3 .footer-text-title {
font: 600 1.5rem Poppins, sans-serif;
margin-bottom: 1.5rem;
}
.footer-2-3 .list-menu {
color: #707092;
text-decoration: none !important;
}
.footer-2-3 .list-menu:hover {
color: #ffffff;
}
.footer-2-3 hr.hr {
margin: 0;
border: 0;
border-top: 1px solid rgba(46, 46, 90, 1);
}
.footer-2-3 .border-color {
color: #707092;
}
.footer-2-3 .footer-link {
color: #707092;
}
.footer-2-3 .footer-link:hover {
color: #ffffff;
}
.footer-2-3 .social-media-c:hover circle,
.footer-2-3 .social-media-p:hover path {
fill: #ffffff;
}
.footer-2-3 .footer-info-space {
padding-top: 3rem;
}
.footer-2-3 .list-footer {
padding: 5rem 1rem 3rem 1rem;
}
.footer-2-3 .info-footer {
padding: 0 1rem 3rem;
}
@media (min-width: 576px) {
.footer-2-3 .list-footer {
padding: 5rem 2rem 3rem 2rem;
}
.footer-2-3 .info-footer {
padding: 0 2rem 3rem;
}
}
@media (min-width: 768px) {
.footer-2-3 .list-footer {
padding: 5rem 4rem 6rem 4rem;
}
.footer-2-3 .info-footer {
padding: 0 4rem 3rem;
}
}
@media (min-width: 992px) {
.footer-2-3 .list-footer {
padding: 5rem 6rem 6rem 6rem;
}
.footer-2-3 .info-footer {
padding: 0 6rem 3rem;
}
}
.circle-icon {
background: #ffc0c0;
padding:30px;
border-radius: 50%;
}
.circle-icon {
background: #4844de;
border-radius: 50%;
text-align: center;
vertical-align: middle;
font-size: 1.5em;
padding: 0.5em;
line-height: 1.25em;
}
.cards-wrapper {
display: flex;
justify-content: center;
}
.card img {
max-width: 100%;
max-height: 100%;
}
.card {
margin: 0 0.5em;
box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
border: none;
border-radius: 0;
}
.carousel-inner {
padding: 1em;
}
.carousel-control-prev,
.carousel-control-next {
background-color: #e1e1e1;
width: 5vh;
height: 5vh;
border-radius: 50%;
top: 50%;
transform: translateY(-50%);
} | 0.362179 | 0.052814 |
div.wysiwym-buttons {
height: 18px;
}
div.wysiwym-buttons div.button {
float: left;
background-image: url(buttons.light.png);
background-repeat: repeat-x;
background-position: 0px 0px;
border-right: 1px solid #aaa;
}
div.wysiwym-buttons div.button.first {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
}
div.wysiwym-buttons div.button.last {
border-right: 0px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
}
div.wysiwym-buttons div.button span.wrap {
display: block;
height: 18px;
}
div.wysiwym-buttons div.button span.text {
padding: 0px 4px;
color: #000;
font-size: 12px;
font-weight: bold;
line-height: 16px;
cursor: default;
user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
-webkit-user-select: none;
}
/*--- Disable Text for all known button types ---*/
div.wysiwym-buttons div.button.bold span.text { display: none; }
div.wysiwym-buttons div.button.italic span.text { display: none; }
div.wysiwym-buttons div.button.link span.text { display: none; }
div.wysiwym-buttons div.button.bulletlist span.text { display: none; }
div.wysiwym-buttons div.button.numberlist span.text { display: none; }
div.wysiwym-buttons div.button.quote span.text { display: none; }
div.wysiwym-buttons div.button.code span.text { display: none; }
/*--- Button Image Offsets (Default) ---*/
div.wysiwym-buttons div.button.bold span.wrap { width: 22px; background-image: url(buttons.light.png); background-position: -1px -54px; }
div.wysiwym-buttons div.button.italic span.wrap { width: 22px; background-image: url(buttons.light.png); background-position: -1px -81px; }
div.wysiwym-buttons div.button.link span.wrap { width: 22px; background-image: url(buttons.light.png); background-position: -1px -106px; }
div.wysiwym-buttons div.button.bulletlist span.wrap { width: 22px; background-image: url(buttons.light.png); background-position: -1px -132px; }
div.wysiwym-buttons div.button.numberlist span.wrap { width: 22px; background-image: url(buttons.light.png); background-position: -2px -158px; }
div.wysiwym-buttons div.button.quote span.wrap { width: 22px; background-image: url(buttons.light.png); background-position: -1px -184px; }
div.wysiwym-buttons div.button.code span.wrap { width: 22px; background-image: url(buttons.light.png); background-position: -1px -211px; }
/*--- Button Images Offsets (Hover) ---*/
div.wysiwym-buttons div.button:hover { background-position: 0px -30px; }
div.wysiwym-buttons div.button.bold:hover span.wrap { background-position: -27px -54px; }
div.wysiwym-buttons div.button.italic:hover span.wrap { background-position: -27px -81px; }
div.wysiwym-buttons div.button.link:hover span.wrap { background-position: -27px -106px; }
div.wysiwym-buttons div.button.bulletlist:hover span.wrap { background-position: -27px -132px; }
div.wysiwym-buttons div.button.numberlist:hover span.wrap { background-position: -28px -158px; }
div.wysiwym-buttons div.button.quote:hover span.wrap { background-position: -27px -184px; }
div.wysiwym-buttons div.button.code:hover span.wrap { background-position: -27px -211px; }
/*-------------------------------------------------------------
* Styles for Wysiwym Help
*------------------------------------------------------------- */
a.wysiwym-help-toggle {
float: left;
font-size: 10px;
line-height: 18px;
}
div.wysiwym-help {
clear: left;
float: left;
padding: 0px 5px;
line-height: 18px;
font-size: 10px;
background-color: #eee;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
div.wysiwym-help td,
div.wysiwym-help th {
color: #666;
border-bottom: 1px dotted #ddd;
}
div.wysiwym-help tr:last-child td,
div.wysiwym-help tr:last-child th {
border-width: 0px;
}
div.wysiwym-help th {
padding-right: 10px;
text-align: left;
color: #777;
} | web/app/themes/learn-med-theme/Notepad-with-Sync/js/wysiwym/wysiwym.css | div.wysiwym-buttons {
height: 18px;
}
div.wysiwym-buttons div.button {
float: left;
background-image: url(buttons.light.png);
background-repeat: repeat-x;
background-position: 0px 0px;
border-right: 1px solid #aaa;
}
div.wysiwym-buttons div.button.first {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
}
div.wysiwym-buttons div.button.last {
border-right: 0px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
}
div.wysiwym-buttons div.button span.wrap {
display: block;
height: 18px;
}
div.wysiwym-buttons div.button span.text {
padding: 0px 4px;
color: #000;
font-size: 12px;
font-weight: bold;
line-height: 16px;
cursor: default;
user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
-webkit-user-select: none;
}
/*--- Disable Text for all known button types ---*/
div.wysiwym-buttons div.button.bold span.text { display: none; }
div.wysiwym-buttons div.button.italic span.text { display: none; }
div.wysiwym-buttons div.button.link span.text { display: none; }
div.wysiwym-buttons div.button.bulletlist span.text { display: none; }
div.wysiwym-buttons div.button.numberlist span.text { display: none; }
div.wysiwym-buttons div.button.quote span.text { display: none; }
div.wysiwym-buttons div.button.code span.text { display: none; }
/*--- Button Image Offsets (Default) ---*/
div.wysiwym-buttons div.button.bold span.wrap { width: 22px; background-image: url(buttons.light.png); background-position: -1px -54px; }
div.wysiwym-buttons div.button.italic span.wrap { width: 22px; background-image: url(buttons.light.png); background-position: -1px -81px; }
div.wysiwym-buttons div.button.link span.wrap { width: 22px; background-image: url(buttons.light.png); background-position: -1px -106px; }
div.wysiwym-buttons div.button.bulletlist span.wrap { width: 22px; background-image: url(buttons.light.png); background-position: -1px -132px; }
div.wysiwym-buttons div.button.numberlist span.wrap { width: 22px; background-image: url(buttons.light.png); background-position: -2px -158px; }
div.wysiwym-buttons div.button.quote span.wrap { width: 22px; background-image: url(buttons.light.png); background-position: -1px -184px; }
div.wysiwym-buttons div.button.code span.wrap { width: 22px; background-image: url(buttons.light.png); background-position: -1px -211px; }
/*--- Button Images Offsets (Hover) ---*/
div.wysiwym-buttons div.button:hover { background-position: 0px -30px; }
div.wysiwym-buttons div.button.bold:hover span.wrap { background-position: -27px -54px; }
div.wysiwym-buttons div.button.italic:hover span.wrap { background-position: -27px -81px; }
div.wysiwym-buttons div.button.link:hover span.wrap { background-position: -27px -106px; }
div.wysiwym-buttons div.button.bulletlist:hover span.wrap { background-position: -27px -132px; }
div.wysiwym-buttons div.button.numberlist:hover span.wrap { background-position: -28px -158px; }
div.wysiwym-buttons div.button.quote:hover span.wrap { background-position: -27px -184px; }
div.wysiwym-buttons div.button.code:hover span.wrap { background-position: -27px -211px; }
/*-------------------------------------------------------------
* Styles for Wysiwym Help
*------------------------------------------------------------- */
a.wysiwym-help-toggle {
float: left;
font-size: 10px;
line-height: 18px;
}
div.wysiwym-help {
clear: left;
float: left;
padding: 0px 5px;
line-height: 18px;
font-size: 10px;
background-color: #eee;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
div.wysiwym-help td,
div.wysiwym-help th {
color: #666;
border-bottom: 1px dotted #ddd;
}
div.wysiwym-help tr:last-child td,
div.wysiwym-help tr:last-child th {
border-width: 0px;
}
div.wysiwym-help th {
padding-right: 10px;
text-align: left;
color: #777;
} | 0.272315 | 0.214547 |
@import url(//fonts.googleapis.com/css?family=Exo+2:200);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
* {
box-sizing: border-box;
}
body {
font-family: 'Exo 2', Helvetica, sans-serif;
font-size: 16px;
color: #fff;
height: 100vh;
overflow-y: auto;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7abcff+0,60abf8+44,4096ee+100;Blue+3D+%2314 */
background: rgb(122,188,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
}
/**
* shifting-tiles START
*/
shifting-tiles {
display: block;
background-color: rgba(0, 0, 0, 0.5);
position: relative;
overflow: hidden;
height: 100vh;
width: 100vw;
margin: auto;
}
shifting-tiles .picture-container {
height: 50%;
width: 50%;
position: absolute;
opacity: 0;
z-index: 1;
left: -10000px;
}
shifting-tiles .picture {
background-position: center;
background-repeat: no-repeat;
background-color: hsla(0, 0%, 10%, 1);
background-size: contain;
height: 100%;
}
shifting-tiles .tags {
background: rgba(0, 0, 0, 0.75);
text-overflow: ellipsis;
padding: 5px;
height: 25px;
text-align: right;
font-size: 0.7em;
overflow: hidden;
white-space: nowrap;
position: absolute;
bottom: 0;
width: 100%;
color: #fff;
}
shifting-tiles .tags .fa {
padding-right: 5px;
}
shifting-tiles .tag-editor {
position: absolute;
z-index: 10;
width: 100%;
padding: 5px;
opacity: 0;
top: -10000px;
}
shifting-tiles .tag-editor input {
background-color: rgba(64, 64, 64, 0.65);
border: none;
width: 100%;
padding: 5px 40px 5px 5px;
border-radius: 3px;
height: 35px;
}
shifting-tiles .tag-editor .btn-save-tags {
position: absolute;
margin-right: 5px;
right: 0;
}
shifting-tiles .btn-edit-tags {
margin: 5px;
right: 0;
position: absolute;
z-index: 5;
background: rgba(0, 0, 0, 0.5);
border-radius: 0;
}
/**
* shifting-tiles END
*/
/** Media queries **/
@media screen and (max-width: 414px) {
shifting-tiles {
height: 75vw;
width: 100vw;
}
} | styles/main.css | @import url(//fonts.googleapis.com/css?family=Exo+2:200);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
* {
box-sizing: border-box;
}
body {
font-family: 'Exo 2', Helvetica, sans-serif;
font-size: 16px;
color: #fff;
height: 100vh;
overflow-y: auto;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7abcff+0,60abf8+44,4096ee+100;Blue+3D+%2314 */
background: rgb(122,188,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
}
/**
* shifting-tiles START
*/
shifting-tiles {
display: block;
background-color: rgba(0, 0, 0, 0.5);
position: relative;
overflow: hidden;
height: 100vh;
width: 100vw;
margin: auto;
}
shifting-tiles .picture-container {
height: 50%;
width: 50%;
position: absolute;
opacity: 0;
z-index: 1;
left: -10000px;
}
shifting-tiles .picture {
background-position: center;
background-repeat: no-repeat;
background-color: hsla(0, 0%, 10%, 1);
background-size: contain;
height: 100%;
}
shifting-tiles .tags {
background: rgba(0, 0, 0, 0.75);
text-overflow: ellipsis;
padding: 5px;
height: 25px;
text-align: right;
font-size: 0.7em;
overflow: hidden;
white-space: nowrap;
position: absolute;
bottom: 0;
width: 100%;
color: #fff;
}
shifting-tiles .tags .fa {
padding-right: 5px;
}
shifting-tiles .tag-editor {
position: absolute;
z-index: 10;
width: 100%;
padding: 5px;
opacity: 0;
top: -10000px;
}
shifting-tiles .tag-editor input {
background-color: rgba(64, 64, 64, 0.65);
border: none;
width: 100%;
padding: 5px 40px 5px 5px;
border-radius: 3px;
height: 35px;
}
shifting-tiles .tag-editor .btn-save-tags {
position: absolute;
margin-right: 5px;
right: 0;
}
shifting-tiles .btn-edit-tags {
margin: 5px;
right: 0;
position: absolute;
z-index: 5;
background: rgba(0, 0, 0, 0.5);
border-radius: 0;
}
/**
* shifting-tiles END
*/
/** Media queries **/
@media screen and (max-width: 414px) {
shifting-tiles {
height: 75vw;
width: 100vw;
}
} | 0.314366 | 0.05163 |
button {
border: none;
font-family: Arial Black sans serif;
font-size: 12px;
background-color: rgba(0,0,0,0);
color: rgb(80,0,0);
width: 90px;
font-weight: bold;
float: right;
}
@media (min-width: 60em) {
button {
font-size: 24px;
width: 170px;
font-family: Arial Black;
}
}
label.dropbtn {
border: none;
width: 90px;
font-family: Arial Black sans serif;
font-size: 12px;
background-color: rgba(0,0,0,0);
color: rgb(80,0,0);
font-weight: bold;
float: right;
position: relative;
top: -0.2vh;
left: 2vh;
display:block;
cursor:pointer;
}
@media (min-width: 60em) {
label.dropbtn {
font-size: 24px;
width: 170px;
font-family: Arial Black;
top: 0;
}
}
input.dropcheck {
position: absolute;
left: -9999px;
}
input.dropcheck:checked ~ .dropdown-content {
display: block;
}
div.dropdown {
position: relative;
display: inline-block;
}
div.dropdown-content {
display: none;
position: absolute;
background-color: rgba(0,0,0,0.8);
min-width: 90px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
@media (min-width: 60em) {
div.dropdown-content {
width: 170px;
}
}
div.dropdown-content a {
color: white;
padding: 12px 16px;
font-size: 12px;
text-decoration: none;
display: block;
font-family: Arial Black sans serif;
font-weight: lighter;
}
@media (min-width: 60em) {
div.dropdown-content a {
font-size: 20px;
font-family: Arial;
}
}
@media (min-width: 60em) {
div.dropdown:hover .dropdown-content {display: block;}
div.dropdown-content a:hover {background-color: rgba(80,80,80,0.7);}
div.dropdown:hover .dropbtn {background-color: rgba(0,0,0,0);}
}
div.buttonBox {
position: absolute;
right: 1%;
top: 2vh;
font-size: 0;
}
div.haikuBody {
position: absolute;
top: 100%;
left: 0;
}
@media (min-width: 60em) {
div.haikuBody {
position: absolute;
top: 90%;
}
}
html {
height: 100vh; /* set viewport constraint */
min-height: 100%; /* enforce height */
width: 100vw;
min-width: 100%;
overflow: hidden;
}
h1 {
padding: 0px;
font-size: 32px;
color: rgb(80,0,0);
font-family: Helvetica;
}
@media (min-width: 60em) {
h1 {
font-size: 72px;
padding: 10px;
}
}
form {
display: inline-block;
}
p {
color: rgb(80,0,0);
padding: 0px;
font-family: Helvetica, sans-serif;
font-size: 16px;
}
@media (min-width: 60em) {
p {
font-size: 24px;
padding: 5px;
}
}
div.mainBody {
position: absolute;
top: 12%;
padding: 16px;
}
@media (min-width: 60em) {
div.mainBody {
position: absolute;
left: 7%;
top: 5%;
padding: 0px;
}
}
body {
background: white url("images/Optimized-background - mobile.jpg") no-repeat;
background-size: 100% 100%;
}
@media (min-width: 30em) and (orientation: landscape) {
body {
background: white url("images/Optimized-background - landscape.jpg") no-repeat;
background-size: 100% 100%;
}
}
@media (min-width: 60em) {
body {
background: white url("images/Optimized-background.gif");
background-repeat: no-repeat;
background-size: 100% 100%;
}
} | projects/writing/static/style.css | button {
border: none;
font-family: Arial Black sans serif;
font-size: 12px;
background-color: rgba(0,0,0,0);
color: rgb(80,0,0);
width: 90px;
font-weight: bold;
float: right;
}
@media (min-width: 60em) {
button {
font-size: 24px;
width: 170px;
font-family: Arial Black;
}
}
label.dropbtn {
border: none;
width: 90px;
font-family: Arial Black sans serif;
font-size: 12px;
background-color: rgba(0,0,0,0);
color: rgb(80,0,0);
font-weight: bold;
float: right;
position: relative;
top: -0.2vh;
left: 2vh;
display:block;
cursor:pointer;
}
@media (min-width: 60em) {
label.dropbtn {
font-size: 24px;
width: 170px;
font-family: Arial Black;
top: 0;
}
}
input.dropcheck {
position: absolute;
left: -9999px;
}
input.dropcheck:checked ~ .dropdown-content {
display: block;
}
div.dropdown {
position: relative;
display: inline-block;
}
div.dropdown-content {
display: none;
position: absolute;
background-color: rgba(0,0,0,0.8);
min-width: 90px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
@media (min-width: 60em) {
div.dropdown-content {
width: 170px;
}
}
div.dropdown-content a {
color: white;
padding: 12px 16px;
font-size: 12px;
text-decoration: none;
display: block;
font-family: Arial Black sans serif;
font-weight: lighter;
}
@media (min-width: 60em) {
div.dropdown-content a {
font-size: 20px;
font-family: Arial;
}
}
@media (min-width: 60em) {
div.dropdown:hover .dropdown-content {display: block;}
div.dropdown-content a:hover {background-color: rgba(80,80,80,0.7);}
div.dropdown:hover .dropbtn {background-color: rgba(0,0,0,0);}
}
div.buttonBox {
position: absolute;
right: 1%;
top: 2vh;
font-size: 0;
}
div.haikuBody {
position: absolute;
top: 100%;
left: 0;
}
@media (min-width: 60em) {
div.haikuBody {
position: absolute;
top: 90%;
}
}
html {
height: 100vh; /* set viewport constraint */
min-height: 100%; /* enforce height */
width: 100vw;
min-width: 100%;
overflow: hidden;
}
h1 {
padding: 0px;
font-size: 32px;
color: rgb(80,0,0);
font-family: Helvetica;
}
@media (min-width: 60em) {
h1 {
font-size: 72px;
padding: 10px;
}
}
form {
display: inline-block;
}
p {
color: rgb(80,0,0);
padding: 0px;
font-family: Helvetica, sans-serif;
font-size: 16px;
}
@media (min-width: 60em) {
p {
font-size: 24px;
padding: 5px;
}
}
div.mainBody {
position: absolute;
top: 12%;
padding: 16px;
}
@media (min-width: 60em) {
div.mainBody {
position: absolute;
left: 7%;
top: 5%;
padding: 0px;
}
}
body {
background: white url("images/Optimized-background - mobile.jpg") no-repeat;
background-size: 100% 100%;
}
@media (min-width: 30em) and (orientation: landscape) {
body {
background: white url("images/Optimized-background - landscape.jpg") no-repeat;
background-size: 100% 100%;
}
}
@media (min-width: 60em) {
body {
background: white url("images/Optimized-background.gif");
background-repeat: no-repeat;
background-size: 100% 100%;
}
} | 0.493409 | 0.077868 |
@font-face {
font-family: "DeadKansas";
src: url("../fonts/Dead_Kansas.ttf");
}
@font-face {
font-family: "SquadaOne-Regular";
src: url("../fonts/SquadaOne-Regular.ttf");
}
body,html {
margin: 0px;
width: 100%;
height: 100%;
}
html {
overflow-x: hidden;
overflow-y: hidden;
cursor: url('../img/player/crosshair.cur'), crosshair;
}
.wrap {
width: 100%;
height: 100%;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
}
.menuField {
width: 500px;
height: 400px;
background: rgba(37, 37, 37, 0.8);
display: flex;
}
.fieldMenu,.message{
width: 500px;
height: 100px;
font-family: SquadaOne-Regular, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-size: 35px;
/*text-shadow: 1px 2px 20px black;*/
letter-spacing: 2px;
color: white;
display: flex;
justify-content: center;
align-items: center;
}
.fieldMenu:hover {
background: rgba(54, 54, 54, 0.8);
cursor: pointer;
}
.fieldMenu:active {
background: rgba(54, 54, 54, 0.8);
cursor: pointer;
}
.message:hover {
cursor: url('../img/player/crosshair.cur'), crosshair;
}
.pauseMenu ,.finishMenu{
width: 500px;
height: 600px;
background: rgba(46, 46, 46, 0.8);
display: none;
}
.pauseIndicator {
position: absolute;
width:30px;
height: 70px;
border-left: 15px solid white;
border-right: 15px solid white;
top: 20px;
right: 20px;
display: none;
}
.gameOver {
width: 100%;
height: 300px;
font-size: 70px;
font-weight: 400;
color: rgb(105, 0, 0);
text-shadow: 1px 2px 20px rgb(0, 0, 0);
display: flex;
justify-content: center;
align-items: center;
background: url('../img/game-over.jpg');
font-family: "DeadKansas", Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.gameScore {
widows: 100%;
height: 100px;
}
.gameName {
margin-bottom: 30%;
font-size: 60px;
color: #000000;
text-transform: uppercase;
font-family: "DeadKansas", Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.gameWon {
width: 100%;
height: 272px;
font-size: 70px;
font-weight: 400;
color: rgb(32, 32, 32);
text-shadow: 1px 2px 20px rgb(177, 177, 177);
display: flex;
justify-content: center;
align-items: center;
background: url('../img/game-over.jpg') center center no-repeat;
background-size: 100%;
font-family: "DeadKansas", Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.message {
font-size: 38px;
background: rgba(73, 72, 72, 0.8);
font-family: Arial, Helvetica, sans-serif;
}
.screens {
display: flex;
justify-content: space-between;
} | game/css/style.css | @font-face {
font-family: "DeadKansas";
src: url("../fonts/Dead_Kansas.ttf");
}
@font-face {
font-family: "SquadaOne-Regular";
src: url("../fonts/SquadaOne-Regular.ttf");
}
body,html {
margin: 0px;
width: 100%;
height: 100%;
}
html {
overflow-x: hidden;
overflow-y: hidden;
cursor: url('../img/player/crosshair.cur'), crosshair;
}
.wrap {
width: 100%;
height: 100%;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
}
.menuField {
width: 500px;
height: 400px;
background: rgba(37, 37, 37, 0.8);
display: flex;
}
.fieldMenu,.message{
width: 500px;
height: 100px;
font-family: SquadaOne-Regular, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-size: 35px;
/*text-shadow: 1px 2px 20px black;*/
letter-spacing: 2px;
color: white;
display: flex;
justify-content: center;
align-items: center;
}
.fieldMenu:hover {
background: rgba(54, 54, 54, 0.8);
cursor: pointer;
}
.fieldMenu:active {
background: rgba(54, 54, 54, 0.8);
cursor: pointer;
}
.message:hover {
cursor: url('../img/player/crosshair.cur'), crosshair;
}
.pauseMenu ,.finishMenu{
width: 500px;
height: 600px;
background: rgba(46, 46, 46, 0.8);
display: none;
}
.pauseIndicator {
position: absolute;
width:30px;
height: 70px;
border-left: 15px solid white;
border-right: 15px solid white;
top: 20px;
right: 20px;
display: none;
}
.gameOver {
width: 100%;
height: 300px;
font-size: 70px;
font-weight: 400;
color: rgb(105, 0, 0);
text-shadow: 1px 2px 20px rgb(0, 0, 0);
display: flex;
justify-content: center;
align-items: center;
background: url('../img/game-over.jpg');
font-family: "DeadKansas", Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.gameScore {
widows: 100%;
height: 100px;
}
.gameName {
margin-bottom: 30%;
font-size: 60px;
color: #000000;
text-transform: uppercase;
font-family: "DeadKansas", Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.gameWon {
width: 100%;
height: 272px;
font-size: 70px;
font-weight: 400;
color: rgb(32, 32, 32);
text-shadow: 1px 2px 20px rgb(177, 177, 177);
display: flex;
justify-content: center;
align-items: center;
background: url('../img/game-over.jpg') center center no-repeat;
background-size: 100%;
font-family: "DeadKansas", Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.message {
font-size: 38px;
background: rgba(73, 72, 72, 0.8);
font-family: Arial, Helvetica, sans-serif;
}
.screens {
display: flex;
justify-content: space-between;
} | 0.40392 | 0.07383 |
body {
background: #fff;
color: #1c1c1c;
font: 14px/22px 'Roboto Condensed', sans-serif;
}
a {
color: #35b1ce;
}
a:hover,
a:focus {
color: #1c1c1c;
}
a:focus {
outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Roboto Condensed', sans-serif;
color: #1c1c1c;
}
h1 {
font-size: 38px;
}
h2 {
font-size: 32px;
}
h3 {
font-size: 26px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 14px;
}
.main-heading {
font-size: 42px;
}
.main-heading span {
font-size: 18px;
color: #3bc6e4;
}
.main-heading2 {
font-size: 24px;
}
.main-heading,
.main-heading2,
.sub-heading {
text-transform: uppercase;
}
.sub-heading {
font-size: 24px;
padding: 10px 0;
}
hr {
border-color: #909090;
border-style: solid;
}
.btn-main {
background-color: #1c1c1c;
}
.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main.active {
background-color: #35b1ce;
}
.btn-main,
.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main.active {
color: #fff;
}
#header-area {
background: #31a5be url("/images/header-bg.jpg") no-repeat center bottom;
}
.header-links ul {
text-transform: uppercase;
}
.header-links li {
display: inline-block;
}
.header-links li .fa {
margin-right: 3px;
}
.header-links li,
.header-links li a {
color: #e2faff;
}
.header-links li a {
padding: 20px 15px 0 0;
}
.header-links li a:hover,
.header-links li a:focus,
.header-links li.active a {
background: none;
color: #fff;
}
.header-top .btn-group {
display: table-cell;
}
.header-top .btn-link {
position: relative;
padding: 12px 15px 12px 50px;
background: #1c1c1c;
color: #fff;
text-transform: uppercase;
text-decoration: none;
border: none;
}
.header-top .btn-link i.fa {
margin-left: 5px;
}
.header-top .btn-group + .btn-group .btn-link {
margin-left: -1px;
padding: 12px 15px;
}
.header-top .btn-group:first-of-type .btn-link {
background: linear-gradient(-130deg, #1c1c1c 100px, transparent 100px);
}
.main-header {
padding: 40px 0 45px;
}
#logo img.img-responsive {
margin-top: 18px;
margin-left: auto;
margin-right: auto;
}
#search {
margin-top: 12px;
}
#search .input-group .form-control {
padding-left: 0;
font-size: 14px;
}
#search .input-group .form-control::-moz-placeholder {
color: #fff;
}
#search .input-group .form-control:-ms-input-placeholder {
color: #fff;
}
#search .input-group .form-control::-webkit-input-placeholder {
color: #fff;
}
#search .input-group .btn {
padding-right: 0;
font-size: 18px;
line-height: normal;
}
#search .input-group .form-control,
#search .input-group .btn {
text-transform: uppercase;
height: 45px;
background: none;
border: solid #1c1c1c;
border-width: 0 0 2px 0;
color: #fff;
border-radius: 0;
box-shadow: none;
}
#cart .btn {
color: #fff;
background: none;
text-align: left;
padding: 0 0 10px;
margin: 23px 0 0 0;
font-size: 16px;
text-transform: uppercase;
border: solid #1c1c1c;
border-width: 0 0 2px 0;
box-shadow: none;
}
#cart .btn,
#cart .dropdown-menu {
border-radius: 0;
}
#cart .btn .fa-info {
margin-right: 15px;
line-height: none;
font-size: 22px;
}
#cart .btn span#cart-total {
margin-left: 10px;
}
#cart .btn .fa-info,
#cart .btn span {
float: left;
}
#cart .btn i.fa-caret-down {
float: right;
}
#cart .dropdown-menu {
min-width: 100%;
margin-top: 10px;
background: #1c1c1c;
color: #fff;
z-index: 1001;
padding: 5px;
}
#cart .open > .dropdown-menu {
display: block;
}
#cart .dropdown-menu table {
margin-bottom: 10px;
}
#cart .dropdown-menu table,
#cart .dropdown-menu table td {
background: none;
border: none;
}
#cart .dropdown-menu table.hcart td,
.line-bottom {
border-bottom: 1px solid #434343;
}
.line-top,
.btn-block1 {
border-top: 1px solid #434343;
}
#cart .btn-block1 {
padding: 20px 0 0;
}
#cart .btn-block1 a {
padding: 8px 12px;
margin-left: 10px;
text-transform: uppercase;
font-size: 12px;
text-decoration: none;
}
#cart .btn-block1 a:hover,
#cart .btn-block1 a + a {
background: #34acc5;
color: #fff;
}
#cart .btn-block1 a,
#cart .btn-block1 a + a:hover {
background: #fff;
color: #1c1c1c;
}
#cart .dropdown-menu li > div {
min-width: 427px;
padding: 0 10px;
}
#cart .dropdown-menu li p {
margin: 20px 0;
}
#cart .dropdown-menu table.total td {
padding: 2px 8px;
}
#cart .dropdown-menu table td a {
color: #34acc5;
}
#cart .dropdown-menu table td a:hover {
color: #fff;
}
#main-menu {
text-align: center;
}
#main-menu.navbar {
margin: 0;
padding: 15px 0 8px;
background: #fff;
border: none;
border-radius: 0;
box-shadow: 0 2px 2px 2px rgba(0,0,0,0.2);
}
#main-menu .navbar-nav > li a {
color: #1c1c1c;
font-size: 18px;
text-transform: uppercase;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 5px;
}
#main-menu .navbar-nav > li > a:hover,
#main-menu .navbar-nav > li > a:focus,
#main-menu .navbar-nav > li.open a {
background: #34b0cd;
color: #fff;
}
#main-menu .navbar-nav > li.open > a {
border-radius: 5px 5px 0 0;
}
#main-menu .dropdown-menu {
background: #34b0cd;
border: none;
padding: 0;
border-radius: 0 5px 5px 5px;
box-shadow: none;
}
#main-menu .dropdown-menu li a {
font-size: 15px;
color: #fff;
padding-top: 8px;
padding-bottom: 8px;
}
#main-menu .dropdown-menu li:hover a {
background: #1588a3;
text-decoration: none;
border-radius: 0;
}
#main-menu .dropdown-menu li:first-child:hover a {
border-radius: 0 5px 0 0;
}
#main-menu .dropdown-menu li:last-child:hover a {
border-radius: 0 0 5px 5px;
}
#main-menu .dropdown-inner {
display: table;
padding-bottom: 10px;
}
#main-menu .dropdown-inner ul {
display: table-cell;
}
#main-menu .dropdown-inner .dropdown-header {
font-size: 15px;
text-transform: uppercase;
color: #fff;
padding: 15px 0 10px 15px;
}
#main-menu .dropdown-inner li a {
min-width: 160px;
display: block;
padding: 3px 20px;
clear: both;
}
#main-menu .dropdown-menu .dropdown-inner li:last-child:hover a {
border-radius: 0;
}
.breadcrumb {
text-transform: uppercase;
padding: 5px 0 15px;
margin-bottom: 30px;
border: solid #1c1c1c;
border-width: 0 0 1px 0;
background: none;
border-radius: 0;
}
.breadcrumb li {
padding-right: 5px;
color: #1c1c1c;
}
.breadcrumb > li + li:before {
padding-right: 10px;
content: "\00BB";
color: #1c1c1c;
}
.breadcrumb li a {
color: #1c1c1c;
}
.breadcrumb li.active {
color: #28a7c2;
}
.slider {
padding-top: 40px;
padding-bottom: 40px;
background: url("/images/slider-bg.jpg") no-repeat center;
}
.top-col-banners ul > li {
margin-top: 40px;
}
.col3-banners {
margin-bottom: 20px;
}
.products-list {
margin-bottom: 15px;
}
.product-head {
margin: 10px 0 30px;
font-size: 30px;
text-align: center;
text-transform: uppercase;
}
.product-col {
padding: 15px 15px 10px;
margin-bottom: 20px;
text-align: center;
background: #fff;
box-shadow: 0 0 4px rgba(0,0,0,0.4);
}
.product-col.side-product {
border: 1px solid #ddd;
background: #fff;
}
.product-col.list {
text-align: left;
margin-bottom: 30px;
}
.product-col.list .image {
padding: 20px 30px 20px 0;
float: left;
}
.product-col .caption {
padding: 10px 0;
}
.product-col h4 {
font-size: 18px;
}
.product-col h4,
.product-col h4 a,
.product-col .description {
color: #1c1c1c;
}
.product-col h4 a:hover,
.product-col h4 a:focus {
color: #1da1bd;
}
.product-col .description {
padding: 5px 0;
font-size: 12px;
line-height: 18px;
text-align: justify;
}
.product-col.list .description {
padding-right: 20px;
}
.product-col .price {
padding: 15px 0 10px;
}
.product-col .price .price-tax {
font-size: 14px;
color: #452e11;
text-transform: uppercase;
}
.product-col .price span.price-new {
color: #3bc6e4;
font-size: 28px;
padding-right: 5px;
}
.product-col .price span.price-old {
font-size: 18px;
color: #717171;
text-decoration: line-through;
}
.product-col .cart-button {
padding-top: 7px;
}
.product-col .btn-wishlist,
.product-col .btn-compare {
font-size: 18px;
color: #1c1c1c;
background: none;
margin-left: 3px;
}
.product-col .btn-wishlist:hover,
.product-col .btn-wishlist:focus,
.product-col .btn-compare:hover,
.product-col .btn-compare:focus {
color: #35b1ce;
}
.product-col .btn-cart {
padding: 8px 30px 8px 15px;
font-size: 14px;
color: #fff;
background: #1c1c1c;
text-transform: uppercase;
border: none;
background: linear-gradient(55deg, #1c1c1c 118px, transparent 117px);
}
.product-col .btn-cart .fa-shopping-cart {
font-size: 17px;
margin-right: 5px;
}
.product-col .btn-cart:hover {
background: #35b1ce;
}
.product-col .btn-cart:hover,
.product-col .btn-cart:focus {
background: linear-gradient(55deg, #35b1ce 118px, transparent 117px);
}
.col2-banners {
margin-bottom: 20px;
}
.shopping-cart-table {
margin-top: 30px;
background: #fff;
text-transform: uppercase;
}
.shopping-cart-table thead > tr > td {
font-size: 15px;
font-weight: 600;
border-bottom: none;
}
.shopping-cart-table tbody > tr > td {
font-size: 16px;
}
.shopping-cart-table tbody > tr > td a:hover {
color: #252a2f;
}
.compare-table {
margin-top: 30px;
text-transform: uppercase;
}
.compare-table .table {
background: #fff;
}
.compare-table thead {
background: #f9f9f9;
}
.compare-table thead > tr > td {
font-size: 15px;
font-weight: 600;
border-bottom: none;
}
.compare-table tbody > tr > td {
font-size: 14px;
}
.compare-table tbody > tr > td a:hover {
color: #252a2f;
}
.compare-table td {
text-align: center;
}
.compare-table .rating .fa-star {
color: #28a7c2;
}
.login-area {
padding-top: 30px;
}
.registration-area {
padding-top: 20px;
}
.panel-smart {
padding: 20px;
background: #fff;
border: 1px solid #e8e8e8;
border-radius: 0;
}
.panel-smart .panel-heading {
padding: 5px 0 15px 0;
color: #252a2f;
border-bottom: 1px solid #929497;
}
.panel-smart h3.panel-title {
font-size: 24px;
}
.panel-smart .panel-body {
padding: 20px 0 0;
}
.registration-area .inner {
margin-top: 30px;
margin-bottom: 20px;
}
.registration-area .control-label {
color: #8b8b8b;
font-weight: 600;
}
.registration-area .form-control,
.registration-area .btn {
border-radius: 0;
}
.registration-area .dl-horizontal dt {
font-weight: normal;
}
.registration-area .dl-horizontal dd {
font-weight: bold;
}
.registration-area .dl-horizontal dt,
.registration-area .dl-horizontal dd {
margin-bottom: 5px;
}
.registration-area .dl-horizontal.total {
color: #28a7c2;
font-size: 18px;
}
.registration-area .dl-horizontal.total dt,
.registration-area .dl-horizontal.total dd {
margin-bottom: 0;
}
.main-container {
margin-top: 25px;
margin-bottom: 25px;
}
.cat-intro {
padding-top: 10px;
}
.cat-intro .img-thumbnail {
border-radius: 0;
}
.cat-intro .cat-body {
color: #8b8b8b;
font-size: 13px;
padding-left: 5px;
text-align: justify;
}
.product-filter {
margin: 30px 0;
padding: 8px 0;
border: solid #1c1c1c;
border-width: 1px 0;
}
.product-filter .display {
padding-top: 5px;
}
.product-filter .display a {
color: #1c1c1c;
font-size: 24px;
margin-right: 6px;
}
.product-filter .display a.active {
color: #3bc6e4;
}
.product-filter .control-label {
padding-top: 5px;
font-size: 18px;
font-weight: normal;
}
.product-filter .form-control {
height: 30px;
padding: 3px 6px;
border-radius: 0;
}
.product-info {
padding-top: 10px;
}
.product-info .images-block .thumbnail {
padding: 10px;
}
.product-info.full .images-block .list-inline {
margin-left: -5px;
}
.product-info.full .images-block .list-inline li {
padding-left: 5px;
padding-right: 5px;
}
.product-info .images-block .list-inline {
margin-left: -2px;
}
.product-info .images-block .list-inline li {
padding-left: 2px;
padding-right: 2px;
}
.product-info .images-block .list-inline .thumbnail {
padding: 5px;
}
.product-info .product-details h2 {
margin-top: 0;
font-size: 24px;
}
.product-info .product-details h3 {
font-size: 22px;
}
.product-info .product-details h2,
.product-info .product-details h3 {
text-transform: uppercase;
}
.product-info .product-details .manufacturer {
color: #3bc6e4;
text-transform: uppercase;
}
.product-info .product-details .manufacturer span {
min-width: 130px;
display: inline-block;
color: #452e11;
}
.product-info .product-details .price-head {
padding-right: 10px;
font-size: 24px;
color: #452e11;
text-transform: uppercase;
}
.product-info .product-details .price-tax {
padding-top: 5px;
font-size: 14px;
color: #452e11;
text-transform: uppercase;
}
.product-info .product-details .price-new {
color: #3bc6e4;
font-size: 24px;
padding-right: 5px;
}
.product-info .product-details .price-old {
font-size: 18px;
color: #452e11;
text-decoration: line-through;
}
.product-info .product-details .options h3 {
margin-bottom: 20px;
}
.product-info .product-details .options h6 {
font-weight: 700;
}
.product-info .product-details .btn-wishlist,
.product-info .product-details .btn-compare {
font-size: 18px;
color: #1c1c1c;
background: none;
margin-left: 3px;
}
.product-info .product-details .btn-wishlist:hover,
.product-info .product-details .btn-wishlist:focus,
.product-info .product-details .btn-compare:hover,
.product-info .product-details .btn-compare:focus {
color: #35b1ce;
}
.product-info .product-details .btn-cart {
padding: 8px 30px 8px 15px;
font-size: 14px;
color: #fff;
background: #1c1c1c;
text-transform: uppercase;
border: none;
background: linear-gradient(55deg, #1c1c1c 118px, transparent 117px);
}
.product-info .product-details .btn-cart .fa-shopping-cart {
font-size: 17px;
margin-right: 5px;
}
.product-info .product-details .btn-cart:hover {
background: #35b1ce;
}
.product-info .product-details .btn-cart:hover,
.product-info .product-details .btn-cart:focus {
background: linear-gradient(55deg, #35b1ce 118px, transparent 117px);
}
.product-info-box {
padding-top: 10px;
}
.product-info-box + .product-info-box {
padding-top: 30px;
}
.product-info-box .heading {
padding-bottom: 20px;
padding: 12px 20px;
font-size: 18px;
color: #fff;
background: #3bc6e4;
}
.product-info-box .content {
background: none;
border: none;
padding: 20px;
padding: 20px;
border: 1px solid #ddd;
}
.tabs-panel {
margin-top: 30px;
}
.tabs-panel.panel-smart {
padding: 0;
background: none;
border: none;
}
.tabs-panel .nav-tabs {
font-size: 16px;
border-bottom: 1px solid #3bc6e4;
}
.tabs-panel .nav-tabs > li {
margin-bottom: 0;
margin-right: 5px;
}
.tabs-panel .nav-tabs > li > a {
color: #452e11;
margin: 0;
}
.tabs-panel .nav-tabs > li > a,
.tabs-panel .btn,
.tabs-panel .form-control {
border-radius: 0;
}
.tabs-panel .nav-tabs > li.active > a,
.tabs-panel .nav-tabs > li.active > a:hover,
.tabs-panel .nav-tabs > li.active > a:focus,
.tabs-panel .nav > li > a:hover,
.tabs-panel .nav > li > a:focus {
background: none;
}
.tabs-panel .nav-tabs > li > a,
.tabs-panel .nav-tabs > li.active > a,
.tabs-panel .nav-tabs > li.active > a:hover,
.tabs-panel .nav-tabs > li.active > a:focus,
.tabs-panel .nav-tabs > li > a:hover {
border: none;
}
.tabs-panel .nav-tabs > li.active,
.tabs-panel .nav-tabs > li.active > a,
.tabs-panel .nav-tabs > li > a:hover {
background: #3bc6e4;
color: #fff;
border-radius: 5px 5px 0 0;
}
.tabs-panel .tab-content {
padding: 20px 0;
}
.tabs-panel .tab-content .table {
background: #fff;
}
.tabs-panel label.control-label {
text-transform: uppercase;
font-weight: normal;
}
.tabs-panel label.control-label.ratings {
padding-top: 1px;
}
.tabs-panel .btn {
margin-left: -10px;
}
.pagination {
margin: 0;
}
.pagination > li > a {
color: #444c53;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background: #3bc6e4;
border-color: #3bc6e4;
}
.results {
padding-top: 10px;
text-align: right;
}
.page-box {
color: #8b8b8b;
font-size: 13px;
margin-bottom: 40px;
}
.page-box h3 {
margin: 0;
font-size: 24px;
color: #252a2f;
}
.page-box h3,
.page-box h4 {
text-transform: uppercase;
}
.page-box h4 {
margin: 5px 0 15px;
color: #28a7c2;
font-size: 18px;
}
.page-box .sm-links {
margin-bottom: 20px;
}
.page-box .sm-links li {
background: #1c1c1c;
width: 34px;
text-align: center;
padding: 5px 0 4px;
margin: 0 0 0 4px;
}
.page-box .sm-links li:hover,
.page-box .sm-links li:focus {
background: #28a7c2;
}
.page-box .sm-links li a .fa {
color: #fff;
font-size: 24px;
}
.content-box {
margin-top: 20px;
padding: 0;
}
.content-box .special-heading {
font-size: 100px;
color: #3bc6e4;
margin-top: 0;
margin-bottom: 30px;
}
#map-wrapper {
border: 1px solid #feffff;
margin: 20px 0;
height: 250px;
}
.side-heading {
margin-top: 0;
padding: 12px 20px;
font-size: 18px;
color: #fff;
background: #3bc6e4;
}
.list-group,
.list-group-item:first-child,
.list-group-item:last-child {
border-radius: 0;
}
.list-group-item {
color: #252a2f;
font-size: 14px;
text-transform: uppercase;
}
.list-group-item .fa {
font-size: 12px;
padding-right: 6px;
}
.filter-group {
margin-left: 20px;
}
.panel-smart blockquote {
margin: 0;
padding: 5px 15px;
color: #8b8b8b;
font-size: 13px;
border: none;
}
.panel-smart blockquote footer {
padding-top: 10px;
color: #252a2f;
font-size: 14px;
}
.contact-details li + li {
margin-top: 20px;
}
.contact-details li .fa {
color: #3bc6e4;
padding: 5px 10px 0 0;
font-size: 18px;
}
.footer-links {
background: #2fa1bb url("/images/footer-bg.jpg") no-repeat center bottom;
padding: 30px 0 40px;
}
.footer-links h5 {
text-transform: uppercase;
margin-bottom: 20px;
}
.footer-links ul {
list-style: none;
margin: 0;
padding: 0;
}
.footer-links li {
padding: 4px 0;
}
.footer-links,
.footer-links li,
.footer-links li a,
.footer-links li a:hover,
.footer-links h4,
.footer-links h5 {
color: #fff;
font-weight: 500;
}
.footer-links .last h4.lead {
font-size: 24px;
margin-bottom: 0;
}
.copyright {
background: #1c1c1c;
padding: 18px 0 8px;
}
.copyright,
.copyright a {
color: #fff;
}
.copyright p {
padding-top: 4px;
}
.thumbnail,
.form-control,
.btn {
border-radius: 0;
}
.no-box-shadow {
box-shadow: none;
}
@media (min-width: 1200px) {
.header-links .tooltip {
display: none !important;
}
#main-menu .navbar-collapse.collapse {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.header-links .tooltip {
display: none !important;
}
#main-menu .navbar-collapse.collapse {
display: inline-block !important;
}
.product-col.list .image {
padding: 20px 30px 10px 0;
}
.product-col .btn-cart {
margin-top: 5px;
}
.img-center-md {
margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#main-menu .navbar-collapse.collapse {
display: inline-block !important;
}
#main-menu .navbar-nav > li a {
font-size: 16px;
}
.product-col.list .image {
padding: 20px 30px 10px 0;
}
.pagination {
margin-bottom: 15px;
}
.results {
padding-top: 5px;
}
.img-center-sm {
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 767px) {
.col3-banners .img-responsive,
.col2-banners .img-responsive,
.product-col .img-responsive {
margin: 0 auto;
}
#logo img.img-responsive {
margin-top: 50px;
margin-bottom: 10px;
}
.main-header {
padding-top: 0;
}
.header-top .btn-link {
padding: 12px 15px;
}
.header-top .btn-group + .btn-group .btn-link {
margin-left: -9px;
}
#main-menu {
text-align: left;
}
#main-menu .navbar-collapse {
padding-left: 35px;
padding-right: 35px;
}
#main-menu .dropdown-inner ul {
display: block;
}
#main-menu .dropdown-menu {
border-radius: 0 0 5px 5px;
}
.header-links ul.pull-left {
float: none !important;
text-align: center;
margin: 10px 0;
}
.header-links li a {
padding: 10px 3px 0;
}
.header-top .pull-right {
float: none !important;
text-align: center;
}
.header-top .btn-group {
display: inline-block;
}
.header-top .btn-group .btn-link {
border-radius: 5px !important;
}
.header-top .btn-link {
margin: 10px 0 0;
}
.product-head,
.product-col {
text-align: center;
}
.product-col.list .image {
float: none;
padding: 0;
}
.product-col.list {
text-align: center;
}
.col3-banners {
margin-bottom: 10px;
}
.col3-banners li + li {
margin-top: 20px;
}
.col2-banners {
margin-bottom: 10px;
}
.col2-banners li + li {
margin-top: 20px;
}
.page-box h3 {
margin-top: 20px;
}
.tabs-panel .nav-tabs > li {
display: block;
float: none;
margin-bottom: 10px;
}
.pagination-block {
text-align: center;
}
.pagination {
margin-bottom: 10px;
}
.results {
text-align: center;
padding-top: 0;
margin-bottom: 15px;
}
.footer-links,
.footer-links .last {
text-align: center;
}
.footer-links .col-xs-12 {
margin-bottom: 20px;
}
.footer-links h5 {
margin: 10px 0;
}
.copyright p.pull-left,
.copyright ul {
text-align: center;
float: none !important;
}
.copyright ul {
margin-top: 15px;
}
.copyright li {
padding: 2px;
}
.img-center-xs {
margin-left: auto;
margin-right: auto;
}
}
/*# sourceMappingURL=app.css.map */ | public/build/css/app-5fb3c84b81.css | body {
background: #fff;
color: #1c1c1c;
font: 14px/22px 'Roboto Condensed', sans-serif;
}
a {
color: #35b1ce;
}
a:hover,
a:focus {
color: #1c1c1c;
}
a:focus {
outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Roboto Condensed', sans-serif;
color: #1c1c1c;
}
h1 {
font-size: 38px;
}
h2 {
font-size: 32px;
}
h3 {
font-size: 26px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 14px;
}
.main-heading {
font-size: 42px;
}
.main-heading span {
font-size: 18px;
color: #3bc6e4;
}
.main-heading2 {
font-size: 24px;
}
.main-heading,
.main-heading2,
.sub-heading {
text-transform: uppercase;
}
.sub-heading {
font-size: 24px;
padding: 10px 0;
}
hr {
border-color: #909090;
border-style: solid;
}
.btn-main {
background-color: #1c1c1c;
}
.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main.active {
background-color: #35b1ce;
}
.btn-main,
.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main.active {
color: #fff;
}
#header-area {
background: #31a5be url("/images/header-bg.jpg") no-repeat center bottom;
}
.header-links ul {
text-transform: uppercase;
}
.header-links li {
display: inline-block;
}
.header-links li .fa {
margin-right: 3px;
}
.header-links li,
.header-links li a {
color: #e2faff;
}
.header-links li a {
padding: 20px 15px 0 0;
}
.header-links li a:hover,
.header-links li a:focus,
.header-links li.active a {
background: none;
color: #fff;
}
.header-top .btn-group {
display: table-cell;
}
.header-top .btn-link {
position: relative;
padding: 12px 15px 12px 50px;
background: #1c1c1c;
color: #fff;
text-transform: uppercase;
text-decoration: none;
border: none;
}
.header-top .btn-link i.fa {
margin-left: 5px;
}
.header-top .btn-group + .btn-group .btn-link {
margin-left: -1px;
padding: 12px 15px;
}
.header-top .btn-group:first-of-type .btn-link {
background: linear-gradient(-130deg, #1c1c1c 100px, transparent 100px);
}
.main-header {
padding: 40px 0 45px;
}
#logo img.img-responsive {
margin-top: 18px;
margin-left: auto;
margin-right: auto;
}
#search {
margin-top: 12px;
}
#search .input-group .form-control {
padding-left: 0;
font-size: 14px;
}
#search .input-group .form-control::-moz-placeholder {
color: #fff;
}
#search .input-group .form-control:-ms-input-placeholder {
color: #fff;
}
#search .input-group .form-control::-webkit-input-placeholder {
color: #fff;
}
#search .input-group .btn {
padding-right: 0;
font-size: 18px;
line-height: normal;
}
#search .input-group .form-control,
#search .input-group .btn {
text-transform: uppercase;
height: 45px;
background: none;
border: solid #1c1c1c;
border-width: 0 0 2px 0;
color: #fff;
border-radius: 0;
box-shadow: none;
}
#cart .btn {
color: #fff;
background: none;
text-align: left;
padding: 0 0 10px;
margin: 23px 0 0 0;
font-size: 16px;
text-transform: uppercase;
border: solid #1c1c1c;
border-width: 0 0 2px 0;
box-shadow: none;
}
#cart .btn,
#cart .dropdown-menu {
border-radius: 0;
}
#cart .btn .fa-info {
margin-right: 15px;
line-height: none;
font-size: 22px;
}
#cart .btn span#cart-total {
margin-left: 10px;
}
#cart .btn .fa-info,
#cart .btn span {
float: left;
}
#cart .btn i.fa-caret-down {
float: right;
}
#cart .dropdown-menu {
min-width: 100%;
margin-top: 10px;
background: #1c1c1c;
color: #fff;
z-index: 1001;
padding: 5px;
}
#cart .open > .dropdown-menu {
display: block;
}
#cart .dropdown-menu table {
margin-bottom: 10px;
}
#cart .dropdown-menu table,
#cart .dropdown-menu table td {
background: none;
border: none;
}
#cart .dropdown-menu table.hcart td,
.line-bottom {
border-bottom: 1px solid #434343;
}
.line-top,
.btn-block1 {
border-top: 1px solid #434343;
}
#cart .btn-block1 {
padding: 20px 0 0;
}
#cart .btn-block1 a {
padding: 8px 12px;
margin-left: 10px;
text-transform: uppercase;
font-size: 12px;
text-decoration: none;
}
#cart .btn-block1 a:hover,
#cart .btn-block1 a + a {
background: #34acc5;
color: #fff;
}
#cart .btn-block1 a,
#cart .btn-block1 a + a:hover {
background: #fff;
color: #1c1c1c;
}
#cart .dropdown-menu li > div {
min-width: 427px;
padding: 0 10px;
}
#cart .dropdown-menu li p {
margin: 20px 0;
}
#cart .dropdown-menu table.total td {
padding: 2px 8px;
}
#cart .dropdown-menu table td a {
color: #34acc5;
}
#cart .dropdown-menu table td a:hover {
color: #fff;
}
#main-menu {
text-align: center;
}
#main-menu.navbar {
margin: 0;
padding: 15px 0 8px;
background: #fff;
border: none;
border-radius: 0;
box-shadow: 0 2px 2px 2px rgba(0,0,0,0.2);
}
#main-menu .navbar-nav > li a {
color: #1c1c1c;
font-size: 18px;
text-transform: uppercase;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 5px;
}
#main-menu .navbar-nav > li > a:hover,
#main-menu .navbar-nav > li > a:focus,
#main-menu .navbar-nav > li.open a {
background: #34b0cd;
color: #fff;
}
#main-menu .navbar-nav > li.open > a {
border-radius: 5px 5px 0 0;
}
#main-menu .dropdown-menu {
background: #34b0cd;
border: none;
padding: 0;
border-radius: 0 5px 5px 5px;
box-shadow: none;
}
#main-menu .dropdown-menu li a {
font-size: 15px;
color: #fff;
padding-top: 8px;
padding-bottom: 8px;
}
#main-menu .dropdown-menu li:hover a {
background: #1588a3;
text-decoration: none;
border-radius: 0;
}
#main-menu .dropdown-menu li:first-child:hover a {
border-radius: 0 5px 0 0;
}
#main-menu .dropdown-menu li:last-child:hover a {
border-radius: 0 0 5px 5px;
}
#main-menu .dropdown-inner {
display: table;
padding-bottom: 10px;
}
#main-menu .dropdown-inner ul {
display: table-cell;
}
#main-menu .dropdown-inner .dropdown-header {
font-size: 15px;
text-transform: uppercase;
color: #fff;
padding: 15px 0 10px 15px;
}
#main-menu .dropdown-inner li a {
min-width: 160px;
display: block;
padding: 3px 20px;
clear: both;
}
#main-menu .dropdown-menu .dropdown-inner li:last-child:hover a {
border-radius: 0;
}
.breadcrumb {
text-transform: uppercase;
padding: 5px 0 15px;
margin-bottom: 30px;
border: solid #1c1c1c;
border-width: 0 0 1px 0;
background: none;
border-radius: 0;
}
.breadcrumb li {
padding-right: 5px;
color: #1c1c1c;
}
.breadcrumb > li + li:before {
padding-right: 10px;
content: "\00BB";
color: #1c1c1c;
}
.breadcrumb li a {
color: #1c1c1c;
}
.breadcrumb li.active {
color: #28a7c2;
}
.slider {
padding-top: 40px;
padding-bottom: 40px;
background: url("/images/slider-bg.jpg") no-repeat center;
}
.top-col-banners ul > li {
margin-top: 40px;
}
.col3-banners {
margin-bottom: 20px;
}
.products-list {
margin-bottom: 15px;
}
.product-head {
margin: 10px 0 30px;
font-size: 30px;
text-align: center;
text-transform: uppercase;
}
.product-col {
padding: 15px 15px 10px;
margin-bottom: 20px;
text-align: center;
background: #fff;
box-shadow: 0 0 4px rgba(0,0,0,0.4);
}
.product-col.side-product {
border: 1px solid #ddd;
background: #fff;
}
.product-col.list {
text-align: left;
margin-bottom: 30px;
}
.product-col.list .image {
padding: 20px 30px 20px 0;
float: left;
}
.product-col .caption {
padding: 10px 0;
}
.product-col h4 {
font-size: 18px;
}
.product-col h4,
.product-col h4 a,
.product-col .description {
color: #1c1c1c;
}
.product-col h4 a:hover,
.product-col h4 a:focus {
color: #1da1bd;
}
.product-col .description {
padding: 5px 0;
font-size: 12px;
line-height: 18px;
text-align: justify;
}
.product-col.list .description {
padding-right: 20px;
}
.product-col .price {
padding: 15px 0 10px;
}
.product-col .price .price-tax {
font-size: 14px;
color: #452e11;
text-transform: uppercase;
}
.product-col .price span.price-new {
color: #3bc6e4;
font-size: 28px;
padding-right: 5px;
}
.product-col .price span.price-old {
font-size: 18px;
color: #717171;
text-decoration: line-through;
}
.product-col .cart-button {
padding-top: 7px;
}
.product-col .btn-wishlist,
.product-col .btn-compare {
font-size: 18px;
color: #1c1c1c;
background: none;
margin-left: 3px;
}
.product-col .btn-wishlist:hover,
.product-col .btn-wishlist:focus,
.product-col .btn-compare:hover,
.product-col .btn-compare:focus {
color: #35b1ce;
}
.product-col .btn-cart {
padding: 8px 30px 8px 15px;
font-size: 14px;
color: #fff;
background: #1c1c1c;
text-transform: uppercase;
border: none;
background: linear-gradient(55deg, #1c1c1c 118px, transparent 117px);
}
.product-col .btn-cart .fa-shopping-cart {
font-size: 17px;
margin-right: 5px;
}
.product-col .btn-cart:hover {
background: #35b1ce;
}
.product-col .btn-cart:hover,
.product-col .btn-cart:focus {
background: linear-gradient(55deg, #35b1ce 118px, transparent 117px);
}
.col2-banners {
margin-bottom: 20px;
}
.shopping-cart-table {
margin-top: 30px;
background: #fff;
text-transform: uppercase;
}
.shopping-cart-table thead > tr > td {
font-size: 15px;
font-weight: 600;
border-bottom: none;
}
.shopping-cart-table tbody > tr > td {
font-size: 16px;
}
.shopping-cart-table tbody > tr > td a:hover {
color: #252a2f;
}
.compare-table {
margin-top: 30px;
text-transform: uppercase;
}
.compare-table .table {
background: #fff;
}
.compare-table thead {
background: #f9f9f9;
}
.compare-table thead > tr > td {
font-size: 15px;
font-weight: 600;
border-bottom: none;
}
.compare-table tbody > tr > td {
font-size: 14px;
}
.compare-table tbody > tr > td a:hover {
color: #252a2f;
}
.compare-table td {
text-align: center;
}
.compare-table .rating .fa-star {
color: #28a7c2;
}
.login-area {
padding-top: 30px;
}
.registration-area {
padding-top: 20px;
}
.panel-smart {
padding: 20px;
background: #fff;
border: 1px solid #e8e8e8;
border-radius: 0;
}
.panel-smart .panel-heading {
padding: 5px 0 15px 0;
color: #252a2f;
border-bottom: 1px solid #929497;
}
.panel-smart h3.panel-title {
font-size: 24px;
}
.panel-smart .panel-body {
padding: 20px 0 0;
}
.registration-area .inner {
margin-top: 30px;
margin-bottom: 20px;
}
.registration-area .control-label {
color: #8b8b8b;
font-weight: 600;
}
.registration-area .form-control,
.registration-area .btn {
border-radius: 0;
}
.registration-area .dl-horizontal dt {
font-weight: normal;
}
.registration-area .dl-horizontal dd {
font-weight: bold;
}
.registration-area .dl-horizontal dt,
.registration-area .dl-horizontal dd {
margin-bottom: 5px;
}
.registration-area .dl-horizontal.total {
color: #28a7c2;
font-size: 18px;
}
.registration-area .dl-horizontal.total dt,
.registration-area .dl-horizontal.total dd {
margin-bottom: 0;
}
.main-container {
margin-top: 25px;
margin-bottom: 25px;
}
.cat-intro {
padding-top: 10px;
}
.cat-intro .img-thumbnail {
border-radius: 0;
}
.cat-intro .cat-body {
color: #8b8b8b;
font-size: 13px;
padding-left: 5px;
text-align: justify;
}
.product-filter {
margin: 30px 0;
padding: 8px 0;
border: solid #1c1c1c;
border-width: 1px 0;
}
.product-filter .display {
padding-top: 5px;
}
.product-filter .display a {
color: #1c1c1c;
font-size: 24px;
margin-right: 6px;
}
.product-filter .display a.active {
color: #3bc6e4;
}
.product-filter .control-label {
padding-top: 5px;
font-size: 18px;
font-weight: normal;
}
.product-filter .form-control {
height: 30px;
padding: 3px 6px;
border-radius: 0;
}
.product-info {
padding-top: 10px;
}
.product-info .images-block .thumbnail {
padding: 10px;
}
.product-info.full .images-block .list-inline {
margin-left: -5px;
}
.product-info.full .images-block .list-inline li {
padding-left: 5px;
padding-right: 5px;
}
.product-info .images-block .list-inline {
margin-left: -2px;
}
.product-info .images-block .list-inline li {
padding-left: 2px;
padding-right: 2px;
}
.product-info .images-block .list-inline .thumbnail {
padding: 5px;
}
.product-info .product-details h2 {
margin-top: 0;
font-size: 24px;
}
.product-info .product-details h3 {
font-size: 22px;
}
.product-info .product-details h2,
.product-info .product-details h3 {
text-transform: uppercase;
}
.product-info .product-details .manufacturer {
color: #3bc6e4;
text-transform: uppercase;
}
.product-info .product-details .manufacturer span {
min-width: 130px;
display: inline-block;
color: #452e11;
}
.product-info .product-details .price-head {
padding-right: 10px;
font-size: 24px;
color: #452e11;
text-transform: uppercase;
}
.product-info .product-details .price-tax {
padding-top: 5px;
font-size: 14px;
color: #452e11;
text-transform: uppercase;
}
.product-info .product-details .price-new {
color: #3bc6e4;
font-size: 24px;
padding-right: 5px;
}
.product-info .product-details .price-old {
font-size: 18px;
color: #452e11;
text-decoration: line-through;
}
.product-info .product-details .options h3 {
margin-bottom: 20px;
}
.product-info .product-details .options h6 {
font-weight: 700;
}
.product-info .product-details .btn-wishlist,
.product-info .product-details .btn-compare {
font-size: 18px;
color: #1c1c1c;
background: none;
margin-left: 3px;
}
.product-info .product-details .btn-wishlist:hover,
.product-info .product-details .btn-wishlist:focus,
.product-info .product-details .btn-compare:hover,
.product-info .product-details .btn-compare:focus {
color: #35b1ce;
}
.product-info .product-details .btn-cart {
padding: 8px 30px 8px 15px;
font-size: 14px;
color: #fff;
background: #1c1c1c;
text-transform: uppercase;
border: none;
background: linear-gradient(55deg, #1c1c1c 118px, transparent 117px);
}
.product-info .product-details .btn-cart .fa-shopping-cart {
font-size: 17px;
margin-right: 5px;
}
.product-info .product-details .btn-cart:hover {
background: #35b1ce;
}
.product-info .product-details .btn-cart:hover,
.product-info .product-details .btn-cart:focus {
background: linear-gradient(55deg, #35b1ce 118px, transparent 117px);
}
.product-info-box {
padding-top: 10px;
}
.product-info-box + .product-info-box {
padding-top: 30px;
}
.product-info-box .heading {
padding-bottom: 20px;
padding: 12px 20px;
font-size: 18px;
color: #fff;
background: #3bc6e4;
}
.product-info-box .content {
background: none;
border: none;
padding: 20px;
padding: 20px;
border: 1px solid #ddd;
}
.tabs-panel {
margin-top: 30px;
}
.tabs-panel.panel-smart {
padding: 0;
background: none;
border: none;
}
.tabs-panel .nav-tabs {
font-size: 16px;
border-bottom: 1px solid #3bc6e4;
}
.tabs-panel .nav-tabs > li {
margin-bottom: 0;
margin-right: 5px;
}
.tabs-panel .nav-tabs > li > a {
color: #452e11;
margin: 0;
}
.tabs-panel .nav-tabs > li > a,
.tabs-panel .btn,
.tabs-panel .form-control {
border-radius: 0;
}
.tabs-panel .nav-tabs > li.active > a,
.tabs-panel .nav-tabs > li.active > a:hover,
.tabs-panel .nav-tabs > li.active > a:focus,
.tabs-panel .nav > li > a:hover,
.tabs-panel .nav > li > a:focus {
background: none;
}
.tabs-panel .nav-tabs > li > a,
.tabs-panel .nav-tabs > li.active > a,
.tabs-panel .nav-tabs > li.active > a:hover,
.tabs-panel .nav-tabs > li.active > a:focus,
.tabs-panel .nav-tabs > li > a:hover {
border: none;
}
.tabs-panel .nav-tabs > li.active,
.tabs-panel .nav-tabs > li.active > a,
.tabs-panel .nav-tabs > li > a:hover {
background: #3bc6e4;
color: #fff;
border-radius: 5px 5px 0 0;
}
.tabs-panel .tab-content {
padding: 20px 0;
}
.tabs-panel .tab-content .table {
background: #fff;
}
.tabs-panel label.control-label {
text-transform: uppercase;
font-weight: normal;
}
.tabs-panel label.control-label.ratings {
padding-top: 1px;
}
.tabs-panel .btn {
margin-left: -10px;
}
.pagination {
margin: 0;
}
.pagination > li > a {
color: #444c53;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background: #3bc6e4;
border-color: #3bc6e4;
}
.results {
padding-top: 10px;
text-align: right;
}
.page-box {
color: #8b8b8b;
font-size: 13px;
margin-bottom: 40px;
}
.page-box h3 {
margin: 0;
font-size: 24px;
color: #252a2f;
}
.page-box h3,
.page-box h4 {
text-transform: uppercase;
}
.page-box h4 {
margin: 5px 0 15px;
color: #28a7c2;
font-size: 18px;
}
.page-box .sm-links {
margin-bottom: 20px;
}
.page-box .sm-links li {
background: #1c1c1c;
width: 34px;
text-align: center;
padding: 5px 0 4px;
margin: 0 0 0 4px;
}
.page-box .sm-links li:hover,
.page-box .sm-links li:focus {
background: #28a7c2;
}
.page-box .sm-links li a .fa {
color: #fff;
font-size: 24px;
}
.content-box {
margin-top: 20px;
padding: 0;
}
.content-box .special-heading {
font-size: 100px;
color: #3bc6e4;
margin-top: 0;
margin-bottom: 30px;
}
#map-wrapper {
border: 1px solid #feffff;
margin: 20px 0;
height: 250px;
}
.side-heading {
margin-top: 0;
padding: 12px 20px;
font-size: 18px;
color: #fff;
background: #3bc6e4;
}
.list-group,
.list-group-item:first-child,
.list-group-item:last-child {
border-radius: 0;
}
.list-group-item {
color: #252a2f;
font-size: 14px;
text-transform: uppercase;
}
.list-group-item .fa {
font-size: 12px;
padding-right: 6px;
}
.filter-group {
margin-left: 20px;
}
.panel-smart blockquote {
margin: 0;
padding: 5px 15px;
color: #8b8b8b;
font-size: 13px;
border: none;
}
.panel-smart blockquote footer {
padding-top: 10px;
color: #252a2f;
font-size: 14px;
}
.contact-details li + li {
margin-top: 20px;
}
.contact-details li .fa {
color: #3bc6e4;
padding: 5px 10px 0 0;
font-size: 18px;
}
.footer-links {
background: #2fa1bb url("/images/footer-bg.jpg") no-repeat center bottom;
padding: 30px 0 40px;
}
.footer-links h5 {
text-transform: uppercase;
margin-bottom: 20px;
}
.footer-links ul {
list-style: none;
margin: 0;
padding: 0;
}
.footer-links li {
padding: 4px 0;
}
.footer-links,
.footer-links li,
.footer-links li a,
.footer-links li a:hover,
.footer-links h4,
.footer-links h5 {
color: #fff;
font-weight: 500;
}
.footer-links .last h4.lead {
font-size: 24px;
margin-bottom: 0;
}
.copyright {
background: #1c1c1c;
padding: 18px 0 8px;
}
.copyright,
.copyright a {
color: #fff;
}
.copyright p {
padding-top: 4px;
}
.thumbnail,
.form-control,
.btn {
border-radius: 0;
}
.no-box-shadow {
box-shadow: none;
}
@media (min-width: 1200px) {
.header-links .tooltip {
display: none !important;
}
#main-menu .navbar-collapse.collapse {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.header-links .tooltip {
display: none !important;
}
#main-menu .navbar-collapse.collapse {
display: inline-block !important;
}
.product-col.list .image {
padding: 20px 30px 10px 0;
}
.product-col .btn-cart {
margin-top: 5px;
}
.img-center-md {
margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#main-menu .navbar-collapse.collapse {
display: inline-block !important;
}
#main-menu .navbar-nav > li a {
font-size: 16px;
}
.product-col.list .image {
padding: 20px 30px 10px 0;
}
.pagination {
margin-bottom: 15px;
}
.results {
padding-top: 5px;
}
.img-center-sm {
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 767px) {
.col3-banners .img-responsive,
.col2-banners .img-responsive,
.product-col .img-responsive {
margin: 0 auto;
}
#logo img.img-responsive {
margin-top: 50px;
margin-bottom: 10px;
}
.main-header {
padding-top: 0;
}
.header-top .btn-link {
padding: 12px 15px;
}
.header-top .btn-group + .btn-group .btn-link {
margin-left: -9px;
}
#main-menu {
text-align: left;
}
#main-menu .navbar-collapse {
padding-left: 35px;
padding-right: 35px;
}
#main-menu .dropdown-inner ul {
display: block;
}
#main-menu .dropdown-menu {
border-radius: 0 0 5px 5px;
}
.header-links ul.pull-left {
float: none !important;
text-align: center;
margin: 10px 0;
}
.header-links li a {
padding: 10px 3px 0;
}
.header-top .pull-right {
float: none !important;
text-align: center;
}
.header-top .btn-group {
display: inline-block;
}
.header-top .btn-group .btn-link {
border-radius: 5px !important;
}
.header-top .btn-link {
margin: 10px 0 0;
}
.product-head,
.product-col {
text-align: center;
}
.product-col.list .image {
float: none;
padding: 0;
}
.product-col.list {
text-align: center;
}
.col3-banners {
margin-bottom: 10px;
}
.col3-banners li + li {
margin-top: 20px;
}
.col2-banners {
margin-bottom: 10px;
}
.col2-banners li + li {
margin-top: 20px;
}
.page-box h3 {
margin-top: 20px;
}
.tabs-panel .nav-tabs > li {
display: block;
float: none;
margin-bottom: 10px;
}
.pagination-block {
text-align: center;
}
.pagination {
margin-bottom: 10px;
}
.results {
text-align: center;
padding-top: 0;
margin-bottom: 15px;
}
.footer-links,
.footer-links .last {
text-align: center;
}
.footer-links .col-xs-12 {
margin-bottom: 20px;
}
.footer-links h5 {
margin: 10px 0;
}
.copyright p.pull-left,
.copyright ul {
text-align: center;
float: none !important;
}
.copyright ul {
margin-top: 15px;
}
.copyright li {
padding: 2px;
}
.img-center-xs {
margin-left: auto;
margin-right: auto;
}
}
/*# sourceMappingURL=app.css.map */ | 0.298083 | 0.078784 |
body{
width: auto;
height: auto;
}
.parallax {
background-image: url('/static/images/parallax/hotel2.jpg');
min-height: 600px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
}
.parallax2{
background-image: url('/static/images/parallax/hotel3.jpg');
min-height: 800px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
}
.parallax3{
background-image: url('/static/images/parallax/hotel.jpg');
min-height: 800px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
}
.parallax4{
background-image: url('/static/images/parallax/hotel4.jpg');
min-height: 800px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
}
.parallax5{
background-image: url('/static/images/parallax/hotel5.jpg');
min-height: 600px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
}
.intro{
top: 320px;
left: 8%;
border-radius: 10px;
background-color: transparent;
}
.welcome {
background: 50% 100% / 50% 50% no-repeat
radial-gradient(ellipse at bottom, #fff, transparent, transparent);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
font-size: 4vw;
font-family: "Source Sans Pro", sans-serif;
animation: reveal 3000ms ease-in-out forwards 200ms,
glow 2500ms linear infinite 2000ms ;
}
@keyframes reveal {
80%{
letter-spacing: 8px;
}
100% {
background-size: 300% 300%;
}
}
@keyframes glow {
40% {
text-shadow: 0 0 8px #fff;
}
}
@media only screen and (max-width: 600px) {
.intro{
top: 220px;
left: 20%;
border-radius: 10px;
background-color: transparent;
}
.welcome{
background: 50% 100% / 50% 50% no-repeat
radial-gradient(ellipse at bottom, #fff, transparent, transparent);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
font-size: 10vw;
font-family: "Source Sans Pro", sans-serif;
animation: reveal 3000ms ease-in-out forwards 200ms,
glow 2500ms linear infinite 2000ms ;
}
.parallax {
background-image: url('/static/images/parallax/mobile_hotel2.jpg');
min-height: 600px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.parallax2{
background-image: url('/static/images/parallax/mobile_hotel3.jpg');
min-height: 800px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.parallax3{
background-image: url('/static/images/parallax/mobile_hotel.jpg');
min-height: 800px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
}
.navbar-nav a{
font-family: 'Gill Sans', 'Gill Sans MT';
font-size: x-large;
margin: 25px;
font-stretch: expanded;
text-align: center;
}
.navbar-nav a:hover{
color: white !important;
border-radius: 5px;
}
.sticky {
position: fixed;
top: 0;
width: 100%;
}
.room_heading{
text-align: center;
padding: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: xx-large;
font-weight: 400;
color: #002366;
}
.room_type_heading{
padding: 20px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
color: #002366;
}
.card-img-top:hover{
transform: scale(1.2);
}
.about-text{
text-align: justify;
font-family: sans-serif;
font-style: oblique;
font-size: large !important;
}
.card{
z-index: -1;
}
.obq{
font-style: oblique;
}
.progress-container {
width: 100%;
height: 8px;
background: #ccc;
}
.progress-bar {
height: 8px;
background: #002366;
width: 0%;
} | static/sparrow.css | body{
width: auto;
height: auto;
}
.parallax {
background-image: url('/static/images/parallax/hotel2.jpg');
min-height: 600px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
}
.parallax2{
background-image: url('/static/images/parallax/hotel3.jpg');
min-height: 800px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
}
.parallax3{
background-image: url('/static/images/parallax/hotel.jpg');
min-height: 800px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
}
.parallax4{
background-image: url('/static/images/parallax/hotel4.jpg');
min-height: 800px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
}
.parallax5{
background-image: url('/static/images/parallax/hotel5.jpg');
min-height: 600px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
}
.intro{
top: 320px;
left: 8%;
border-radius: 10px;
background-color: transparent;
}
.welcome {
background: 50% 100% / 50% 50% no-repeat
radial-gradient(ellipse at bottom, #fff, transparent, transparent);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
font-size: 4vw;
font-family: "Source Sans Pro", sans-serif;
animation: reveal 3000ms ease-in-out forwards 200ms,
glow 2500ms linear infinite 2000ms ;
}
@keyframes reveal {
80%{
letter-spacing: 8px;
}
100% {
background-size: 300% 300%;
}
}
@keyframes glow {
40% {
text-shadow: 0 0 8px #fff;
}
}
@media only screen and (max-width: 600px) {
.intro{
top: 220px;
left: 20%;
border-radius: 10px;
background-color: transparent;
}
.welcome{
background: 50% 100% / 50% 50% no-repeat
radial-gradient(ellipse at bottom, #fff, transparent, transparent);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
font-size: 10vw;
font-family: "Source Sans Pro", sans-serif;
animation: reveal 3000ms ease-in-out forwards 200ms,
glow 2500ms linear infinite 2000ms ;
}
.parallax {
background-image: url('/static/images/parallax/mobile_hotel2.jpg');
min-height: 600px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.parallax2{
background-image: url('/static/images/parallax/mobile_hotel3.jpg');
min-height: 800px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.parallax3{
background-image: url('/static/images/parallax/mobile_hotel.jpg');
min-height: 800px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
}
.navbar-nav a{
font-family: 'Gill Sans', 'Gill Sans MT';
font-size: x-large;
margin: 25px;
font-stretch: expanded;
text-align: center;
}
.navbar-nav a:hover{
color: white !important;
border-radius: 5px;
}
.sticky {
position: fixed;
top: 0;
width: 100%;
}
.room_heading{
text-align: center;
padding: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: xx-large;
font-weight: 400;
color: #002366;
}
.room_type_heading{
padding: 20px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
color: #002366;
}
.card-img-top:hover{
transform: scale(1.2);
}
.about-text{
text-align: justify;
font-family: sans-serif;
font-style: oblique;
font-size: large !important;
}
.card{
z-index: -1;
}
.obq{
font-style: oblique;
}
.progress-container {
width: 100%;
height: 8px;
background: #ccc;
}
.progress-bar {
height: 8px;
background: #002366;
width: 0%;
} | 0.428712 | 0.079282 |
.ui-shadow {
-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
}
.ui-overlay-visible {
visibility: visible;
}
ui-overlay-visible * {
visibility: visible !important;
}
.ui-overlay-hidden {
visibility: hidden;
}
.ui-overlay-hidden * {
visibility: hidden !important;;
}
.ui-overflow-hidden {
overflow: hidden;
}
.ui-datepicker .ui-datepicker-current.ui-priority-secondary {
opacity: 1;
}
.ui-icon-blank {
background-position: 16px 16px;
}
/* Column Priorities */
@media only all {
th.ui-column-p-6,
td.ui-column-p-6,
th.ui-column-p-5,
td.ui-column-p-5,
th.ui-column-p-4,
td.ui-column-p-4,
th.ui-column-p-3,
td.ui-column-p-3,
th.ui-column-p-2,
td.ui-column-p-2,
th.ui-column-p-1,
td.ui-column-p-1 {
display: none;
}
}
/* Show priority 1 at 320px (20em x 16px) */
@media screen and (min-width: 20em) {
th.ui-column-p-1,
td.ui-column-p-1 {
display: table-cell;
}
}
/* Show priority 2 at 480px (30em x 16px) */
@media screen and (min-width: 30em) {
th.ui-column-p-2,
td.ui-column-p-2 {
display: table-cell;
}
}
/* Show priority 3 at 640px (40em x 16px) */
@media screen and (min-width: 40em) {
th.ui-column-p-3,
td.ui-column-p-3 {
display: table-cell;
}
}
/* Show priority 4 at 800px (50em x 16px) */
@media screen and (min-width: 50em) {
th.ui-column-p-4,
td.ui-column-p-4 {
display: table-cell;
}
}
/* Show priority 5 at 960px (60em x 16px) */
@media screen and (min-width: 60em) {
th.ui-column-p-5,
td.ui-column-p-5 {
display: table-cell;
}
}
/* Show priority 6 at 1,120px (70em x 16px) */
@media screen and (min-width: 70em) {
th.ui-column-p-6,
td.ui-column-p-6 {
display: table-cell;
}
}
/* FontAwesome */
.ui-widget .ui-icon.fa,
.ui-icon.fa {
background: none repeat scroll 0 0 transparent !important;
text-indent: 0px !important;
}
/*!
* jQuery UI CSS Framework 1.12.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/category/theming/
*/
.ui-draggable-handle {
-ms-touch-action: none;
touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter:Alpha(Opacity=0); /* support: IE8 */
}
.ui-front {
z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
cursor: default !important;
pointer-events: none;
}
/* Icons
----------------------------------*/
.ui-icon {
display: inline-block;
vertical-align: middle;
margin-top: -.25em;
position: relative;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
.ui-widget-icon-block {
left: 50%;
margin-left: -8px;
display: block;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
display: none;
}
.ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}
.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}
.ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0;
height: 100%;
}
.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}
.ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: -5px;
bottom: -5px;
}
.ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: -5px;
top: -5px;
}
.ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
}
.ui-selectable {
-ms-touch-action: none;
touch-action: none;
}
.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted black;
}
.ui-sortable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-datepicker {
width: 17em;
padding: .2em .2em 0;
display: none;
}
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
left: 2px;
}
.ui-datepicker .ui-datepicker-next {
right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 45%;
}
.ui-datepicker table {
width: 100%;
font-size: .9em;
border-collapse: collapse;
margin: 0 0 .4em;
}
.ui-datepicker th {
padding: .7em .3em;
text-align: center;
font-weight: bold;
border: 0;
}
.ui-datepicker td {
border: 0;
padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
display: block;
padding: .2em;
text-align: right;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: .7em 0 0 0;
padding: 0 .2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: .5em .2em .4em;
cursor: pointer;
padding: .2em .6em .3em .6em;
width: auto;
overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
width: 95%;
margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
clear: left;
}
.ui-datepicker-row-break {
clear: both;
width: 100%;
font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
right: 2px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
left: 2px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
right: 1px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
left: 1px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
}
/* Icons */
.ui-datepicker .ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
left: .5em;
top: .3em;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}
.ui-slider-horizontal {
height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: .8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -.3em;
margin-left: 0;
margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }
.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }
/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }
/* PrimeFaces Extensions */
.ui-datepicker-trigger.ui-button-icon-only .ui-button-text {
padding: 0.3em;
}
.ui-icon {
display: block;
vertical-align: baseline;
margin-top: 0px;
}
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; min-height: 0; padding: .5em .5em .5em 2.2em;}
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; zoom: 1; }
.ui-accordion .ui-accordion-header.ui-state-disabled, .ui-accordion .ui-accordion-header.ui-state-disabled a { cursor: default; }
/** RTL **/
.ui-accordion.ui-accordion-rtl {
direction: rtl;
}
.ui-accordion.ui-accordion-rtl .ui-accordion-header .ui-icon {
right: 0.5m;
left: auto;
}
.ui-accordion.ui-accordion-rtl .ui-accordion-header a {
padding: 0.5em 2.2em 0.5em 0.5em;
}
.ui-tabs-outline {
outline: dotted thin;
z-index: 1;
}
.ui-autocomplete {
width: auto;
zoom: 1;
cursor: pointer;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
position: relative;
display: inline-block;
}
.ui-autocomplete-input.ui-autocomplete-dd-input {
padding-right: 2.4em;
}
.ui-autocomplete .ui-autocomplete-dropdown {
position: absolute;
height: 100%;
width: 2.4em;
right: -2px;
}
.ui-autocomplete-query{
font-weight: bold;
}
.ui-autocomplete-panel {
position: absolute;
overflow: auto;
}
.ui-autocomplete-panel .ui-autocomplete-item {
cursor: pointer;
}
.ui-autocomplete-panel .ui-autocomplete-list {
padding: 0.4em;
border: 0 none;
}
.ui-autocomplete-panel .ui-autocomplete-list-item {
border:0px none;
font-weight:normal;
margin:1px 0;
padding:3px 5px;
text-align:left;
}
.ui-autocomplete-panel .ui-autocomplete-table {
border-collapse:collapse;
width: 100%;
}
.ui-autocomplete-panel .ui-autocomplete-table th,
.ui-autocomplete-panel .ui-autocomplete-table td {
border-width: 1px;
border-style: solid;
border-color: inherit;
padding:4px 10px 4px 10px;
}
.ui-autocomplete .ui-button-icon-only .ui-button-text {
padding: 0.29em;
}
.ui-autocomplete-panel .ui-autocomplete-moretext {
font-size: 90%;
font-weight: bold;
}
.ui-autocomplete-list .ui-autocomplete-moretext {
margin: 1px 0;
padding: 3px 5px;
text-align: left;
border: 0 none;
}
/* Multiple Selection */
.ui-autocomplete-multiple-container {
clear: left;
cursor: text;
list-style-type: none;
margin: 0;
min-height: 1px;
overflow: hidden;
width: 400px;
}
.ui-autocomplete-dd-multiple-container {
float: left;
padding-right: 2.4em !important;
}
.ui-autocomplete-multiple-container.ui-inputfield {
padding:0;
}
.ui-autocomplete-token {
cursor: default;
float: left;
overflow: hidden;
padding: 1px 3px;
white-space: nowrap;
position: relative;
margin:2px;
}
.ui-autocomplete-token-label {
display: block;
padding: 0em 2.1em 0em 0.5em;
}
.ui-autocomplete-token-label-disabled {
display: block;
padding: 0em 0.5em 0em 0.5em;
}
.ui-autocomplete-token-icon {
margin-top: -9px;
position: absolute;
right: 0.2em;
top: 50%;
cursor: pointer;
}
.ui-autocomplete-input-token {
float: left;
list-style-type: none;
margin: 1px;
padding: 0;
}
.ui-autocomplete-input-token input {
border: 0 none;
width: 140px;
outline: medium none;
background-color: transparent;
margin:2px;
}
.ui-autocomplete-itemtip-content {
display:none;
}
.ui-autocomplete-itemtip {
position: absolute;
display: none;
padding: 0.4em;
}
.ui-autocomplete-emptyMessage {
padding:3px 5px;
}
.ui-autocomplete-panel .ui-autocomplete-group {
font-weight: bold;
cursor: default;
}
/* fluid */
.ui-fluid .ui-autocomplete-multiple-container {
width: 100%;
}
.ui-blockui {
position: absolute;
top: 0;
left: 0;
text-align: center;
width: 100%;
height: 100%;
}
.ui-blockui-content {
position: absolute;
text-align: center;
padding:1em;
}
.ui-carousel {
position: relative;
padding: 1px;
}
.ui-carousel .ui-carousel-viewport .ui-carousel-items {
list-style: none outside none;
margin: 0;
padding:0;
position: relative;
width: 32000px;
left: 0;
}
.ui-carousel .ui-carousel-viewport .ui-carousel-items .ui-carousel-item {
margin: 1px;
padding: 0;
float: left;
}
.ui-carousel .ui-carousel-viewport {
overflow: hidden;
position: relative;
border: 0;
}
.ui-carousel .ui-carousel-footer {
margin: 1px 1px 0px 1px;
padding-top: 9px;
padding-bottom: 6px;
padding-right: 10px;
padding-left: 10px;
overflow: hidden;
}
.ui-carousel .ui-carousel-header {
margin: 0 1px;
overflow: hidden;
padding-top: 7px;
padding-bottom: 8px;
padding-right: 10px;
padding-left: 10px;
}
.ui-carousel .ui-carousel-header .ui-carousel-header-title {
display: inline-block;
width: 30%;
padding-top: 2px;
overflow: hidden;
}
.ui-carousel .ui-carousel-dropdown,
.ui-carousel .ui-carousel-mobiledropdown {
float: right;
margin: 0px 10px;
background-image: none;
}
.ui-carousel .ui-carousel-dropdown option,
.ui-carousel .ui-carousel-mobiledropdown option{
background-image: none;
border:0 none;
box-shadow:none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
.ui-carousel .ui-carousel-button {
float: right;
margin: 2px;
}
.ui-carousel .ui-carousel-page-link {
float: left;
margin: 0 2px;
}
.ui-carousel .ui-carousel-page-link,
.ui-carousel .ui-carousel-button {
cursor: pointer;
}
.ui-carousel .ui-carousel-page-links {
margin: 0px 9px;
margin-top: 1px;
display: inline-table;
float: right;
}
.ui-carousel .ui-carousel-mobiledropdown {
display: none;
}
.ui-carousel .ui-carousel-titlebar-icon {
margin-left: 0.5em;
cursor: pointer;
float: right;
}
/* Vertical */
.ui-carousel .ui-carousel-vertical-viewport .ui-carousel-items li.ui-carousel-item {
float: none;
}
.ui-carousel .ui-carousel-vertical-viewport ul.ui-carousel-items {
width: auto;
}
.ui-columntoggler {
padding: 0;
position: absolute;
overflow: auto;
display: none;
}
.ui-columntoggler .ui-columntoggler-items {
border: 0 none;
padding: 0.4em;
margin: 0;
}
.ui-columntoggler .ui-columntoggler-item {
border:0px none;
cursor:pointer;
font-weight:normal;
margin:1px 0;
padding:3px 5px;
text-align:left;
white-space: nowrap;
display: block;
position: relative;
}
.ui-columntoggler .ui-columntoggler-item .ui-chkbox {
position: absolute;
top:50%;
margin-top:-8px;
}
.ui-columntoggler .ui-columntoggler-item label {
display: block;
padding-left: 2.2em;
}
.ui-columntoggler .ui-columntoggler-close {
float: right;
margin-top: 1px;
margin-right: 1px;
}
.ui-columntoggler .ui-columntoggler-close:focus {
outline: dotted thin;
}
.ui-columntoggler .ui-columntoggler-items {
padding:1em 0.4em 0.4em 0.4em;
}
/* Column Priorities */
@media only all {
.ui-columntoggler .ui-columntoggler-item.ui-column-p-1,
.ui-columntoggler .ui-columntoggler-item.ui-column-p-2,
.ui-columntoggler .ui-columntoggler-item.ui-column-p-3,
.ui-columntoggler .ui-columntoggler-item.ui-column-p-4,
.ui-columntoggler .ui-columntoggler-item.ui-column-p-5,
.ui-columntoggler .ui-columntoggler-item.ui-column-p-6 {
display: none;
}
th.ui-helper-hidden,
td.ui-helper-hidden {
display: none
}
}
/* Show priority 1 at 320px (20em x 16px) */
@media screen and (min-width: 20em) {
.ui-columntoggler .ui-columntoggler-item.ui-column-p-1 {
display: block;
}
}
/* Show priority 2 at 480px (30em x 16px) */
@media screen and (min-width: 30em) {
.ui-columntoggler .ui-columntoggler-item.ui-column-p-2 {
display: block;
}
}
/* Show priority 3 at 640px (40em x 16px) */
@media screen and (min-width: 40em) {
.ui-columntoggler .ui-columntoggler-item.ui-column-p-3 {
display: block;
}
}
/* Show priority 4 at 800px (50em x 16px) */
@media screen and (min-width: 50em) {
.ui-columntoggler .ui-columntoggler-item.ui-column-p-4 {
display: block;
}
}
/* Show priority 5 at 960px (60em x 16px) */
@media screen and (min-width: 60em) {
.ui-columntoggler .ui-columntoggler-item.ui-column-p-5 {
display: block;
}
}
/* Show priority 6 at 1,120px (70em x 16px) */
@media screen and (min-width: 70em) {
.ui-columntoggler .ui-columntoggler-item.ui-column-p-6 {
display: block;
}
}
.ui-dashboard-column {
float: left;
padding-bottom: 100px;
}
.ui-dashboard-column .ui-panel-titlebar {
cursor: move;
}
.ui-datalist .ui-datalist-header,
.ui-datalist .ui-datalist-footer {
text-align:center;
padding:4px 10px;
}
.ui-datalist .ui-datalist-header {
border-bottom: 0px none;
}
.ui-datalist .ui-datalist-footer {
border-top: 0px none;
}
.ui-datalist .ui-paginator-top {
border-bottom: 0px none;
}
.ui-datalist .ui-paginator-bottom {
border-top: 0px none;
}
.ui-datalist .ui-datalist-empty-message {
padding: 4px 10px;
}
.ui-datalist .ui-datalist-nobullets {
list-style-type: none;
}
.ui-datagrid .ui-paginator {
text-align: center;
}
.ui-datagrid-column {
padding: 3px;
}
.ui-datagrid-content-empty {
padding: 4px 10px;
}
.ui-datagrid .ui-datagrid-header,
.ui-datagrid .ui-datagrid-footer {
text-align:center;
padding:4px 10px;
}
.ui-datagrid .ui-datagrid-header {
border-bottom: 0px none;
}
.ui-datagrid .ui-datagrid-footer {
border-top: 0px none;
}
.ui-datagrid .ui-paginator-top {
border-bottom: 0px none;
}
.ui-datagrid .ui-paginator-bottom {
border-top: 0px none;
}
/** Table Layout **/
.ui-datagrid-data {
width: 100%;
}
.ui-datascroller {
}
.ui-datascroller .ui-datascroller-header {
text-align: center;
padding: 4px 10px;
border-bottom: 0px none;
}
.ui-datascroller .ui-datascroller-content {
padding:4px 10px;
}
.ui-datascroller-inline .ui-datascroller-content {
overflow: auto;
}
.ui-datascroller .ui-datascroller-list {
list-style-type: none;
margin: 0;
padding: 0;
}
.ui-datascroller .ui-datascroller-item {
border: 0 none;
}
.ui-datascroller .ui-datascroller-loader {
text-align: center;
padding: 4px 10px;
}
.ui-datascroller .ui-datascroller-loading {
background: url("/serenity/javax.faces.resource/datascroller/images/loading.gif.xhtml?ln=primefaces&v=6.2") center center no-repeat;
width: 220px;
height: 19px;
padding: 0;
margin: 0;
display: inline-block;
}
.ui-datatable table {
border-collapse:collapse;
width: 100%;
table-layout: fixed;
}
.ui-datatable-tablewrapper {
overflow: auto;
}
.ui-datatable .ui-datatable-header,
.ui-datatable .ui-datatable-footer {
text-align: center;
padding: 4px 10px;
}
.ui-datatable .ui-datatable-header {
border-bottom: 0px none;
}
.ui-datatable .ui-datatable-footer {
border-top: 0px none;
}
.ui-datatable thead th, .ui-datatable tfoot td {
text-align: center;
}
.ui-datatable thead th,
.ui-datatable tbody td,
.ui-datatable tfoot td,
.ui-datatable tfoot th{
padding: 4px 10px;
overflow: hidden;
border-width: 1px;
border-style: solid;
}
.ui-datatable tbody.ui-datatable-data {
outline: 0;
}
.ui-datatable tbody td {
border-color: inherit;
}
.ui-datatable .ui-sortable-column {
cursor: pointer;
}
.ui-datatable div.ui-dt-c {
position: relative;
}
.ui-datatable .ui-sortable-column-icon {
display: inline-block;
margin: -3px 0px -3px 2px;
}
.ui-datatable .ui-column-filter {
display: block;
box-sizing: border-box;
width: 100%;
margin:auto;
}
.ui-datatable .ui-row-toggler {
cursor: pointer;
}
.ui-datatable tr.ui-state-highlight {
cursor: pointer;
}
.ui-datatable .ui-selection-column .ui-chkbox-all {
display: block;
margin: 0px auto;
width: 16px;
height: 16px;
}
.ui-datatable-summary {
display: none;
}
/* Scrollable */
.ui-datatable-scrollable table,
.ui-datatable-sticky table{
table-layout: fixed;
}
.ui-datatable-scrollable-body {
overflow:auto;
}
.ui-datatable-scrollable-header,
.ui-datatable-scrollable-footer {
overflow: hidden;
border: 0px none;
}
.ui-datatable-scrollable .ui-datatable-scrollable-header,
.ui-datatable-scrollable .ui-datatable-scrollable-footer {
position: relative;
}
.ui-datatable-scrollable .ui-datatable-scrollable-header td {
font-weight: normal;
}
.ui-datatable-scrollable-body::-webkit-scrollbar {
-webkit-appearance: none;
width: 15px;
background-color: transparent;
}
.ui-datatable-scrollable-body::-webkit-scrollbar-thumb {
border-radius: 8px;
border: 1px solid white;
background-color: rgba(194,194,194,.5);
}
.ui-datatable .ui-datatable-scrollable-body {
min-height: 0%;
}
.ui-datatable .ui-datatable-data tr.ui-state-hover {
border-color: inherit;
font-weight: inherit;
cursor: pointer;
}
.ui-datatable-scrollable-theadclone {
height:0px;
}
.ui-datatable-scrollable-theadclone tr {
height:0px;
}
.ui-datatable-scrollable-theadclone th.ui-state-default {
height:0px;
border-bottom-width: 0px;
border-top-width: 0px;
padding-top: 0px;
padding-bottom: 0px;
outline: 0 none;
}
.ui-datatable-scrollable-theadclone th span.ui-column-title {
display: block;
height: 0px;
}
.ui-datatable .ui-paginator,
.ui-datatable .ui-paginator {
padding: 2px;
}
.ui-datatable .ui-datatable-virtualscroll-wrapper {
position: relative;
}
.ui-datatable .ui-datatable-virtualscroll-table {
top: 0px;
left: 0px;
position: absolute;
}
/* InCell Editing */
.ui-datatable .ui-cell-editor-input {
display: none;
}
.ui-datatable .ui-row-editing .ui-cell-editor .ui-cell-editor-output {
display:none;
}
.ui-datatable .ui-row-editing .ui-cell-editor .ui-cell-editor-input {
display:block;
}
.ui-datatable .ui-row-editor span {
cursor: pointer;
}
.ui-datatable .ui-row-editor .ui-row-editor-pencil {
display: inline-block;
}
.ui-datatable .ui-row-editing .ui-row-editor .ui-row-editor-pencil {
display: none;
}
.ui-datatable .ui-row-editor .ui-row-editor-check,
.ui-datatable .ui-row-editor .ui-row-editor-close {
display: none;
}
.ui-datatable .ui-row-editing .ui-row-editor .ui-row-editor-check,
.ui-datatable .ui-row-editing .ui-row-editor .ui-row-editor-close {
display: inline-block;
}
.ui-datatable .ui-datatable-data tr.ui-row-editing td.ui-editable-column,
.ui-datatable .ui-datatable-data td.ui-cell-editing {
padding:0;
margin:0;
}
.ui-row-editor-outline {
outline: dotted thin;
}
/*resizer */
.ui-datatable .ui-column-resizer {
position: absolute;
top: 0px;
right: 0px;
margin: 0;
width:8px;
height:100%;
padding:0px;
cursor:col-resize;
background-image: url("/serenity/javax.faces.resource/spacer/dot_clear.gif.xhtml?ln=primefaces&v=6.2");
border: 1px solid transparent;
box-sizing: border-box;
}
.ui-datatable .ui-column-resizer-helper {
width: 1px;
position: absolute;
z-index: 10;
display: none;
}
.ui-datatable-resizable {
padding-bottom:1px; /*fix for webkit overlow*/
overflow:auto;
}
.ui-datatable-resizable thead th,
.ui-datatable-resizable tbody td,
.ui-datatable-resizable tfoot td {
white-space: nowrap;
}
.ui-datatable-resizable table {
table-layout: fixed;
}
.ui-datatable-resizable th.ui-resizable-column {
background-clip: padding-box;
position: relative;
}
.ui-datatable-rtl {
direction: rtl;
}
.ui-datatable-rtl.ui-datatable thead th,
.ui-datatable-rtl.ui-datatable tfoot td {
text-align: right;
}
/* Frozen Columns */
.ui-datatable table.ui-datatable-fs {
width:auto;
}
.ui-datatable .ui-datatable-frozenlayout-left,
.ui-datatable .ui-datatable-frozenlayout-right {
padding: 0;
border: 0 none;
vertical-align: top;
}
.ui-datatable .ui-datatable-frozen-container {
margin-right: -1px;
}
.ui-datatable-frozen-container .ui-datatable-scrollable-body {
overflow: hidden;
}
.ui-datatable .ui-datatable-frozen-container .ui-row-toggler {
margin-top: -2px;
margin-bottom: -2px;
}
.ui-datatable .ui-datatable-frozen-container .ui-row-editor {
margin-top: -2px;
margin-bottom: -2px;
}
.ui-datatable-frozenlayout-right .ui-datatable-empty-message td {
text-indent: -9999px;
}
.ui-datatable-frozenlayout-right .ui-datatable-empty-message td > * {
visibility: hidden;
}
/** Reflow **/
.ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-title {
display: none;
}
.ui-datatable-reflow .ui-reflow-label,
.ui-datatable-reflow .ui-reflow-dropdown {
margin-bottom: 10px;
display: none;
}
/* Row Group Toggler */
.ui-datatable .ui-rowgroup-header > td > a.ui-rowgroup-toggler {
padding-right: 1.5em;
position: relative;
}
.ui-datatable .ui-rowgroup-header .ui-rowgroup-toggler-icon {
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
}
@media ( max-width: 640px ) {
.ui-datatable-reflow thead th,
.ui-datatable-reflow tfoot td {
display: none;
}
.ui-datatable-reflow .ui-datatable-data td[role="gridcell"]:not(.ui-helper-hidden) {
text-align: left;
display: block;
border: 0px none;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
clear: left;
}
.ui-datatable-reflow .ui-datatable-data.ui-widget-content {
border: 0px none;
}
.ui-datatable-reflow .ui-datatable-data tr.ui-widget-content {
border-left: 0px none;
border-right: 0px none;
}
.ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-title {
padding: .4em;
min-width: 30%;
display: inline-block;
margin: -.4em 1em -.4em -.4em;
}
.ui-datatable-reflow .ui-reflow-label,
.ui-datatable-reflow .ui-reflow-dropdown {
display: inline-block;
}
.ui-datatable-reflow .ui-reflow-dropdown {
margin-left: 5px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.ui-datatable-reflow tr.ui-datatable-empty-message > td {
display: block;
border: 0 none;
}
}
.ui-dialog { position: fixed; padding: 0; overflow: hidden; display:none; }
.ui-dialog.ui-dialog-absolute { position: absolute; }
.ui-dialog.ui-overlay-hidden {display:block;}
.ui-dialog .ui-dialog-titlebar { padding: .4em .4em .4em 1em; position: relative; border:0px; }
.ui-dialog .ui-dialog-title { float: left; margin: .3em 16px .1em 0; }
.ui-dialog .ui-dialog-content {position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-content.ui-df-content {overflow: hidden; padding: 0;}
.ui-dialog .ui-dialog-footer {padding: .4em 1em; border-width: 1px 0 0 0; text-align:left;}
.ui-dialog .ui-dialog-buttonpane { text-align: left; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-minimize,.ui-dialog .ui-dialog-titlebar-maximize { float: right; margin: 0px; top:0px; padding: 1px; cursor:pointer; }
.ui-dialog .ui-dialog-titlebar-close span, .ui-dialog .ui-dialog-titlebar-minimize span, .ui-dialog .ui-dialog-titlebar-maximize span { display: block; margin: 0px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus, .ui-dialog .ui-dialog-titlebar-minimize:hover, .ui-dialog .ui-dialog-titlebar-minimize:focus, .ui-dialog .ui-dialog-titlebar-maximize:hover, .ui-dialog .ui-dialog-titlebar-maximize:focus { padding: 0; }
.ui-dialog-docking-zone {position: fixed;bottom: 0;left: 0;}
.ui-dialog-minimizing {border: 2px dotted gray;}
.ui-dialog .ui-dialog-message {margin-right:.5em}
.ui-dialog-mask {
position: fixed;
width: 100%;
height: 100%;
}
/** Confirm Dialog **/
.ui-confirm-dialog .ui-dialog-content {
padding: 1em;
}
.ui-confirm-dialog-severity {float: left; margin-right: 4px;}
.ui-confirm-dialog-message {display: inline-block; margin-top: 1px;}
/** RTL **/
.ui-dialog-rtl {
direction: rtl;
}
.ui-dialog.ui-dialog-rtl .ui-dialog-title {
float: right;
}
.ui-dialog.ui-dialog-rtl .ui-dialog-titlebar-close,
.ui-dialog.ui-dialog-rtl .ui-dialog-titlebar-minimize,
.ui-dialog.ui-dialog-rtl .ui-dialog-titlebar-maximize {
float: left;
}
.ui-dialog.ui-dialog-rtl .ui-dialog-footer {
text-align: right;
}
/* Message Dialog */
.ui-message-dialog .ui-dialog-content {
padding: 1em;
}
.ui-fieldset, .ui-fieldset .ui-fieldset-legend {
padding:0.6em 1em;
}
.ui-fieldset-toggleable .ui-fieldset-legend {
padding: 0.5em 1em 0.5em 0.5em;
cursor: pointer;
outline: 0;
}
.ui-fieldset .ui-fieldset-toggler {
padding-right: .1em;
float:left;
}
.ui-inputfield {
margin: 0;
outline: medium none;
padding: 4px;
font-weight: normal;
}
.ui-widget-header .ui-inputfield,
.ui-widget-content .ui-inputfield {
font-weight: normal;
}
.ui-inputtextarea-resizable {
overflow: hidden;
resize:none;
}
.ui-selectonelistbox,
.ui-selectmanymenu,
.ui-multiselectlistbox-listcontainer {
padding: 2px;
width: 150px;
}
.ui-selectonelistbox .ui-selectlistbox-listcontainer,
.ui-selectmanymenu .ui-selectlistbox-listcontainer,
.ui-multiselectlistbox-listcontainer {
overflow:auto;
}
.ui-selectonelistbox.ui-state-disabled .ui-selectlistbox-listcontainer,
.ui-selectmanymenu.ui-state-disabled .ui-selectlistbox-listcontainer {
overflow:hidden;
}
.ui-selectonelistbox .ui-selectlistbox-list,
.ui-selectmanymenu .ui-selectlistbox-list,
.ui-multiselectlistbox .ui-multiselectlistbox-list {
list-style-type: none;
margin: 0;
padding: 0;
}
.ui-selectonelistbox .ui-selectlistbox-item,
.ui-selectmanymenu .ui-selectlistbox-item,
.ui-multiselectlistbox .ui-multiselectlistbox-item {
margin: 2px;
border: 0 none;
cursor: pointer;
font-weight: normal;
}
.ui-selectonelistbox table.ui-selectlistbox-list,
.ui-selectmanymenu table.ui-selectlistbox-list {
border-collapse:collapse;
width:100%;
}
.ui-selectlistbox-filter.ui-inputfield {
padding-right: 12%;
padding-left: 2%;
width: 85%;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.ui-selectlistbox-filter-container {
position: relative;
margin: 0.1em 0 0.1em 0;
padding: 0;
}
.ui-selectlistbox-filter-container .ui-icon {
position: absolute;
top: 5px;
right: 2px;
}
.ui-multiselectlistbox .ui-multiselectlistbox-listcontainer {
float: left;
margin-right: 4px;
}
.ui-multiselectlistbox .ui-multiselectlistbox-item {
white-space: nowrap;
}
.ui-multiselectlistbox.ui-state-disabled .ui-multiselectlistbox-item {
cursor: default;
}
.ui-multiselectlistbox .ui-multiselectlistbox-header {
text-align: center;
padding: 2px 10px;
border-bottom: 0px none;
}
/**
* Checkbox
*/
.ui-chkbox {
display: inline-block;
vertical-align: middle;
}
.ui-chkbox .ui-chkbox-box {
width: 16px;
height: 16px;
display: inline-block;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.ui-chkbox-icon.ui-icon {
overflow: visible;
}
.ui-chkbox .ui-chkbox-label {
cursor: pointer;
margin: 0 16px 0 8px;
outline: medium none;
z-index: 1;
display: inline-block;
vertical-align: top;
}
.ui-selectmanycheckbox label {
vertical-align: middle;
cursor: pointer;
margin: 0 16px 0 8px;
outline: medium none;
z-index: 1;
display: inline-block;
}
.ui-selectmanycheckbox .ui-chkbox .ui-chkbox-box {
display: block;
}
.ui-selectoneradio label {
cursor: pointer;
display: inline-block;
margin: 0 16px 0 8px;
vertical-align: middle;
}
.ui-selectmanycheckbox.ui-widget td,
.ui-selectoneradio.ui-widget td {
border: 0 none;
}
.ui-panelgrid .ui-selectoneradio.ui-grid-responsive .ui-grid-row,
.ui-panelgrid .ui-selectmanycheckbox.ui-grid-responsive .ui-grid-row {
border-top: 0px none;
}
.ui-selectoneradio.ui-grid-responsive .ui-grid-row > div,
.ui-selectmanycheckbox.ui-grid-responsive .ui-grid-row > div {
padding: .5em;
}
.ui-selectmanycheckbox .ui-selectmanycheckbox-item-group{
font-weight: bold;
}
.ui-selectmanycheckbox .ui-selectmanycheckbox-responsive-group {
padding: .5em .5em .5em 0px;
}
/** RadioButton **/
.ui-radiobutton {
margin: 3px 0;
width: 16px;
line-height: 16px;
display: inline-block;
vertical-align: middle;
}
.ui-radiobutton .ui-radiobutton-box {
width: 16px;
height: 16px;
line-height: 16px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.ui-radiobutton-icon {
margin-left: 1px;
}
.ui-radiobutton.ui-radiobutton-native {
margin: 0;
padding: 0;
}
.ui-radiobutton.ui-radiobutton-native .ui-helper-hidden-accessible {
clip: auto;
position: static !important;
width: auto;
height: auto;
overflow: visible;
margin: 0;
padding: 0;
}
.ui-radiobutton.ui-radiobutton-native .ui-radiobutton-box {
display:none;
}
.ui-radiobutton.ui-radiobutton-native .ui-helper-hidden-accessible input {
margin: 0;
}
.ui-selectoneradio-native label {
margin: 0;
}
/** SelectOneMenu **/
.ui-selectonemenu {
display: inline-block;
position: relative;
width: auto;
zoom: 1;
cursor: pointer;
padding-right: 2em;
vertical-align: top;
}
.ui-selectonemenu.ui-state-hover,
.ui-selectonemenu.ui-state-focus {
background-color: transparent;
}
.ui-selectonemenu .ui-selectonemenu-trigger {
border-right: none;
border-top: none;
border-bottom: none;
cursor: pointer;
width: 16px;
height: 100%;
position: absolute;
right: 0;
top: 0;
padding: 0 3px;
}
.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
position: absolute;
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.ui-selectonemenu .ui-selectonemenu-label {
display: block;
border: none;
white-space: nowrap;
overflow: hidden;
font-weight: normal;
width: 100%;
text-align: left;
}
.ui-selectonemenu.ui-state-disabled .ui-selectonemenu-trigger,
.ui-selectonemenu.ui-state-disabled .ui-selectonemenu-label {
cursor: default;
}
.ui-selectonemenu label.ui-selectonemenu-label {
cursor: pointer;
}
.ui-selectonemenu input.ui-selectonemenu-label {
cursor: default;
}
.ui-selectonemenu-panel {
position: absolute;
height: auto;
}
.ui-selectonemenu-panel .ui-selectonemenu-items-wrapper {
overflow: auto;
}
.ui-selectonemenu-panel .ui-selectonemenu-item {
font-weight: normal;
cursor:pointer;
}
.ui-selectonemenu-panel .ui-selectonemenu-item-group {
font-weight: bold;
}
.ui-selectonemenu-panel .ui-selectonemenu-list {
padding: 0.4em;
border: 0 none;
}
.ui-selectonemenu-panel .ui-selectonemenu-list-item {
border:0px none;
margin:1px 0;
padding:3px 5px;
text-align:left;
white-space: nowrap;
}
.ui-selectonemenu-panel .ui-selectonemenu-table {
border-collapse:collapse;
width:100%;
}
.ui-selectonemenu-panel .ui-selectonemenu-table td {
border-color: inherit;
}
.ui-selectonemenu-panel .ui-selectonemenu-table th,
.ui-selectonemenu-panel .ui-selectonemenu-table td {
border-width: 1px;
border-style: solid;
padding:4px 10px 4px 10px;
}
.ui-selectonemenu-panel .ui-selectonemenu-filter {
width: 85%;
padding-right:15px;
}
.ui-selectonemenu-panel .ui-selectonemenu-filter-container {
position: relative;
margin: 0;
padding: 0.4em;
display: inline-block;
}
.ui-selectonemenu-panel .ui-selectonemenu-filter-container .ui-icon {
position: absolute;
top: 10px;
right: 10px;
}
.ui-state-disabled a{outline: none;}
/* Button */
.ui-button {
display: inline-block;
position: relative;
padding: 0;
margin-right: .1em;
text-decoration: none !important;
cursor: pointer;
text-align: center;
zoom: 1;
overflow: visible; /* the overflow property removes extra width in IE */
}
.ui-button-icon-only {
width: 2.4em;
}
/*button text element */
.ui-button .ui-button-text {
display: block;
line-height: normal;
}
.ui-button-text-only .ui-button-text {
padding: .3em 1em;
}
.ui-button-icon-only .ui-button-text {
padding: .3em;
text-indent: -9999999px;
}
.ui-button-text-icon-left .ui-button-text {
padding: .3em 1em .3em 2.1em;
}
.ui-button-text-icon-right .ui-button-text {
padding: .3em 2.1em .3em 1em;
}
/*button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-left .ui-icon,
.ui-button-text-icon-right .ui-icon {
position: absolute;
top: 50%;
margin-top: -8px;
}
/* FontAwesome icon */
.ui-button-icon-only .ui-icon.fa,
.ui-button-text-icon-left .ui-icon.fa,
.ui-button-text-icon-right .ui-icon.fa,
.ui-button-icon-only .ui-icon.fab,
.ui-button-text-icon-left .ui-icon.fab,
.ui-button-text-icon-right .ui-icon.fab,
.ui-button-icon-only .ui-icon.far,
.ui-button-text-icon-left .ui-icon.far,
.ui-button-text-icon-right .ui-icon.far,
.ui-button-icon-only .ui-icon.fas,
.ui-button-text-icon-left .ui-icon.fas,
.ui-button-text-icon-right .ui-icon.fas {
margin-top: -7px;
}
.ui-button-icon-only .ui-icon {
left: 50%;
margin-left: -8px;
}
.ui-button-icon-left {
left: .5em;
}
.ui-button-icon-right {
right: .5em;
}
/*button sets*/
.ui-buttonset {
margin-right: 7px;
}
.ui-buttonset .ui-button {
margin-left: 0;
margin-right: 0;
}
/* workarounds */
button.ui-button::-moz-focus-inner {
border: 0; padding: 0; /* reset extra padding in Firefox */
}
/** SelectCheckbox Menu **/
.ui-selectcheckboxmenu {
display: inline-block;
position: relative;
width: auto;
zoom: 1;
cursor: pointer;
}
.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger {
border-right: none;
border-top: none;
border-bottom: none;
cursor: pointer;
width: 16px;
height: 100%;
position: absolute;
right: 0;
top: 0;
padding: 0 3px;
}
.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon {
margin-top: 3px;
}
.ui-selectcheckboxmenu .ui-selectcheckboxmenu-label {
display: block;
padding: 3px 26px 3px 5px;
width: auto;
border: none;
cursor: pointer;
}
.ui-selectcheckboxmenu.ui-state-disabled .ui-selectcheckboxmenu-trigger,
.ui-selectcheckboxmenu.ui-state-disabled .ui-selectcheckboxmenu-label {
cursor: auto
}
.ui-selectcheckboxmenu-panel {
padding: 0.2em;
position: absolute;
overflow: hidden;
-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-items-wrapper {
overflow: auto;
position: relative;
padding: 0.2em 0;
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list {
border: 0 none;
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item {
border:0px none;
cursor:pointer;
font-weight:normal;
margin:1px 0;
padding:3px 5px;
text-align:left;
white-space: nowrap;
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item {
display: block;
position: relative;
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item .ui-chkbox {
position: absolute;
top:50%;
margin-top:-8px;
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item label {
display: block;
padding-left: 2em;
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-item-group {
font-weight: bold;
}
.ui-selectcheckboxmenu-header {
margin-bottom: 0.3em;
padding: 0.3em 0 0.3em 0.4em
}
.ui-selectcheckboxmenu-header .ui-chkbox {
float:left;
cursor:pointer;
}
.ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-filter-container {
float: left;
position: relative;
margin-left: 5px;
}
.ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-filter-container .ui-icon{
position: absolute;
right: 5px;
top: 2px;
}
.ui-selectcheckboxmenu-header .ui-inputfield {
padding: 1px 20px 1px 2px;
}
.ui-selectcheckboxmenu-header span.ui-icon {
float:left;
}
.ui-selectcheckboxmenu-header a.ui-selectcheckboxmenu-all,
.ui-selectcheckboxmenu-header a.ui-selectcheckboxmenu-none {
float:left;
margin-right: 10px;
display: block;
}
.ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-close {
float:right;
padding:1px;
margin-right:0.2em;
display: block;
}
.ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-close.ui-state-hover {
padding:0px;
}
.ui-selectcheckboxmenu-multiple-container {
clear: left;
cursor: pointer;
list-style-type: none;
margin: 0;
min-height: 24px;
overflow: hidden;
min-width: 100px;
}
.ui-selectcheckboxmenu-multiple-container.ui-inputfield {
padding:0 22px 0 0;
border: 0;
}
.ui-selectcheckboxmenu-token {
cursor: default;
float: left;
overflow: hidden;
padding: 1px 3px;
white-space: nowrap;
position: relative;
margin:2px;
}
.ui-selectcheckboxmenu-token-label {
display: block;
padding: 0em 2.1em 0em 0.5em;
}
.ui-selectcheckboxmenu-token-icon {
margin-top: -9px;
position: absolute;
right: 0.2em;
top: 50%;
cursor: pointer;
}
.ui-selectcheckboxmenu-input-token {
float: left;
list-style-type: none;
margin: 1px;
padding: 0;
}
.ui-selectcheckboxmenu-input-token input {
border: 0 none;
width: 140px;
outline: medium none;
background-color: transparent;
margin:2px;
}
.ui-selectcheckboxmenu-multiple .ui-selectcheckboxmenu-trigger .ui-icon {
position: relative;
top: 50%;
margin-top: -8px;
}
.ui-splitbutton {
position: relative;
padding-right: 2em;
}
.ui-splitbutton .ui-button.ui-splitbutton-menubutton {
position: absolute;
top: 0px;
margin-left: -1px;
right: 0px;
}
/** IE Hacks **/
div.ui-button, .ui-splitbutton {
display: inline-block;
zoom: 1;
}
/** Password **/
.ui-password-panel {
padding: 4px 10px;
width: 150px;
margin-top: 2px;
}
.ui-password-panel .ui-password-meter {
height: 10px;
background:transparent url("/serenity/javax.faces.resource/forms/password-meter.png.xhtml?ln=primefaces&v=6.2") no-repeat left top;
padding: 0;
margin: 0;
}
.ui-password-info {
margin-top: 4px;
}
.ui-password-panel-overlay {
position: absolute;
}
/* OutputLabel */
.ui-outputlabel.ui-state-error {
border:0 none;
}
.ui-outputlabel .ui-outputlabel-rfi {
margin-left: 0.4em;
}
/* SelectOneButton */
.ui-selectonebutton{
display: inline-block;
padding:1px;
}
.ui-selectonebutton.ui-state-error{
padding:0px;
}
.ui-selectonebutton .ui-button.ui-state-focus{
outline: none;
}
/* SelectManyButton */
.ui-selectmanybutton{
display: inline-block;
padding:1px;
}
.ui-selectmanybutton.ui-state-error{
padding:0px;
}
.ui-selectmanybutton .ui-button.ui-state-focus{
outline: none;
}
/** Fluid **/
.ui-fluid .ui-inputfield {
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
}
/** InputText **/
.ui-fluid .ui-inputtext {
width: 100%;
}
/** InputNumber **/
.ui-fluid .ui-inputnumber {
width: 100%;
}
.ui-fluid .ui-inputtext[size],
.ui-fluid .ui-inputfield[size] {
width: auto;
}
/** InputTextarea **/
.ui-fluid .ui-inputtextarea {
width: 100%;
}
/** SelectOneMenu **/
.ui-fluid .ui-selectonemenu {
width: 100%;
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
}
.ui-fluid .ui-selectonemenu .ui-selectonemenu-trigger {
width: 32px;
padding: 0 6px;
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
}
/** Calendar **/
.ui-fluid .ui-calendar, .ui-fluid .ui-calendar input {
width: 100%;
}
.ui-fluid .ui-calendar {
position: relative;
}
.ui-fluid .ui-trigger-calendar .ui-datepicker-trigger.ui-button {
position: absolute;
right: -2px;
width: 2.4em;
}
.ui-fluid .ui-trigger-calendar .ui-button-icon-only .ui-button-text {
padding: 0.28em;
}
.ui-fluid .ui-trigger-calendar input.hasDatepicker {
padding-right: 2.4em;
}
/** Spinner **/
.ui-fluid .ui-spinner {
width: 100%;
}
.ui-fluid .ui-spinner .ui-spinner-input {
padding-right: 36px;
width: 100%;
}
.ui-fluid .ui-spinner .ui-spinner-button {
width: auto;
}
.ui-fluid .ui-spinner .ui-spinner-button .ui-icon {
left: 6px;
}
/** AutoComplete **/
.ui-fluid .ui-autocomplete,
.ui-fluid .ui-autocomplete-input {
width: 100%;
}
.ui-fluid .ui-autocomplete .ui-autocomplete-dropdown.ui-button {
width: 2.4em;
}
/** InputMask **/
.ui-fluid .ui-inputmask {
width: 100%;
}
/** Password **/
.ui-fluid .ui-password {
width: 100%;
}
/** Keyboard **/
.ui-fluid .ui-keyboard-input {
width: 100%;
}
/** CheckboxMenu **/
.ui-fluid .ui-selectcheckboxmenu {
width: 100%;
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
}
.ui-fluid .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon {
margin-left: auto;
margin-right: auto;
}
.ui-fluid .ui-selectcheckboxmenu-trigger {
width: 32px;
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
}
/** Button **/
.ui-fluid .ui-button {
width: 100%;
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
}
/** ButtonSet **/
.ui-fluid .ui-buttonset {
width: 100%;
}
.ui-fluid .ui-buttonset.ui-buttonset-1 .ui-button {width: 100%;}
.ui-fluid .ui-buttonset.ui-buttonset-2 .ui-button {width: 50%;}
.ui-fluid .ui-buttonset.ui-buttonset-3 .ui-button {width: 33.3%;}
.ui-fluid .ui-buttonset.ui-buttonset-4 .ui-button {width: 25%;}
.ui-fluid .ui-buttonset.ui-buttonset-5 .ui-button {width: 20%;}
.ui-fluid .ui-buttonset.ui-buttonset-6 .ui-button {width: 16.6%;}
@media (max-width: 640px) {
.ui-fluid .ui-buttonset.ui-buttonset-1 .ui-button,
.ui-fluid .ui-buttonset.ui-buttonset-2 .ui-button,
.ui-fluid .ui-buttonset.ui-buttonset-3 .ui-button,
.ui-fluid .ui-buttonset.ui-buttonset-4 .ui-button,
.ui-fluid .ui-buttonset.ui-buttonset-5 .ui-button,
.ui-fluid .ui-buttonset.ui-buttonset-6 .ui-button {
width: 100%;
}
}
/** SplitButton **/
.ui-fluid .ui-splitbutton {
width: 100%;
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
}
.ui-fluid .ui-splitbutton .ui-button {
width: 100%;
}
.ui-fluid .ui-splitbutton .ui-button.ui-splitbutton-menubutton {
width: 32px;
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
}
/** Listbox **/
.ui-fluid .ui-selectonelistbox,
.ui-fluid .ui-selectmanymenu {
width: 100%;
}
.ui-inputgroup {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.ui-inputgroup .ui-inputgroup-addon,
.ui-inputgroup .ui-inputgroup-addon-checkbox {
display: inline-block;
text-align: center;
min-width: 1.5em;
border-width: 1px;
border-style: solid;
}
.ui-inputgroup .ui-inputgroup-addon {
padding: 4px;
}
.ui-inputgroup .ui-inputgroup-addon-checkbox {
padding: 1px;
}
.ui-inputgroup .ui-inputgroup-addon + .ui-inputgroup-addon {
border-left: 0 none;
}
.ui-inputgroup .ui-inputtext,
.ui-inputgroup .ui-password {
padding-left: .5em;
}
.ui-inputgroup > .ui-inputtext:not(:first-child),
.ui-inputgroup > .ui-password:not(:first-child),
.ui-inputgroup > .ui-inputnumber:not(:first-child) > .ui-inputtext,
.ui-inputgroup > .ui-inputmask:not(:first-child),
.ui-inputgroup > .ui-calendar:not(:first-child) > .ui-inputfield,
.ui-inputgroup > .ui-selectonemenu:not(:first-child),
.ui-inputgroup > .ui-selectonebutton:not(:first-child) > .ui-button {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: 0 none;
}
.ui-inputgroup > .ui-inputtext:not(:last-child),
.ui-inputgroup > .ui-password:not(:last-child),
.ui-inputgroup > .ui-inputnumber:not(:last-child) > .ui-inputtext,
.ui-inputgroup > .ui-inputmask:not(:last-child),
.ui-inputgroup > .ui-selectonemenu:not(:last-child),
.ui-inputgroup > .ui-calendar:not(:last-child) > .ui-inputfield,
.ui-inputgroup > .ui-selectonebutton:not(:last-child) > .ui-button {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: 0 none;
}
.ui-inputgroup .ui-button {
margin-right: 0;
border-radius: 0;
}
.ui-inputgroup .ui-inputgroup-addon-checkbox .ui-chkbox {
margin-right: 0;
vertical-align: bottom;
position: relative;
top: 2px;
}
.ui-inputgroup .ui-button .ui-button-text {
padding-bottom: 4px;
padding-top: 4px;
}
.ui-fluid .ui-inputgroup .ui-button {
width: auto;
}
.ui-fluid .ui-inputgroup .ui-button-icon-only {
min-width: 2.2em;
}
/* Deprecated Grid CSS */
.ui-grid {
clear: both;
padding: 0px;
margin: 0px;
}
.ui-grid:before,
.ui-grid:after {
content:"";
display:table;
}
.ui-grid:after {
clear:both;
}
.ui-grid .ui-grid-row {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
clear:both;
}
.ui-grid-row:after {
clear: both;
content: "";
display: table;
}
.ui-grid-col-1,
.ui-grid-col-2,
.ui-grid-col-3,
.ui-grid-col-4,
.ui-grid-col-5,
.ui-grid-col-6,
.ui-grid-col-7,
.ui-grid-col-8,
.ui-grid-col-9,
.ui-grid-col-10,
.ui-grid-col-11,
.ui-grid-col-12 {
float: left;
box-sizing: border-box;
}
.ui-grid-col-1 {
width: 8.33333%;
}
.ui-grid-col-2 {
width: 16.66666%;
}
.ui-grid-col-3 {
width: 25%;
}
.ui-grid-col-4 {
width: 33.33333%;
}
.ui-grid-col-5 {
width: 41.66666%;
}
.ui-grid-col-6 {
width: 50%;
}
.ui-grid-col-7 {
width: 58.33333%;
}
.ui-grid-col-8 {
width: 66.66666%;
}
.ui-grid-col-9 {
width: 75%;
}
.ui-grid-col-10 {
width: 83.33333%;
}
.ui-grid-col-11 {
width: 91.66666%;
}
.ui-grid-col-12 {
width: 100%;
}
@media (min-width: 480px) {
.ui-grid-fixed {
width: 480px;
}
}
@media (min-width: 768px) {
.ui-grid-fixed {
width: 768px;
}
}
@media (min-width: 960px) {
.ui-grid-fixed {
width: 960px;
}
}
@media (min-width: 1024px) {
.ui-grid-fixed {
width: 1024px;
}
}
/* Responsive */
@media (max-width: 640px) {
.ui-grid-responsive .ui-grid-row {
display: block;
}
.ui-grid-responsive .ui-grid-col-1,
.ui-grid-responsive .ui-grid-col-2,
.ui-grid-responsive .ui-grid-col-3,
.ui-grid-responsive .ui-grid-col-4,
.ui-grid-responsive .ui-grid-col-5,
.ui-grid-responsive .ui-grid-col-6,
.ui-grid-responsive .ui-grid-col-7,
.ui-grid-responsive .ui-grid-col-8,
.ui-grid-responsive .ui-grid-col-9,
.ui-grid-responsive .ui-grid-col-10,
.ui-grid-responsive .ui-grid-col-11,
.ui-grid-responsive .ui-grid-col-12 {
width: 100%;
float: none;
}
}
/* New Grid CSS */
.ui-g {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
}
.ui-g:after {
clear: both;
content: "";
display: table;
}
.ui-g-1,
.ui-g-2,
.ui-g-3,
.ui-g-4,
.ui-g-5,
.ui-g-6,
.ui-g-7,
.ui-g-8,
.ui-g-9,
.ui-g-10,
.ui-g-11,
.ui-g-12 {
float: left;
box-sizing: border-box;
padding: 0.5em;
}
.ui-g-1 {
width: 8.33333%;
}
.ui-g-2 {
width: 16.66666%;
}
.ui-g-3 {
width: 25%;
}
.ui-g-4 {
width: 33.33333%;
}
.ui-g-5 {
width: 41.66666%;
}
.ui-g-6 {
width: 50%;
}
.ui-g-7 {
width: 58.33333%;
}
.ui-g-8 {
width: 66.66666%;
}
.ui-g-9 {
width: 75%;
}
.ui-g-10 {
width: 83.33333%;
}
.ui-g-11 {
width: 91.66666%;
}
.ui-g-12 {
width: 100%;
}
@media screen and (max-width: 40em) {
.ui-sm-1,
.ui-sm-2,
.ui-sm-3,
.ui-sm-4,
.ui-sm-5,
.ui-sm-6,
.ui-sm-7,
.ui-sm-8,
.ui-sm-9,
.ui-sm-10,
.ui-sm-11,
.ui-sm-12 {
padding: 0.5em;
}
.ui-sm-1 {
width: 8.33333%;
}
.ui-sm-2 {
width: 16.66666%;
}
.ui-sm-3 {
width: 25%;
}
.ui-sm-4 {
width: 33.33333%;
}
.ui-sm-5 {
width: 41.66666%;
}
.ui-sm-6 {
width: 50%;
}
.ui-sm-7 {
width: 58.33333%;
}
.ui-sm-8 {
width: 66.66666%;
}
.ui-sm-9 {
width: 75%;
}
.ui-sm-10 {
width: 83.33333%;
}
.ui-sm-11 {
width: 91.66666%;
}
.ui-sm-12 {
width: 100%;
}
}
@media screen and (min-width: 40.063em) {
.ui-md-1,
.ui-md-2,
.ui-md-3,
.ui-md-4,
.ui-md-5,
.ui-md-6,
.ui-md-7,
.ui-md-8,
.ui-md-9,
.ui-md-10,
.ui-md-11,
.ui-md-12 {
padding: 0.5em;
}
.ui-md-1 {
width: 8.33333%;
}
.ui-md-2 {
width: 16.66666%;
}
.ui-md-3 {
width: 25%;
}
.ui-md-4 {
width: 33.33333%;
}
.ui-md-5 {
width: 41.66666%;
}
.ui-md-6 {
width: 50%;
}
.ui-md-7 {
width: 58.33333%;
}
.ui-md-8 {
width: 66.66666%;
}
.ui-md-9 {
width: 75%;
}
.ui-md-10 {
width: 83.33333%;
}
.ui-md-11 {
width: 91.66666%;
}
.ui-md-12 {
width: 100%;
}
}
@media screen and (min-width: 64.063em) {
.ui-lg-1,
.ui-lg-2,
.ui-lg-3,
.ui-lg-4,
.ui-lg-5,
.ui-lg-6,
.ui-lg-7,
.ui-lg-8,
.ui-lg-9,
.ui-lg-10,
.ui-lg-11,
.ui-lg-12 {
padding: 0.5em;
}
.ui-lg-1 {
width: 8.33333%;
}
.ui-lg-2 {
width: 16.66666%;
}
.ui-lg-3 {
width: 25%;
}
.ui-lg-4 {
width: 33.33333%;
}
.ui-lg-5 {
width: 41.66666%;
}
.ui-lg-6 {
width: 50%;
}
.ui-lg-7 {
width: 58.33333%;
}
.ui-lg-8 {
width: 66.66666%;
}
.ui-lg-9 {
width: 75%;
}
.ui-lg-10 {
width: 83.33333%;
}
.ui-lg-11 {
width: 91.66666%;
}
.ui-lg-12 {
width: 100%;
}
}
@media screen and (min-width: 90.063em) {
.ui-xl-1,
.ui-xl-2,
.ui-xl-3,
.ui-xl-4,
.ui-xl-5,
.ui-xl-6,
.ui-xl-7,
.ui-xl-8,
.ui-xl-9,
.ui-xl-10,
.ui-xl-11,
.ui-xl-12 {
padding: 0.5em;
}
.ui-xl-1 {
width: 8.33333%;
}
.ui-xl-2 {
width: 16.66666%;
}
.ui-xl-3 {
width: 25%;
}
.ui-xl-4 {
width: 33.33333%;
}
.ui-xl-5 {
width: 41.66666%;
}
.ui-xl-6 {
width: 50%;
}
.ui-xl-7 {
width: 58.33333%;
}
.ui-xl-8 {
width: 66.66666%;
}
.ui-xl-9 {
width: 75%;
}
.ui-xl-10 {
width: 83.33333%;
}
.ui-xl-11 {
width: 91.66666%;
}
.ui-xl-12 {
width: 100%;
}
}
.ui-g-nopad {
padding: 0px;
}
.ui-growl {
position:fixed;
top:20px;
right:20px;
width:301px;
}
.ui-growl-item-container {
position:relative;
margin:0 0 10px 0;
opacity:0.85;
filter:alpha(opacity=85);
}
.ui-growl-item {
display:block;
padding:10px 15px;
}
.ui-growl-item p {
padding:0;
margin:0;
}
.ui-growl-icon-close {
position:absolute;
top:5px;
right:3px;
cursor:pointer;
}
.ui-growl-title {
font-weight:bold;
padding:0 0 7px 0;
display:block;
}
.ui-growl-image {
width:32px;
height:32px;
float:left;
margin:0;
padding:0;
display: block;
background: url("/serenity/javax.faces.resource/messages/messages.png.xhtml?ln=primefaces&v=6.2") no-repeat;
}
.ui-growl-image-info {
background-position: 0 -264px;
}
.ui-growl-image-warn {
background-position: 0 -396px;
}
.ui-growl-image-error {
background-position: 0 0;
}
.ui-growl-image-fatal {
background-position: 0 -132px;
}
.ui-growl-message {
padding:0 0 5px 0;
width:220px;
float:right;
}
.ui-growl-message p {
font-weight: normal;
}
.ui-inplace .ui-inplace-display {cursor: pointer;border:0px none !important;}
.ui-inplace .ui-inplace-disabled {cursor: default;}
.ui-inplace .ui-inplace-content {}
.ui-inplace .ui-inplace-editor {margin-left:0.1em;}
.ui-lightbox {
position: fixed;
}
.ui-lightbox-content-wrapper {
position: relative;
}
.ui-lightbox-content {
position: relative;
margin:0;
padding: 0;
background-color: #000000;
}
.ui-lightbox-nav-right, .ui-lightbox-nav-left {
position: absolute;
top:50%;
cursor: pointer;
}
.ui-lightbox-nav-left {
left:0;
}
.ui-lightbox-nav-right {
right:0;
}
.ui-lightbox-loading {
background: url("/serenity/javax.faces.resource/lightbox/images/loading.gif.xhtml?ln=primefaces&v=6.2") #000000 center center no-repeat;
}
.ui-lightbox-caption {
padding: 0.2em 0.4em;
display: none;
}
.ui-lightbox-caption-text {
margin: 0.3em 0 0.1em 0;
float:left;
}
.ui-lightbox-close {
float:right;
margin:0;
padding:1px;
}
.ui-lightbox-close.ui-state-hover {
padding: 0;
}
.ui-menu {
width: 12.5em;
padding:0.3em;
position:relative;
outline: 0 none;
}
.ui-menu.ui-menu-dynamic {
position: absolute;
display: none;
z-index: 100000;
}
.ui-menu-list {
position:static;
}
.ui-menu .ui-menu-list .ui-menuitem {
border:none;
}
.ui-menu .ui-menu-list .ui-widget-header {
clear:both;
float:left;
width:98%;
margin:1px 0;
}
.ui-menu .ui-menuitem {
width:100%;
float:left;
clear:both;
margin:1px 0;
padding:0;
}
.ui-menu .ui-menuitem-parent {
width:100%;
float:left;
clear:both;
margin:1px 0;
padding:0;
}
.ui-menu .ui-menuitem-link {
display:block;
width:92%;
outline:none;
text-decoration:none;
font-weight:400;
border:solid 1px transparent;
float:left;
line-height:16px;
padding:0.3em;
cursor: pointer;
}
.ui-menu .ui-menuitem-link .ui-menuitem-icon,
.ui-menu .ui-submenu-icon {
display:inline-block;
float:left;
}
.ui-menu .ui-submenu-icon {
margin-top: 1px;
}
.ui-menu .ui-menuitem-text {
float:left;
}
.ui-menu .ui-widget-header h1,
.ui-menu .ui-widget-header h2,
.ui-menu .ui-widget-header h3,
.ui-menu .ui-widget-header h4,
.ui-menu .ui-widget-header h5,
.ui-menu .ui-widget-header h6 {
float:left;
display:block;
font-size:1em;
margin:0 auto;
padding:0.3em 3%;
}
.ui-menu .ui-menu-parent .ui-menu-child {
display:none;
width:12.5em;
padding:0.3em;
position:absolute;
margin:0;
outline:0;
line-height:1.3;
text-decoration:none;
font-size:100%;
list-style:none;
}
.ui-menu .ui-menu-parent {
position:relative;
}
/* Toggleable Menu */
.ui-menu.ui-menu-toggleable li.ui-widget-header {
position: relative;
min-height: 0;
}
.ui-menu.ui-menu-toggleable li.ui-widget-header h3 {
padding-left: 2em;
}
.ui-menu.ui-menu-toggleable li.ui-widget-header.ui-state-hover {
cursor: pointer;
}
.ui-menu.ui-menu-toggleable li.ui-widget-header .ui-icon {
position: absolute;
left: .5em;
top: 50%;
margin-top: -8px;
}
.ui-menu .ui-menu-parent .ui-icon-triangle-1-e,
.ui-menu .ui-menu-parent .ui-icon-triangle-1-s,
.ui-menubar .ui-menu-child .ui-icon-triangle-1-s,
.ui-menubar .ui-menu-child .ui-icon-triangle-1-s {
float:right;
}
.ui-menubutton {
padding:0;
position: relative;
display: inline-block;
}
.ui-menubutton .ui-button {
margin:0;
}
/** Menubar **/
.ui-menubar {
width:auto;
}
.ui-menubar .ui-menuitem {
width:auto;
clear:none;
}
.ui-menubar .ui-menu-child .ui-menuitem {
width:100%;
}
.ui-menubar .ui-menu-child {
top:25px;
left:0;
}
.ui-menubar .ui-menuitem-link {
width:auto;
padding:0.4em 0.3em;
}
.ui-menubar .ui-menu-child .ui-menuitem-link {
width:92%;
}
.ui-menubar .ui-widget-header {
clear:none;
width:auto;
margin:0 3px 0 0;
}
.ui-menubar .ui-widget-header h1,
.ui-menubar .ui-widget-header h2,
.ui-menubar .ui-widget-header h3,
.ui-menubar .ui-widget-header h4,
.ui-menubar .ui-widget-header h5,
.ui-menubar .ui-widget-header h6 {
padding:0.4em 0.3em;
}
.ui-menubar .ui-menubar-options {
float: right;
}
.ui-menubar > .ui-menu-list > .ui-menuitem > .ui-menuitem-link span.ui-icon-triangle-1-e,
.ui-menubar > .ui-menu-list > .ui-menuitem > .ui-menuitem-link span.ui-icon-triangle-1-s{
*float: none;
}
.ui-menu .ui-separator {
width:98%;
height:0px;
float:left;
clear:both;
margin:1px 0 0 0;
padding:0;
border-top: 0px none;
}
/** MegaMenu **/
.ui-megamenu td {
vertical-align: top;
}
.ui-menu.ui-megamenu .ui-menu-parent .ui-menu-child {
width:auto;
}
.ui-menu.ui-megamenu .ui-menu-child > table {
width:auto;
}
.ui-menu.ui-megamenu .ui-menu-child .ui-menu-list {
width: 12.5em;
}
.ui-megamenu-vertical {
width: 12.5em;
}
.ui-megamenu-vertical .ui-menu-parent {
clear: both;
width: 100%;
}
.ui-megamenu-vertical .ui-submenu-link.ui-menuitem-link {
width: 92%;
}
.ui-megamenu .ui-widget-header span {
display: block;
float: left;
font-size: 1em;
margin: 0 auto;
padding: 0.4em 0.3em;
}
/** Breadcrumb **/
.ui-breadcrumb {
margin: 0;
padding: 0;
overflow: hidden;
padding: 5px 5px 7px 5px;
}
.ui-breadcrumb ul {
margin: 0;
padding: 0;
display: block;
}
.ui-breadcrumb ul li {
display: block;
float: left;
position: relative;
overflow: hidden;
}
.ui-breadcrumb ul li span {
display: block;
overflow: hidden;
}
.ui-breadcrumb ul li .ui-menuitem-link {
display: block;
position: relative;
overflow: hidden;
float: left;
*cursor: pointer;
margin-top:3px;
}
.ui-breadcrumb ul li a.ui-icon-home {
padding: 0;
margin-top: 1px;
overflow: hidden;
}
.ui-breadcrumb-chevron{
float:left;
margin-top:2px;
}
.ui-breadcrumb .ui-breadcrumb-options {
float: right;
}
/** SlideMenu **/
.ui-slidemenu .ui-slidemenu-wrapper {
position: relative;
}
.ui-slidemenu .ui-slidemenu-content {
overflow-x: hidden;
overflow-y: auto;
position: relative;
}
.ui-slidemenu .ui-menu-list {
position: absolute;
top: 0;
}
.ui-slidemenu .ui-menu-parent {
position: static;
}
.ui-slidemenu .ui-menu-child {
box-shadow : none;
border: 0 none;
background: none repeat scroll 0 0 transparent;
}
.ui-slidemenu-backward {
position: absolute;
bottom: 0;
width: 95%;
margin-bottom: 0.4em;
padding: 0.2em;
cursor: pointer;
display: none;
}
.ui-slidemenu-backward .ui-icon {
float:left;
}
/** SplitButtonMenu **/
.ui-splitbuttonmenu {
width: auto;
}
/** PanelMenu **/
.ui-panelmenu {
width: auto;
}
.ui-panelmenu .ui-panelmenu-panel {
padding: 0;
margin: 0;
}
.ui-panelmenu .ui-panelmenu-header {
cursor: pointer;
position: relative;
margin: 0;
zoom: 1;
}
.ui-panelmenu .ui-panelmenu-header a {
display: block;
padding: .5em .5em .5em 2.2em;
}
.ui-panelmenu .ui-panelmenu-header .ui-icon {
position: absolute;
left: .5em;
top: 50%;
margin-top: -8px;
}
.ui-panelmenu .ui-panelmenu-content {
padding: 0.2em 0;
border-top: 0;
margin-top: -2px;
position: relative;
top: 1px;
overflow: auto;
zoom: 1;
outline: none;
}
.ui-panelmenu .ui-panelmenu-header.ui-state-disabled,
.ui-panelmenu .ui-panelmenu-header.ui-state-disabled a {
cursor: default;
}
.ui-panelmenu .ui-menu-list {
position: static;
}
.ui-panelmenu .ui-menuitem {
margin:1px 0;
padding:0;
}
.ui-panelmenu .ui-menuitem-link {
display:block;
outline:none;
text-decoration:none;
font-weight:400;
border:solid 1px transparent;
line-height:16px;
cursor: pointer;
position: relative;
padding: 0.3em 0.3em 0.3em 2em;
}
.ui-panelmenu .ui-menu-parent .ui-menuitem-link-hasicon {
padding-left: 2.8em;
}
.ui-panelmenu .ui-icon {
position: absolute;
right: auto;
top: 0;
bottom: 0;
margin: auto 0;
left: 0.5em;
}
.ui-panelmenu .ui-menu-parent > .ui-menuitem-link > .ui-icon {
left: 1.5em;
}
.ui-panelmenu .ui-menu-parent .ui-panelmenu-icon.ui-icon {
left: 0.5em;
}
.ui-panelmenu .ui-menuitem-text {
float: none;
}
.ui-panelmenu .ui-menu-parent .ui-menu-list {
margin-left: 20px;
}
.ui-menuitem-outline {
outline: 1px dotted;
z-index: 1;
}
/** TabMenu **/
.ui-tabmenu {
position: relative;
zoom: 1;
}
.ui-tabmenu .ui-tabmenu-nav {
margin: 0;
padding: .2em .2em 0;
}
.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem {
list-style: none;
float: left;
position: relative;
margin: 0 .2em 1px 0;
padding: 0;
white-space: nowrap;
display: block;
border-bottom: 0;
top: 1px;
}
.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem a {
float: left;
padding: 0.5em 1em;
text-decoration: none;
}
.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem-hasicon a {
padding: 0.5em 1em 0.5em 0.2em;
}
.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem .ui-icon {
float: left;
cursor: pointer;
}
/** Steps **/
.ui-steps ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.ui-steps .ui-steps-item {
float: left;
box-sizing: border-box;
}
.ui-steps .ui-steps-item .ui-menuitem-link {
text-decoration: none;
display: block;
padding: 1em;
position: relative;
text-align: center;
}
.ui-steps .ui-steps-item.ui-state-highlight .ui-menuitem-link,
.ui-steps .ui-steps-item.ui-state-disabled .ui-menuitem-link {
cursor: default;
}
.ui-steps .ui-steps-number {
font-size: 200%;
display: block;
}
.ui-steps .ui-steps-title {
display: block;
white-space: nowrap;
}
/* Responsive */
@media (max-width: 640px) {
.ui-steps .ui-steps-item .ui-menuitem-link {
padding: 0.5em;
}
.ui-steps .ui-steps-item .ui-steps-title {
display: none;
}
}
/** Fluid **/
.ui-fluid .ui-menu {
width: 100%;
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
}
.ui-messages-info, .ui-messages-warn, .ui-messages-error, .ui-messages-fatal {
border: 1px solid;
margin: 10px 0px;
padding:10px 10px 10px 10px;
}
.ui-message-info, .ui-message-error, .ui-message-warn, .ui-message-fatal {
border: 1px solid;;
margin: 0px 5px;
padding:2px 5px;
}
.ui-messages-info-icon, .ui-messages-warn-icon, .ui-messages-error-icon, .ui-messages-fatal-icon,
.ui-message-info-icon, .ui-message-warn-icon, .ui-message-error-icon, .ui-message-fatal-icon {
background: url("/serenity/javax.faces.resource/messages/messages.png.xhtml?ln=primefaces&v=6.2") no-repeat;
display:block;
float:left;
margin:0;
padding:0;
position: relative;
}
.ui-messages-info-icon, .ui-messages-warn-icon, .ui-messages-error-icon, .ui-messages-fatal-icon {
height:24px;
width:24px;
margin-top:-4px;
}
.ui-message-info-icon, .ui-message-warn-icon, .ui-message-error-icon, .ui-message-fatal-icon {
height:16px;
width:16px;
}
.ui-messages-info-summary, .ui-messages-warn-summary, .ui-messages-error-summary, .ui-messages-fatal-summary,
.ui-message-info-summary, .ui-message-warn-summary, .ui-message-error-summary, .ui-message-fatal-summary {
margin-left:10px;
font-weight:bold;
}
.ui-messages-info-detail, .ui-messages-warn-detail, .ui-messages-error-detail, .ui-messages-fatal-detail,
.ui-message-info-detail, .ui-message-warn-detail, .ui-message-error-detail, .ui-message-fatal-detail {
margin-left:5px;
}
.ui-messages-info, .ui-message-info {
color: #3a87ad;
background-color: #d9edf7;
border-color: #bce8f1;
}
.ui-messages-warn, .ui-message-warn {
color: #c09853;
background-color: #fcf8e3;
border-color: #fbeed5;
}
.ui-messages-error, .ui-message-error {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
.ui-messages-fatal, .ui-message-fatal {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
.ui-messages ul {
margin: 0 25px;
padding:0;
list-style-type:none;
}
.ui-messages.ui-messages-noicon ul {
margin: 0 25px 0 0;
}
.ui-message-icon-only {
width:16px;
height:16px
}
.ui-messages-info-icon {background-position: 0px -316px;}
.ui-messages-warn-icon {background-position: 0px -448px;}
.ui-messages-error-icon {background-position: 0px -52px;}
.ui-messages-fatal-icon {background-position: 0px -184px;}
.ui-message-info-icon {background-position: 0px -360px;}
.ui-message-warn-icon {background-position: 0px -492px;}
.ui-message-error-icon {background-position: 0px -96px;}
.ui-message-fatal-icon {background-position: 0px -228px;}
.ui-messages .ui-messages-close {
float:right;
cursor: pointer;
}
.ui-notificationbar {
position:fixed;
width:100%;
height:100px;
display:none;
padding:10px;
}
.ui-notificationbar-close {
position:absolute;
right:3em;
top:1em;
cursor:pointer;
}
.ui-orderlist {
display: table;
}
.ui-orderlist .ui-orderlist-caption {
width: 180px;
}
.ui-orderlist .ui-orderlist-list {
list-style-type: none;
margin: 0;
padding: 0;
overflow:auto;
height:200px;
width:200px;
}
.ui-orderlist .ui-orderlist-list li {
margin: 1px;
padding: 2px;
}
.ui-orderlist .ui-button {
display:block;
margin-bottom:0.3em;
}
.ui-orderlist .ui-orderlist-button.ui-button-text-icon-primary {
width:100%;
}
.ui-orderlist .ui-orderlist-item {
cursor:pointer;
border:0px none;
font-weight: inherit;
}
.ui-orderlist .ui-orderlist-caption {
text-align: center;
padding:4px 0px;
border-bottom:0px none;
}
.ui-orderlist table {
width:100%;
border-collapse:collapse;
}
.ui-orderlist.ui-state-disabled .ui-orderlist-item,
.ui-orderlist.ui-state-disabled .ui-button {
cursor: default;
}
.ui-orderlist.ui-state-disabled .ui-orderlist-list {
overflow:hidden;
}
/* Responsive */
.ui-orderlist.ui-grid-responsive {
display: block;
width: 100%;
}
.ui-orderlist.ui-grid-responsive .ui-orderlist-list,
.ui-orderlist.ui-grid-responsive .ui-orderlist-caption {
width: 100%;
}
.ui-orderlist.ui-grid-responsive .ui-orderlist-controls .ui-button {
width: 100%;
}
@media (max-width: 640px) {
.ui-orderlist.ui-grid-responsive .ui-orderlist-controls {
text-align: center;
padding: 0px;
}
.ui-orderlist.ui-grid-responsive .ui-orderlist-controls .ui-button {
display: inline;
width: 20%;
}
}
.ui-outputpanel-loading {
background: url("/serenity/javax.faces.resource/outputpanel/images/loading.gif.xhtml?ln=primefaces&v=6.2") center center no-repeat;
width: 32px;
height: 32px;
}
.ui-overlaypanel {
padding: 0;
margin: 0;
position: absolute;
}
.ui-overlaypanel-content {
padding: 0.5em 1em;
}
.ui-overlaypanel-close {
position: absolute;
top: -10px;
right: -10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.ui-overlaypanel-mask {
position: fixed;
width: 100%;
height: 100%;
}
.ui-panel {
padding: 0.2em;
}
.ui-panel .ui-panel-titlebar {
padding: 0.5em 1em 0.3em;
}
.ui-panel .ui-panel-title {
margin: 0.1em 16px 0.2em 0;
}
.ui-panel .ui-panel-titlebar-icon {
float: right;
cursor: pointer;
}
.ui-panel .ui-panel-titlebar-icon,
.ui-panel .ui-panel-titlebar-icon:hover,
.ui-panel .ui-panel-titlebar-icon:focus {
margin-left:0.2em;
margin-top:-0.2em;
*margin:-1.5em 0em 0em 0.2em;
}
.ui-panel .ui-panel-content {
border: 0;
background: none;
padding: 0.5em 1em;
}
.ui-panel .ui-panel-footer {
border-width:1px 0 0;
margin:0.5em 0 0;
padding:0.5em 1em;
text-align:left;
}
.ui-panel-collapsed-h .ui-panel-titlebar-icon,
.ui-panel-collapsed-h .ui-panel-titlebar-icon:hover,
.ui-panel-collapsed-h .ui-panel-titlebar-icon:focus {
*margin:-0.2em 0em 0em 0.1em;
}
.ui-panel.ui-panel-collapsed-h {
width: 42px;
}
.ui-panel.ui-panel-collapsed-h .ui-panel-title {
display:none;
}
.ui-panel .ui-panel-actions {
float: right;
}
.ui-panelgrid {
border-collapse: collapse;
}
.ui-panelgrid .ui-panelgrid-header {
text-align: center;
padding: 4px 10px;
}
.ui-panelgrid .ui-panelgrid-footer {
text-align: left;
padding: 2px 5px;
}
.ui-panelgrid .ui-panelgrid-cell {
border-width: 1px;
border-style: solid;
border-color: inherit;
padding: 4px 10px;
}
.ui-panelgrid.ui-noborder .ui-panelgrid-cell {
border: 0px none;
}
.ui-panelgrid.ui-noborder .ui-widget-content,
.ui-panelgrid.ui-noborder .ui-widget-header {
border: 0px none;
}
.ui-panelgrid.ui-panelgrid-blank .ui-panelgrid-content.ui-widget-content,
.ui-panelgrid.ui-panelgrid-blank .ui-panelgrid-header.ui-widget-header,
.ui-panelgrid.ui-panelgrid-blank .ui-panelgrid-footer.ui-widget-header,
.ui-panelgrid.ui-panelgrid-blank .ui-panelgrid-header > tr.ui-widget-header,
.ui-panelgrid.ui-panelgrid-blank tbody > tr.ui-widget-content,
.ui-panelgrid.ui-panelgrid-blank tbody > tr.ui-widget-content > td.ui-panelgrid-cell,
.ui-panelgrid.ui-panelgrid-blank .ui-panelgrid-footer > tr.ui-widget-footer {
background: none;
border: 0 none;
}
/* Grid CSS */
.ui-panelgrid .ui-grid-responsive .ui-panelgrid-cell {
border: 0 none;
}
/* Responsive */
@media (max-width: 640px) {
.ui-panelgrid .ui-grid-responsive .ui-grid-row {
border-top: 1px solid #BCC7CF;
}
.ui-panelgrid .ui-grid-responsive .ui-grid-row:first-child {
border-top: 0 none;
}
.ui-panelgrid.ui-noborder .ui-grid-responsive .ui-grid-row {
border: 0 none;
}
}
.ui-paginator {
margin:0px;
text-align: center;
padding:2px;
}
.ui-paginator.ui-paginator-top {
border-bottom:0px none;
}
.ui-paginator.ui-paginator-bottom {
border-top:0px none;
}
.ui-paginator.ui-paginator-top .ui-paginator-top-left-content {
float: left;
}
.ui-paginator.ui-paginator-top .ui-paginator-top-right-content {
float: right;
}
.ui-paginator.ui-paginator-bottom .ui-paginator-bottom-left-content {
float: left;
}
.ui-paginator.ui-paginator-bottom .ui-paginator-bottom-right-content {
float: right;
}
.ui-paginator .ui-paginator-page,
.ui-paginator .ui-paginator-pages,
.ui-paginator .ui-paginator-next,
.ui-paginator .ui-paginator-last,
.ui-paginator .ui-paginator-first,
.ui-paginator .ui-paginator-prev,
.ui-paginator .ui-paginator-current {
display: inline-block;
padding: 2px 6px;
zoom: 1;
margin-left: 1px;
margin-right: 1px;
text-decoration: none;
outline: none;
}
.ui-paginator .ui-paginator-page,
.ui-paginator .ui-paginator-next,
.ui-paginator .ui-paginator-last,
.ui-paginator .ui-paginator-first,
.ui-paginator .ui-paginator-prev{
cursor: pointer;
}
.ui-paginator .ui-paginator-current,
.ui-paginator .ui-paginator-rpp-options {
margin-left: 1em;
margin-right: 1em;
background-image: none;
}
.ui-paginator .ui-paginator-next .ui-icon,
.ui-paginator .ui-paginator-prev .ui-icon,
.ui-paginator .ui-paginator-first .ui-icon,
.ui-paginator .ui-paginator-last .ui-icon {
height: auto;
overflow: inherit;
}
.ui-paginator .ui-paginator-jtp-select option,
.ui-paginator .ui-paginator-rpp-options option {
background-image: none;
border:0 none;
box-shadow:none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
/* Responsive */
@media (max-width: 640px) {
.ui-paginator .ui-paginator-pages {
display: none;
}
}
.ui-picklist > div {
float: left;
}
.ui-picklist .ui-picklist-buttons {
height: 200px;
padding: 0px 5px;
}
.ui-picklist .ui-picklist-list {
list-style-type: none;
margin: 0;
padding: 0;
overflow:auto;
height:200px;
width:200px;
}
.ui-picklist .ui-picklist-list li {
margin: 1px;
padding: 2px;
}
.ui-picklist .ui-button {
display:block;
margin-bottom:0.3em;
}
.ui-picklist .ui-button-text-icon-left {
width: 100%;
}
.ui-picklist .ui-picklist-item {
cursor:pointer;
border:0px none;
font-weight: inherit;
}
.ui-picklist .ui-picklist-caption {
text-align: center;
padding: 4px 0px;
border-bottom:0px none;
}
.ui-picklist table {
width:100%;
border-collapse:collapse;
}
.ui-picklist .ui-picklist-filter {
padding-right: 15px;
width: 100%;
box-sizing: border-box;
}
.ui-picklist .ui-picklist-filter-container {
position: relative;
margin: 0;
padding: 0;
}
.ui-picklist .ui-picklist-filter-container .ui-icon {
position: absolute;
top: 5px;
right: 2px;
}
.ui-picklist {
display: table;
}
.ui-picklist > div {
float: none;
display: table-cell;
vertical-align: top;
}
.ui-picklist .ui-picklist-buttons {
vertical-align: middle;
}
/* Vertical */
.ui-picklist.ui-picklist-vertical {
display: table;
}
.ui-picklist.ui-picklist-vertical > div {
float: none;
display: table-row;
vertical-align: top;
}
.ui-picklist.ui-picklist-vertical .ui-picklist-buttons {
text-align:center;
height: auto;
}
.ui-picklist.ui-picklist-vertical .ui-picklist-buttons .ui-button {
display: inline-block;
}
.ui-picklist.ui-picklist-vertical .ui-button {
margin-top: 0.3em;
}
.ui-picklist-outline {
outline: 1px dotted black;
z-index: 1;
}
.ui-picklist-list.ui-picklist-source,
.ui-picklist-list.ui-picklist-target {
outline: none;
}
/* Responsive */
.ui-picklist.ui-picklist-responsive * {
box-sizing: border-box;
}
.ui-picklist.ui-picklist-responsive {
width: 100%;
}
.ui-picklist.ui-picklist-responsive .ui-picklist-list-wrapper {
width: 35%;
}
.ui-picklist.ui-picklist-responsive .ui-picklist-list-wrapper:nth-child(1),
.ui-picklist.ui-picklist-responsive .ui-picklist-list-wrapper:nth-last-child(2) {
width: 45%;
}
.ui-picklist.ui-picklist-responsive .ui-picklist-buttons {
width: 10%;
}
.ui-picklist.ui-picklist-responsive .ui-picklist-buttons button {
width: 100%;
}
.ui-picklist.ui-picklist-responsive .ui-picklist-list {
width: auto;
}
.ui-picklist.ui-picklist-responsive .ui-chkbox-box {
width: 18px;
height: 18px;
}
/* Responsive */
@media (max-width: 640px) {
.ui-picklist.ui-picklist-responsive {
display: block;
}
.ui-picklist.ui-picklist-responsive > div {
display: block;
width: 100% !important;
}
.ui-picklist.ui-picklist-responsive .ui-picklist-buttons {
text-align: center;
height: auto;
padding: 5px 0px;
}
.ui-picklist.ui-picklist-responsive .ui-picklist-buttons button {
display: inline;
width: 20%;
}
.ui-picklist.ui-picklist-responsive .ui-picklist-source-controls.ui-picklist-buttons {
padding-bottom: 5px;
}
.ui-picklist.ui-picklist-responsive .ui-picklist-target-controls.ui-picklist-buttons {
padding-top: 5px;
}
.ui-picklist.ui-picklist-responsive .ui-picklist-buttons .ui-icon-arrow-1-e {
background-position: -64px -32px
}
.ui-picklist.ui-picklist-responsive .ui-picklist-buttons .ui-icon-arrowstop-1-e {
background-position: -224px -32px;
}
.ui-picklist.ui-picklist-responsive .ui-picklist-buttons .ui-icon-arrow-1-w {
background-position: 0 -32px;
}
.ui-picklist.ui-picklist-responsive .ui-picklist-buttons .ui-icon-arrowstop-1-w {
background-position: -192px -32px;
}
}
.ui-progressbar {
height: 1.2em;
text-align: left;
position: relative;
}
.ui-progressbar-determinate .ui-progressbar-value {
margin: -1px;
height: 100%;
width: 0%;
position: absolute;
display: none;
}
.ui-progressbar-determinate .ui-progressbar-label {
text-align: center;
height: 100%;
width: 100%;
position: absolute;
display: none;
font-weight: bold;
}
.ui-progressbar-indeterminate {
height: .5em;
overflow: hidden;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
border: 0 none;
}
.ui-progressbar-indeterminate .ui-progressbar-value::before {
content: '';
position: absolute;
background-color: inherit;
top: 0;
left: 0;
bottom: 0;
will-change: left, right;
-webkit-animation: ui-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
animation: ui-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.ui-progressbar-indeterminate .ui-progressbar-value::after {
content: '';
position: absolute;
background-color: inherit;
top: 0;
left: 0;
bottom: 0;
will-change: left, right;
-webkit-animation: ui-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
animation: ui-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
-webkit-animation-delay: 1.15s;
animation-delay: 1.15s;
}
@-webkit-keyframes ui-progressbar-indeterminate-anim {
0% {
left: -35%;
right: 100%; }
60% {
left: 100%;
right: -90%; }
100% {
left: 100%;
right: -90%; }
}
@keyframes ui-progressbar-indeterminate-anim {
0% {
left: -35%;
right: 100%; }
60% {
left: 100%;
right: -90%; }
100% {
left: 100%;
right: -90%; }
}
@-webkit-keyframes ui-progressbar-indeterminate-anim-short {
0% {
left: -200%;
right: 100%; }
60% {
left: 107%;
right: -8%; }
100% {
left: 107%;
right: -8%; }
}
@keyframes ui-progressbar-indeterminate-anim-short {
0% {
left: -200%;
right: 100%; }
60% {
left: 107%;
right: -8%; }
100% {
left: 107%;
right: -8%; }
}
.ui-rating-star,
.ui-rating-cancel {
display: inline-block;
overflow: hidden;
text-indent: -999em;
cursor: pointer;
}
.ui-rating-star a,
.ui-rating-cancel a {
width: 16px;
height: 15px;
display: block;
background: url("/serenity/javax.faces.resource/rating/rating.png.xhtml?ln=primefaces&v=6.2") no-repeat 0 0;
}
.ui-rating-star a {
background-position: 0 -32px;
}
.ui-rating-star-on a {
background-position: 0 -48px;
}
.ui-rating-star-hover a {
background-position: 0 -64px;
}
.ui-rating-cancel-hover a {
background-position: 0 -16px;
}
.ui-rating.ui-state-disabled .ui-rating-star,
.ui-rating.ui-state-disabled .ui-rating-cancel {
cursor: default;
}
.ui-spinner {
display: inline-block;
overflow: visible;
padding: 0;
position: relative;
vertical-align: middle;
}
.ui-spinner-input {
vertical-align: middle;
text-align: right;
padding-right: 20px;
}
.ui-spinner-button {
cursor: default;
display: block;
font-size: 0.5em;
height: 50%;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
right: 0;
text-align: center;
vertical-align: middle;
width: 16px;
z-index: 100;
}
.ui-spinner .ui-icon {
left: 0;
margin-top: -8px;
position: absolute;
top: 50%;
}
.ui-spinner-up {
top: 0;
}
.ui-spinner-down {
bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
background-position: -65px -16px;
}
.ui-spinner .ui-icon-triangle-1-n {
margin-top: -9px;
}
.ui-spinner-input::-ms-clear {
display: none;
}
.ui-tabs {
position: relative;
padding: .2em;
zoom: 1;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
margin: 0;
}
.ui-tabs .ui-tabs-nav li {
list-style: none;
position: relative;
margin: 0 .2em 1px 0;
padding: 0;
white-space: nowrap;
display: inline-block;
vertical-align: top;
float: none;
}
.ui-tabs .ui-tabs-nav li a {
float: left;
padding: .5em 1em;
text-decoration: none;
outline: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
border-width: 0;
padding: 1em 1.4em;
background: none;
}
.ui-tabs .ui-tabs-nav li > .ui-icon {
float: left;
margin: 0.4em 0.2em 0 0;
cursor: pointer;
}
/* per orientation settings */
/* top and bottom */
.ui-tabs.ui-tabs-top > .ui-tabs-nav li {
border-bottom: 0;
top: 1px;
}
.ui-tabs.ui-tabs-top > .ui-tabs-nav {
padding: .2em .2em 0;
}
.ui-tabs.ui-tabs-bottom > .ui-tabs-nav {
padding: 0 .2em .2em;
}
.ui-tabs.ui-tabs-bottom > .ui-tabs-nav li {
border-top: 0;
}
/* left and right*/
.ui-tabs-left:after,
.ui-tabs-right:after {
clear:both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.ui-tabs-left > .ui-tabs-nav {
float:left;
width:23%;
height:300px;
background-image: none;
padding-top:1px;
}
.ui-tabs-left > .ui-tabs-panels {
float:right;
width:75%;
}
.ui-tabs.ui-tabs-left > .ui-tabs-nav li,
.ui-tabs.ui-tabs-right > .ui-tabs-nav li{
display: block;
white-space: normal;
width: 98%;
}
.ui-tabs.ui-tabs-left > .ui-tabs-nav li a,
.ui-tabs.ui-tabs-right > .ui-tabs-nav li a {
width: 90%;
}
.ui-tabs.ui-tabs-left > .ui-tabs-nav li {
float: right;
}
.ui-tabs.ui-tabs-right > .ui-tabs-nav li {
float: left;
}
.ui-tabs.ui-tabs-left > .ui-tabs-nav li {
margin:0 0 1px 0.2em;
border-right:0 none;
}
.ui-tabs.ui-tabs-right > .ui-tabs-nav {
float:right;
width:23%;
height:300px;
background-image: none;
padding-top:1px;
}
.ui-tabs.ui-tabs-right > .ui-tabs-panels {
float:left;
width:75%;
}
.ui-tabs.ui-tabs-right > .ui-tabs-nav li {
margin:0 0.2em 1px 0;
border-left:0 none;
}
.ui-tabs.ui-tabs-left .ui-tabs-actions, .ui-tabs.ui-tabs-right .ui-tabs-actions {
position: absolute;
bottom: 0;
padding: .2em; /** .ui-tabs padding **/
}
/** RTL **/
.ui-tabs-rtl {
direction: rtl;
}
/** Scroll **/
.ui-tabs-scrollable .ui-tabs-nav {
width:5000px;
}
.ui-tabs .ui-tabs-navscroller {
overflow: hidden;
}
.ui-tabs-scrollable .ui-tabs-nav li {
margin: 0 .2em -1px 0;
}
.ui-tabs .ui-tabs-navscroller-btn {
position: absolute;
height: 28px;
z-index: 100;
cursor: pointer;
display: none;
}
.ui-tabs .ui-tabs-navscroller-btn-left {
left: 0.2em;
}
.ui-tabs .ui-tabs-navscroller-btn-right {
right: 0.2em;
}
.ui-tabs .ui-tabs-navscroller-btn-left .ui-icon,
.ui-tabs .ui-tabs-navscroller-btn-right .ui-icon {
margin-top: 5px;
}
.ui-tabs-outline {
outline: dotted thin;
z-index: 1;
}
.ui-tabs li.ui-tabs-actions {
float: right;
}
.ui-tabs.ui-tabs-rtl li.ui-tabs-actions {
float: left;
}
.ui-tabs li.ui-tabs-actions[aria-hidden='true'] {
display: none;
}
.ui-tagcloud {
width:250px;
}
.ui-tagcloud ul {
margin:1em;
padding:0.1em;
text-align:center;
}
.ui-tagcloud li {
margin:0;
padding:0;
list-style:none;
display:inline-block;
}
.ui-tagcloud li a {
text-decoration:none;
padding:0 5px;
}
.ui-tagcloud-strength-1{
font-size:100%;
}
.ui-tagcloud-strength-2{
font-size:120%;
}
.ui-tagcloud-strength-3{
font-size:140%;
}
.ui-tagcloud-strength-4{
font-size:160%;
}
.ui-tagcloud-strength-5{
font-size:180%;
}
.ui-tagcloud li a.ui-state-hover {
border: 0px none;
font-weight: inherit;
}
.ui-toolbar {padding:0.2em;}
.ui-toolbar .ui-separator {display: inline-block;vertical-align: middle;}
.ui-toolbar-group-left {float:left;}
.ui-toolbar-group-right {float:right;}
.ui-tooltip {
position:absolute;
display:none;
pointer-events: none;
}
.ui-tooltip.ui-tooltip-right,
.ui-tooltip.ui-tooltip-left {
padding: 0 5px;
}
.ui-tooltip.ui-tooltip-top,
.ui-tooltip.ui-tooltip-bottom {
padding: 5px 0px;
}
.ui-tooltip .ui-tooltip-text {
padding: 3px 10px;
background-color: rgb(76, 76, 76);
background-image: none;
color: #ffffff;
}
.ui-tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.ui-tooltip-right .ui-tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: rgb(76, 76, 76);
}
.ui-tooltip-left .ui-tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: rgb(76, 76, 76);
}
.ui-tooltip.ui-tooltip-top {
padding: 5px 0;
}
.ui-tooltip-top .ui-tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: rgb(76, 76, 76);
}
.ui-tooltip-bottom .ui-tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: rgb(76, 76, 76);
}
.ui-tree {
width: 300px;
position: relative;
}
.ui-tree .ui-tree-container {
margin: 0;
padding: 3px;
white-space: nowrap;
overflow: auto;
}
.ui-tree .ui-treenode-children {
margin: 0;
padding: 0 0 0 16px;
}
.ui-tree .ui-treenode {
background-attachment: scroll;
background-color: transparent;
background-image: none;
background-position: 0 0;
background-repeat: repeat-y;
list-style: none outside none;
margin: 0;
padding: 1px 0 0;
}
.ui-tree .ui-tree-toggler {
cursor: pointer;
display: inline-block;
vertical-align: middle;
}
.ui-tree .ui-treenode-icon {
display: inline-block;
vertical-align: middle;
}
.ui-tree .ui-treenode-label {
display: inline-block;
vertical-align: middle;
padding: 0 3px;
}
.ui-tree .ui-tree-selectable .ui-treenode-label,
.ui-tree .ui-tree-selectable .ui-treenode-icon {
cursor: pointer;
}
.ui-tree .ui-treenode-label.ui-state-hover,
.ui-tree .ui-treenode-label.ui-state-highlight {
font-weight: normal;
border: 0 none;
}
.ui-tree .ui-treenode-leaf-icon {
width: 16px;
height: 16px;
display: inline-block;
}
.ui-tree .ui-chkbox-box {
cursor: pointer;
width: 15px;
height: 15px;
float: left;
}
.ui-tree .ui-chkbox {
display: inline-block;
zoom: 1;
}
/** Horizontal Tree **/
.ui-tree-horizontal {
width:auto;
padding:10px 0px;
overflow:auto;
}
.ui-tree.ui-tree-horizontal table,
.ui-tree.ui-tree-horizontal tr,
.ui-tree.ui-tree-horizontal td {
border-collapse: collapse;
margin:0;
padding:0;
vertical-align: middle;
}
.ui-tree.ui-tree-horizontal .ui-tree-toggler,
.ui-tree.ui-tree-horizontal .ui-treenode-icon {
vertical-align: bottom;
}
.ui-tree-horizontal .ui-treenode-content {
font-weight: normal;
}
.ui-tree-horizontal .ui-treenode-content.ui-tree-selectable {
cursor: pointer;
}
.ui-tree-horizontal .ui-treenode-parent .ui-treenode-content {
font-weight: normal;
white-space: nowrap;
}
.ui-tree-horizontal .ui-treenode-parent .ui-treenode-content {
padding: 0.4em 1em 0.4em 0.2em;
}
.ui-tree-horizontal .ui-treenode-leaf .ui-treenode-content {
padding: 0.4em 1em;
}
.ui-tree.ui-tree-horizontal .ui-treenode {
background: url("/serenity/javax.faces.resource/tree/images/line.gif.xhtml?ln=primefaces&v=6.2") repeat-x scroll center center transparent;
padding: 5px 40px;
}
.ui-tree.ui-tree-horizontal .ui-treenode.ui-treenode-leaf,
.ui-tree.ui-tree-horizontal .ui-treenode.ui-treenode-collapsed {
padding-right:0px;
}
.ui-tree.ui-tree-horizontal .ui-treenode-children {
padding:0;
margin:0;
}
.ui-tree.ui-tree-horizontal .ui-treenode-connector {
width: 1px;
}
.ui-tree.ui-tree-horizontal .ui-treenode-connector-table {
height: 100%;
width: 1px;
}
.ui-tree.ui-tree-horizontal .ui-treenode-connector-line {
background: url("/serenity/javax.faces.resource/tree/images/line.gif.xhtml?ln=primefaces&v=6.2") repeat-y scroll 0 0 transparent;
width: 1px;
}
.ui-tree.ui-tree-horizontal table {
height:0px;
}
.ui-tree.ui-tree-horizontal .ui-chkbox {
vertical-align: bottom;
margin-right: 3px;
}
.ui-tree.ui-state-disabled .ui-tree-toggler,
.ui-tree.ui-state-disabled .ui-tree-selectable .ui-treenode-label,
.ui-tree.ui-state-disabled .ui-tree-selectable .ui-treenode-icon,
.ui-tree.ui-state-disabled .ui-chkbox-box {
cursor: default;
}
/** RTL **/
.ui-tree.ui-tree-rtl {
direction: rtl;
}
.ui-tree.ui-tree-rtl .ui-treenode-children {
padding: 0 16px 0 0;
}
/** DragDrop **/
.ui-tree-droppoint {
list-style: none outside none;
height: 4px;
margin: 0;
padding: 0;
}
.ui-tree-droppoint.ui-state-hover {
border: 0 none;
}
.ui-treenode-content.ui-state-hover {
font-weight: inherit;
}
.ui-tree-draghelper.ui-state-highlight {
background: none transparent;
}
.ui-tree .ui-tree-scrollertop,
.ui-tree .ui-tree-scrollerbottom {
height: 10px;
width: 100%;
position: absolute;
}
.ui-tree .ui-tree-scrollertop {
top: 0;
}
.ui-tree .ui-tree-scrollerbottom {
bottom: 0;
}
.ui-tree .ui-treenode-content .ui-chkbox.ui-selection {
display: none;
}
.ui-tree .ui-treenode-content.ui-tree-selectable .ui-chkbox.ui-selection {
display: inline-block;
}
.ui-tree.ui-tree-checkbox-all .ui-treenode-content .ui-chkbox.ui-selection {
display: inline-block;
}
.ui-tree .ui-treenode-outline {
outline: 1px dotted;
}
/** Filter **/
.ui-tree-filter-container {
margin: 0.4em 0.5em 0.1em;
padding: 0;
position: relative;
}
.ui-tree-filter-container .ui-icon {
position: absolute;
right: 2px;
top: 5px;
}
.ui-tree-filter.ui-inputfield {
box-shadow: none;
padding-left: 2%;
padding-right: 12%;
width: 100%;
box-sizing: border-box;
}
/** Fluid **/
.ui-fluid .ui-tree {
width: 100%;
}
.ui-treetable table {
border-collapse:collapse;
width: 100%;
table-layout: fixed;
}
.ui-treetable .ui-treetable-header,
.ui-treetable .ui-treetable-footer {
text-align:center;
padding: 4px 10px;
}
.ui-treetable .ui-treetable-header {
border-bottom: 0px none;
}
.ui-treetable .ui-treetable-footer {
border-top: 0px none;
}
.ui-treetable th, .ui-treetable tfoot td {
text-align: center;
}
.ui-treetable thead th,
.ui-treetable tbody td,
.ui-treetable tfoot td {
padding: 4px 10px;
overflow: hidden;
white-space: nowrap;
border-width: 1px;
border-style: solid;
}
.ui-treetable tbody td {
border-color: inherit;
}
.ui-treetable .ui-treetable-toggler {
display: inline-block;
vertical-align: middle;
cursor: pointer;
margin-top: -5px;
}
.ui-treetable .ui-treetable-data tr.ui-state-highlight,
.ui-treetable .ui-treetable-data tr.ui-state-hover {
cursor: pointer;
}
.ui-treetable-scrollable-body {
overflow:auto;
}
.ui-treetable-scrollable-header,
.ui-treetable-scrollable-footer {
overflow: hidden;
border:0 none;
}
.ui-treetable-scrollable .ui-treetable-scrollable-theadclone tr th > * {
display: none;
}
.ui-treetable.ui-treetable-scrollable table {
table-layout: fixed;
}
.ui-treetable-scrollable .ui-treetable-scrollable-header,
.ui-treetable-scrollable .ui-treetable-scrollable-footer {
position: relative;
}
.ui-treetable .ui-treetable-data tr.ui-state-hover {
border-color: inherit;
font-weight: inherit;
}
/** Resizable Columns **/
.ui-treetable-resizable {
padding-bottom:1px; /*fix for webkit overlow*/
overflow:auto;
}
.ui-treetable.ui-treetable-resizable table {
table-layout: fixed;
}
.ui-treetable .ui-column-resizer {
width:8px;
height:20px;
padding:0px;
cursor:col-resize;
background-image: url("/serenity/javax.faces.resource/spacer/dot_clear.gif.xhtml?ln=primefaces&v=6.2");
margin: -4px -10px -4px 0px;
float: right;
}
.ui-treetable .ui-column-resizer-helper {
width: 1px;
position: absolute;
z-index: 10;
display: none;
}
.ui-treetable .ui-chkbox {
margin-right: 3px;
}
.ui-treetable .ui-treetable-indent {
width: 16px;
height: 16px;
float: left;
}
.ui-treetable-scrollable-body::-webkit-scrollbar {
-webkit-appearance: none;
width: 15px;
background-color: transparent;
}
.ui-treetable-scrollable-body::-webkit-scrollbar-thumb {
border-radius: 8px;
border: 1px solid white;
background-color: rgba(194,194,194,.5);
}
.ui-treetable .ui-sortable-column {
cursor: pointer;
}
.ui-treetable .ui-sortable-column-icon {
display: inline-block;
margin: -3px 0px -3px 2px;
}
.ui-treetable .ui-chkbox.ui-selection {
display: none;
}
.ui-treetable .ui-treetable-selectable-node .ui-chkbox.ui-selection {
display: inline-block;
}
.ui-treetable.ui-treetable-checkbox-all .ui-chkbox.ui-selection {
display: inline-block;
}
.ui-treetable-scrollable-theadclone {
height:0px;
}
.ui-treetable-scrollable-theadclone tr {
height:0px;
}
.ui-treetable-scrollable-theadclone th.ui-state-default {
height:0px;
border-bottom-width: 0px;
border-top-width: 0px;
padding-top: 0px;
padding-bottom: 0px;
outline: 0 none;
}
.ui-treetable-scrollable-theadclone th span {
display: block;
height: 0px;
}
/** Filter **/
.ui-treetable .ui-column-filter {
display: block;
box-sizing: border-box;
width: 100%;
margin:auto;
}
/** Reflow **/
.ui-treetable-reflow .ui-treetable-data td .ui-column-title {
display: none;
}
@media ( max-width: 640px ) {
.ui-treetable-reflow thead th,
.ui-treetable-reflow tfoot td {
display: none;
}
.ui-treetable-reflow .ui-treetable-data td {
text-align: left;
display: block;
border: 0px none;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
clear: left;
}
.ui-treetable-reflow .ui-treetable-data.ui-widget-content {
border: 0px none;
}
.ui-treetable-reflow .ui-treetable-data tr.ui-widget-content {
border-left: 0px none;
border-right: 0px none;
}
.ui-treetable-reflow .ui-treetable-data td .ui-column-title {
padding: .4em;
min-width: 30%;
display: inline-block;
margin: -.4em 1em -.4em -.4em;
}
}
/* InCell Editing */
.ui-treetable .ui-editable-column .ui-cell-editor {
display: inline-block;
vertical-align: middle;
}
.ui-treetable .ui-editable-column .ui-treetable-toggler {
margin-top: 0px;
}
.ui-treetable .ui-cell-editor-input {
display: none;
}
.ui-treetable .ui-row-editing .ui-cell-editor .ui-cell-editor-output {
display:none;
}
.ui-treetable .ui-row-editing .ui-cell-editor .ui-cell-editor-input {
display:block;
}
.ui-treetable .ui-row-editor span {
cursor: pointer;
float: left;
}
.ui-treetable .ui-row-editor .ui-icon-pencil {
display: inline-block;
}
.ui-treetable .ui-row-editing .ui-row-editor .ui-icon-pencil {
display: none;
}
.ui-treetable .ui-row-editor .ui-icon-check,
.ui-treetable .ui-row-editor .ui-icon-close {
display: none;
}
.ui-treetable .ui-row-editing .ui-row-editor .ui-icon-check,
.ui-treetable .ui-row-editing .ui-row-editor .ui-icon-close {
display: inline-block;
}
.ui-treetable .ui-treetable-data tr.ui-row-editing td.ui-editable-column,
.ui-treetable .ui-treetable-data td.ui-cell-editing {
padding:0;
margin:0;
}
.ui-treetable .ui-treetable-data tr.ui-row-editing td.ui-editable-column:first-child,
.ui-treetable .ui-treetable-data td.ui-cell-editing:first-child {
padding-left: 10px;
}
.ui-wizard {
margin:0;
padding:0;
}
.ui-wizard-content {
margin:3px 0;
}
.ui-wizard-navbar {
text-align: right;
}
.ui-wizard-nav-back,
.ui-wizard-nav-next {
cursor: pointer;
}
.ui-wizard-nav-back {
float:left;
}
.ui-wizard-nav-next {
float:right;
}
.ui-wizard-step-title {
font-size: 18px;
margin:0 3px 0 0;
padding:0.4em;
float:left;
}
.ui-chips {
box-shadow: none;
cursor: pointer;
display: inline-block;
position: relative;
width: auto;
}
.ui-chips-container {
padding: 0;
clear: left;
cursor: text;
list-style-type: none;
margin: 0;
min-height: 1px;
overflow: hidden;
width: 400px;
}
.ui-chips-token {
cursor: default;
display: inline-block;
vertical-align: middle;
overflow: hidden;
padding: 1px 3px;
white-space: nowrap;
position: relative;
margin: 2px;
}
.ui-chips-token .ui-chips-token-label {
display: block;
padding: 0em 2.1em 0em 0.5em;
}
.ui-chips-token .ui-chips-token-icon {
cursor: pointer;
margin-top: -9px;
position: absolute;
right: 0.2em;
top: 50%;
}
.ui-chips-input-token {
display: inline-block;
vertical-align: middle;
list-style-type: none;
margin: 1px;
padding: 0;
}
.ui-chips-input-token input {
background-color: transparent;
border: 0 none;
margin: 2px;
outline: medium none;
width: 140px;
}
.ui-fluid .ui-chips,
.ui-fluid .ui-chips .ui-chips-container {
width: 100%;
}
.ui-sidebar {
position: fixed;
padding: .5em 1em;
-webkit-transition: transform .3s;
transition: transform .3s;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ui-sidebar-left {
top: 0;
left: 0;
width: 20em;
height: 100%;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.ui-sidebar-right {
top: 0;
right: 0;
width: 20em;
height: 100%;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.ui-sidebar-top {
top: 0;
left: 0;
width: 100%;
height: 10em;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.ui-sidebar-bottom {
bottom: 0;
left: 0;
width: 100%;
height: 10em;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
.ui-sidebar-full {
width: 100%;
height: 100%;
left: 0;
-webkit-transition: transform 0s;
transition: transform 0s;
}
.ui-sidebar-left.ui-sidebar-active,
.ui-sidebar-right.ui-sidebar-active {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
.ui-sidebar-left.ui-sidebar-sm,
.ui-sidebar-right.ui-sidebar-sm {
width: 20em;
}
.ui-sidebar-left.ui-sidebar-md,
.ui-sidebar-right.ui-sidebar-md {
width: 40em;
}
.ui-sidebar-left.ui-sidebar-lg,
.ui-sidebar-right.ui-sidebar-lg {
width: 60em;
}
.ui-sidebar-top.ui-sidebar-active,
.ui-sidebar-bottom.ui-sidebar-active {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
.ui-sidebar-top.ui-sidebar-sm,
.ui-sidebar-bottom.ui-sidebar-sm {
height: 10em;
}
.ui-sidebar-top.ui-sidebar-md,
.ui-sidebar-bottom.ui-sidebar-md {
height: 20em;
}
.ui-sidebar-top.ui-sidebar-lg,
.ui-sidebar-bottom.ui-sidebar-lg {
height: 30em;
}
.ui-sidebar-mask {
position: fixed;
width: 100%;
height: 100%;
}
.ui-sidebar-close {
float: right;
padding: 1px;
}
.ui-sidebar-close:hover,
.ui-sidebar-close:focus {
padding: 0px;
}
@media screen and (max-width: 64em) {
.ui-sidebar-left.ui-sidebar-lg,
.ui-sidebar-left.ui-sidebar-md,
.ui-sidebar-right.ui-sidebar-lg,
.ui-sidebar-right.ui-sidebar-md {
width: 20em;
}
} | src/main/resources/css/style4.css | .ui-shadow {
-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
}
.ui-overlay-visible {
visibility: visible;
}
ui-overlay-visible * {
visibility: visible !important;
}
.ui-overlay-hidden {
visibility: hidden;
}
.ui-overlay-hidden * {
visibility: hidden !important;;
}
.ui-overflow-hidden {
overflow: hidden;
}
.ui-datepicker .ui-datepicker-current.ui-priority-secondary {
opacity: 1;
}
.ui-icon-blank {
background-position: 16px 16px;
}
/* Column Priorities */
@media only all {
th.ui-column-p-6,
td.ui-column-p-6,
th.ui-column-p-5,
td.ui-column-p-5,
th.ui-column-p-4,
td.ui-column-p-4,
th.ui-column-p-3,
td.ui-column-p-3,
th.ui-column-p-2,
td.ui-column-p-2,
th.ui-column-p-1,
td.ui-column-p-1 {
display: none;
}
}
/* Show priority 1 at 320px (20em x 16px) */
@media screen and (min-width: 20em) {
th.ui-column-p-1,
td.ui-column-p-1 {
display: table-cell;
}
}
/* Show priority 2 at 480px (30em x 16px) */
@media screen and (min-width: 30em) {
th.ui-column-p-2,
td.ui-column-p-2 {
display: table-cell;
}
}
/* Show priority 3 at 640px (40em x 16px) */
@media screen and (min-width: 40em) {
th.ui-column-p-3,
td.ui-column-p-3 {
display: table-cell;
}
}
/* Show priority 4 at 800px (50em x 16px) */
@media screen and (min-width: 50em) {
th.ui-column-p-4,
td.ui-column-p-4 {
display: table-cell;
}
}
/* Show priority 5 at 960px (60em x 16px) */
@media screen and (min-width: 60em) {
th.ui-column-p-5,
td.ui-column-p-5 {
display: table-cell;
}
}
/* Show priority 6 at 1,120px (70em x 16px) */
@media screen and (min-width: 70em) {
th.ui-column-p-6,
td.ui-column-p-6 {
display: table-cell;
}
}
/* FontAwesome */
.ui-widget .ui-icon.fa,
.ui-icon.fa {
background: none repeat scroll 0 0 transparent !important;
text-indent: 0px !important;
}
/*!
* jQuery UI CSS Framework 1.12.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/category/theming/
*/
.ui-draggable-handle {
-ms-touch-action: none;
touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter:Alpha(Opacity=0); /* support: IE8 */
}
.ui-front {
z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
cursor: default !important;
pointer-events: none;
}
/* Icons
----------------------------------*/
.ui-icon {
display: inline-block;
vertical-align: middle;
margin-top: -.25em;
position: relative;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
.ui-widget-icon-block {
left: 50%;
margin-left: -8px;
display: block;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
display: none;
}
.ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}
.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}
.ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0;
height: 100%;
}
.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}
.ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: -5px;
bottom: -5px;
}
.ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: -5px;
top: -5px;
}
.ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
}
.ui-selectable {
-ms-touch-action: none;
touch-action: none;
}
.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted black;
}
.ui-sortable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-datepicker {
width: 17em;
padding: .2em .2em 0;
display: none;
}
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
left: 2px;
}
.ui-datepicker .ui-datepicker-next {
right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 45%;
}
.ui-datepicker table {
width: 100%;
font-size: .9em;
border-collapse: collapse;
margin: 0 0 .4em;
}
.ui-datepicker th {
padding: .7em .3em;
text-align: center;
font-weight: bold;
border: 0;
}
.ui-datepicker td {
border: 0;
padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
display: block;
padding: .2em;
text-align: right;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: .7em 0 0 0;
padding: 0 .2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: .5em .2em .4em;
cursor: pointer;
padding: .2em .6em .3em .6em;
width: auto;
overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
width: 95%;
margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
clear: left;
}
.ui-datepicker-row-break {
clear: both;
width: 100%;
font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
right: 2px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
left: 2px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
right: 1px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
left: 1px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
}
/* Icons */
.ui-datepicker .ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
left: .5em;
top: .3em;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}
.ui-slider-horizontal {
height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: .8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -.3em;
margin-left: 0;
margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }
.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }
/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }
/* PrimeFaces Extensions */
.ui-datepicker-trigger.ui-button-icon-only .ui-button-text {
padding: 0.3em;
}
.ui-icon {
display: block;
vertical-align: baseline;
margin-top: 0px;
}
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; min-height: 0; padding: .5em .5em .5em 2.2em;}
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; zoom: 1; }
.ui-accordion .ui-accordion-header.ui-state-disabled, .ui-accordion .ui-accordion-header.ui-state-disabled a { cursor: default; }
/** RTL **/
.ui-accordion.ui-accordion-rtl {
direction: rtl;
}
.ui-accordion.ui-accordion-rtl .ui-accordion-header .ui-icon {
right: 0.5m;
left: auto;
}
.ui-accordion.ui-accordion-rtl .ui-accordion-header a {
padding: 0.5em 2.2em 0.5em 0.5em;
}
.ui-tabs-outline {
outline: dotted thin;
z-index: 1;
}
.ui-autocomplete {
width: auto;
zoom: 1;
cursor: pointer;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
position: relative;
display: inline-block;
}
.ui-autocomplete-input.ui-autocomplete-dd-input {
padding-right: 2.4em;
}
.ui-autocomplete .ui-autocomplete-dropdown {
position: absolute;
height: 100%;
width: 2.4em;
right: -2px;
}
.ui-autocomplete-query{
font-weight: bold;
}
.ui-autocomplete-panel {
position: absolute;
overflow: auto;
}
.ui-autocomplete-panel .ui-autocomplete-item {
cursor: pointer;
}
.ui-autocomplete-panel .ui-autocomplete-list {
padding: 0.4em;
border: 0 none;
}
.ui-autocomplete-panel .ui-autocomplete-list-item {
border:0px none;
font-weight:normal;
margin:1px 0;
padding:3px 5px;
text-align:left;
}
.ui-autocomplete-panel .ui-autocomplete-table {
border-collapse:collapse;
width: 100%;
}
.ui-autocomplete-panel .ui-autocomplete-table th,
.ui-autocomplete-panel .ui-autocomplete-table td {
border-width: 1px;
border-style: solid;
border-color: inherit;
padding:4px 10px 4px 10px;
}
.ui-autocomplete .ui-button-icon-only .ui-button-text {
padding: 0.29em;
}
.ui-autocomplete-panel .ui-autocomplete-moretext {
font-size: 90%;
font-weight: bold;
}
.ui-autocomplete-list .ui-autocomplete-moretext {
margin: 1px 0;
padding: 3px 5px;
text-align: left;
border: 0 none;
}
/* Multiple Selection */
.ui-autocomplete-multiple-container {
clear: left;
cursor: text;
list-style-type: none;
margin: 0;
min-height: 1px;
overflow: hidden;
width: 400px;
}
.ui-autocomplete-dd-multiple-container {
float: left;
padding-right: 2.4em !important;
}
.ui-autocomplete-multiple-container.ui-inputfield {
padding:0;
}
.ui-autocomplete-token {
cursor: default;
float: left;
overflow: hidden;
padding: 1px 3px;
white-space: nowrap;
position: relative;
margin:2px;
}
.ui-autocomplete-token-label {
display: block;
padding: 0em 2.1em 0em 0.5em;
}
.ui-autocomplete-token-label-disabled {
display: block;
padding: 0em 0.5em 0em 0.5em;
}
.ui-autocomplete-token-icon {
margin-top: -9px;
position: absolute;
right: 0.2em;
top: 50%;
cursor: pointer;
}
.ui-autocomplete-input-token {
float: left;
list-style-type: none;
margin: 1px;
padding: 0;
}
.ui-autocomplete-input-token input {
border: 0 none;
width: 140px;
outline: medium none;
background-color: transparent;
margin:2px;
}
.ui-autocomplete-itemtip-content {
display:none;
}
.ui-autocomplete-itemtip {
position: absolute;
display: none;
padding: 0.4em;
}
.ui-autocomplete-emptyMessage {
padding:3px 5px;
}
.ui-autocomplete-panel .ui-autocomplete-group {
font-weight: bold;
cursor: default;
}
/* fluid */
.ui-fluid .ui-autocomplete-multiple-container {
width: 100%;
}
.ui-blockui {
position: absolute;
top: 0;
left: 0;
text-align: center;
width: 100%;
height: 100%;
}
.ui-blockui-content {
position: absolute;
text-align: center;
padding:1em;
}
.ui-carousel {
position: relative;
padding: 1px;
}
.ui-carousel .ui-carousel-viewport .ui-carousel-items {
list-style: none outside none;
margin: 0;
padding:0;
position: relative;
width: 32000px;
left: 0;
}
.ui-carousel .ui-carousel-viewport .ui-carousel-items .ui-carousel-item {
margin: 1px;
padding: 0;
float: left;
}
.ui-carousel .ui-carousel-viewport {
overflow: hidden;
position: relative;
border: 0;
}
.ui-carousel .ui-carousel-footer {
margin: 1px 1px 0px 1px;
padding-top: 9px;
padding-bottom: 6px;
padding-right: 10px;
padding-left: 10px;
overflow: hidden;
}
.ui-carousel .ui-carousel-header {
margin: 0 1px;
overflow: hidden;
padding-top: 7px;
padding-bottom: 8px;
padding-right: 10px;
padding-left: 10px;
}
.ui-carousel .ui-carousel-header .ui-carousel-header-title {
display: inline-block;
width: 30%;
padding-top: 2px;
overflow: hidden;
}
.ui-carousel .ui-carousel-dropdown,
.ui-carousel .ui-carousel-mobiledropdown {
float: right;
margin: 0px 10px;
background-image: none;
}
.ui-carousel .ui-carousel-dropdown option,
.ui-carousel .ui-carousel-mobiledropdown option{
background-image: none;
border:0 none;
box-shadow:none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
.ui-carousel .ui-carousel-button {
float: right;
margin: 2px;
}
.ui-carousel .ui-carousel-page-link {
float: left;
margin: 0 2px;
}
.ui-carousel .ui-carousel-page-link,
.ui-carousel .ui-carousel-button {
cursor: pointer;
}
.ui-carousel .ui-carousel-page-links {
margin: 0px 9px;
margin-top: 1px;
display: inline-table;
float: right;
}
.ui-carousel .ui-carousel-mobiledropdown {
display: none;
}
.ui-carousel .ui-carousel-titlebar-icon {
margin-left: 0.5em;
cursor: pointer;
float: right;
}
/* Vertical */
.ui-carousel .ui-carousel-vertical-viewport .ui-carousel-items li.ui-carousel-item {
float: none;
}
.ui-carousel .ui-carousel-vertical-viewport ul.ui-carousel-items {
width: auto;
}
.ui-columntoggler {
padding: 0;
position: absolute;
overflow: auto;
display: none;
}
.ui-columntoggler .ui-columntoggler-items {
border: 0 none;
padding: 0.4em;
margin: 0;
}
.ui-columntoggler .ui-columntoggler-item {
border:0px none;
cursor:pointer;
font-weight:normal;
margin:1px 0;
padding:3px 5px;
text-align:left;
white-space: nowrap;
display: block;
position: relative;
}
.ui-columntoggler .ui-columntoggler-item .ui-chkbox {
position: absolute;
top:50%;
margin-top:-8px;
}
.ui-columntoggler .ui-columntoggler-item label {
display: block;
padding-left: 2.2em;
}
.ui-columntoggler .ui-columntoggler-close {
float: right;
margin-top: 1px;
margin-right: 1px;
}
.ui-columntoggler .ui-columntoggler-close:focus {
outline: dotted thin;
}
.ui-columntoggler .ui-columntoggler-items {
padding:1em 0.4em 0.4em 0.4em;
}
/* Column Priorities */
@media only all {
.ui-columntoggler .ui-columntoggler-item.ui-column-p-1,
.ui-columntoggler .ui-columntoggler-item.ui-column-p-2,
.ui-columntoggler .ui-columntoggler-item.ui-column-p-3,
.ui-columntoggler .ui-columntoggler-item.ui-column-p-4,
.ui-columntoggler .ui-columntoggler-item.ui-column-p-5,
.ui-columntoggler .ui-columntoggler-item.ui-column-p-6 {
display: none;
}
th.ui-helper-hidden,
td.ui-helper-hidden {
display: none
}
}
/* Show priority 1 at 320px (20em x 16px) */
@media screen and (min-width: 20em) {
.ui-columntoggler .ui-columntoggler-item.ui-column-p-1 {
display: block;
}
}
/* Show priority 2 at 480px (30em x 16px) */
@media screen and (min-width: 30em) {
.ui-columntoggler .ui-columntoggler-item.ui-column-p-2 {
display: block;
}
}
/* Show priority 3 at 640px (40em x 16px) */
@media screen and (min-width: 40em) {
.ui-columntoggler .ui-columntoggler-item.ui-column-p-3 {
display: block;
}
}
/* Show priority 4 at 800px (50em x 16px) */
@media screen and (min-width: 50em) {
.ui-columntoggler .ui-columntoggler-item.ui-column-p-4 {
display: block;
}
}
/* Show priority 5 at 960px (60em x 16px) */
@media screen and (min-width: 60em) {
.ui-columntoggler .ui-columntoggler-item.ui-column-p-5 {
display: block;
}
}
/* Show priority 6 at 1,120px (70em x 16px) */
@media screen and (min-width: 70em) {
.ui-columntoggler .ui-columntoggler-item.ui-column-p-6 {
display: block;
}
}
.ui-dashboard-column {
float: left;
padding-bottom: 100px;
}
.ui-dashboard-column .ui-panel-titlebar {
cursor: move;
}
.ui-datalist .ui-datalist-header,
.ui-datalist .ui-datalist-footer {
text-align:center;
padding:4px 10px;
}
.ui-datalist .ui-datalist-header {
border-bottom: 0px none;
}
.ui-datalist .ui-datalist-footer {
border-top: 0px none;
}
.ui-datalist .ui-paginator-top {
border-bottom: 0px none;
}
.ui-datalist .ui-paginator-bottom {
border-top: 0px none;
}
.ui-datalist .ui-datalist-empty-message {
padding: 4px 10px;
}
.ui-datalist .ui-datalist-nobullets {
list-style-type: none;
}
.ui-datagrid .ui-paginator {
text-align: center;
}
.ui-datagrid-column {
padding: 3px;
}
.ui-datagrid-content-empty {
padding: 4px 10px;
}
.ui-datagrid .ui-datagrid-header,
.ui-datagrid .ui-datagrid-footer {
text-align:center;
padding:4px 10px;
}
.ui-datagrid .ui-datagrid-header {
border-bottom: 0px none;
}
.ui-datagrid .ui-datagrid-footer {
border-top: 0px none;
}
.ui-datagrid .ui-paginator-top {
border-bottom: 0px none;
}
.ui-datagrid .ui-paginator-bottom {
border-top: 0px none;
}
/** Table Layout **/
.ui-datagrid-data {
width: 100%;
}
.ui-datascroller {
}
.ui-datascroller .ui-datascroller-header {
text-align: center;
padding: 4px 10px;
border-bottom: 0px none;
}
.ui-datascroller .ui-datascroller-content {
padding:4px 10px;
}
.ui-datascroller-inline .ui-datascroller-content {
overflow: auto;
}
.ui-datascroller .ui-datascroller-list {
list-style-type: none;
margin: 0;
padding: 0;
}
.ui-datascroller .ui-datascroller-item {
border: 0 none;
}
.ui-datascroller .ui-datascroller-loader {
text-align: center;
padding: 4px 10px;
}
.ui-datascroller .ui-datascroller-loading {
background: url("/serenity/javax.faces.resource/datascroller/images/loading.gif.xhtml?ln=primefaces&v=6.2") center center no-repeat;
width: 220px;
height: 19px;
padding: 0;
margin: 0;
display: inline-block;
}
.ui-datatable table {
border-collapse:collapse;
width: 100%;
table-layout: fixed;
}
.ui-datatable-tablewrapper {
overflow: auto;
}
.ui-datatable .ui-datatable-header,
.ui-datatable .ui-datatable-footer {
text-align: center;
padding: 4px 10px;
}
.ui-datatable .ui-datatable-header {
border-bottom: 0px none;
}
.ui-datatable .ui-datatable-footer {
border-top: 0px none;
}
.ui-datatable thead th, .ui-datatable tfoot td {
text-align: center;
}
.ui-datatable thead th,
.ui-datatable tbody td,
.ui-datatable tfoot td,
.ui-datatable tfoot th{
padding: 4px 10px;
overflow: hidden;
border-width: 1px;
border-style: solid;
}
.ui-datatable tbody.ui-datatable-data {
outline: 0;
}
.ui-datatable tbody td {
border-color: inherit;
}
.ui-datatable .ui-sortable-column {
cursor: pointer;
}
.ui-datatable div.ui-dt-c {
position: relative;
}
.ui-datatable .ui-sortable-column-icon {
display: inline-block;
margin: -3px 0px -3px 2px;
}
.ui-datatable .ui-column-filter {
display: block;
box-sizing: border-box;
width: 100%;
margin:auto;
}
.ui-datatable .ui-row-toggler {
cursor: pointer;
}
.ui-datatable tr.ui-state-highlight {
cursor: pointer;
}
.ui-datatable .ui-selection-column .ui-chkbox-all {
display: block;
margin: 0px auto;
width: 16px;
height: 16px;
}
.ui-datatable-summary {
display: none;
}
/* Scrollable */
.ui-datatable-scrollable table,
.ui-datatable-sticky table{
table-layout: fixed;
}
.ui-datatable-scrollable-body {
overflow:auto;
}
.ui-datatable-scrollable-header,
.ui-datatable-scrollable-footer {
overflow: hidden;
border: 0px none;
}
.ui-datatable-scrollable .ui-datatable-scrollable-header,
.ui-datatable-scrollable .ui-datatable-scrollable-footer {
position: relative;
}
.ui-datatable-scrollable .ui-datatable-scrollable-header td {
font-weight: normal;
}
.ui-datatable-scrollable-body::-webkit-scrollbar {
-webkit-appearance: none;
width: 15px;
background-color: transparent;
}
.ui-datatable-scrollable-body::-webkit-scrollbar-thumb {
border-radius: 8px;
border: 1px solid white;
background-color: rgba(194,194,194,.5);
}
.ui-datatable .ui-datatable-scrollable-body {
min-height: 0%;
}
.ui-datatable .ui-datatable-data tr.ui-state-hover {
border-color: inherit;
font-weight: inherit;
cursor: pointer;
}
.ui-datatable-scrollable-theadclone {
height:0px;
}
.ui-datatable-scrollable-theadclone tr {
height:0px;
}
.ui-datatable-scrollable-theadclone th.ui-state-default {
height:0px;
border-bottom-width: 0px;
border-top-width: 0px;
padding-top: 0px;
padding-bottom: 0px;
outline: 0 none;
}
.ui-datatable-scrollable-theadclone th span.ui-column-title {
display: block;
height: 0px;
}
.ui-datatable .ui-paginator,
.ui-datatable .ui-paginator {
padding: 2px;
}
.ui-datatable .ui-datatable-virtualscroll-wrapper {
position: relative;
}
.ui-datatable .ui-datatable-virtualscroll-table {
top: 0px;
left: 0px;
position: absolute;
}
/* InCell Editing */
.ui-datatable .ui-cell-editor-input {
display: none;
}
.ui-datatable .ui-row-editing .ui-cell-editor .ui-cell-editor-output {
display:none;
}
.ui-datatable .ui-row-editing .ui-cell-editor .ui-cell-editor-input {
display:block;
}
.ui-datatable .ui-row-editor span {
cursor: pointer;
}
.ui-datatable .ui-row-editor .ui-row-editor-pencil {
display: inline-block;
}
.ui-datatable .ui-row-editing .ui-row-editor .ui-row-editor-pencil {
display: none;
}
.ui-datatable .ui-row-editor .ui-row-editor-check,
.ui-datatable .ui-row-editor .ui-row-editor-close {
display: none;
}
.ui-datatable .ui-row-editing .ui-row-editor .ui-row-editor-check,
.ui-datatable .ui-row-editing .ui-row-editor .ui-row-editor-close {
display: inline-block;
}
.ui-datatable .ui-datatable-data tr.ui-row-editing td.ui-editable-column,
.ui-datatable .ui-datatable-data td.ui-cell-editing {
padding:0;
margin:0;
}
.ui-row-editor-outline {
outline: dotted thin;
}
/*resizer */
.ui-datatable .ui-column-resizer {
position: absolute;
top: 0px;
right: 0px;
margin: 0;
width:8px;
height:100%;
padding:0px;
cursor:col-resize;
background-image: url("/serenity/javax.faces.resource/spacer/dot_clear.gif.xhtml?ln=primefaces&v=6.2");
border: 1px solid transparent;
box-sizing: border-box;
}
.ui-datatable .ui-column-resizer-helper {
width: 1px;
position: absolute;
z-index: 10;
display: none;
}
.ui-datatable-resizable {
padding-bottom:1px; /*fix for webkit overlow*/
overflow:auto;
}
.ui-datatable-resizable thead th,
.ui-datatable-resizable tbody td,
.ui-datatable-resizable tfoot td {
white-space: nowrap;
}
.ui-datatable-resizable table {
table-layout: fixed;
}
.ui-datatable-resizable th.ui-resizable-column {
background-clip: padding-box;
position: relative;
}
.ui-datatable-rtl {
direction: rtl;
}
.ui-datatable-rtl.ui-datatable thead th,
.ui-datatable-rtl.ui-datatable tfoot td {
text-align: right;
}
/* Frozen Columns */
.ui-datatable table.ui-datatable-fs {
width:auto;
}
.ui-datatable .ui-datatable-frozenlayout-left,
.ui-datatable .ui-datatable-frozenlayout-right {
padding: 0;
border: 0 none;
vertical-align: top;
}
.ui-datatable .ui-datatable-frozen-container {
margin-right: -1px;
}
.ui-datatable-frozen-container .ui-datatable-scrollable-body {
overflow: hidden;
}
.ui-datatable .ui-datatable-frozen-container .ui-row-toggler {
margin-top: -2px;
margin-bottom: -2px;
}
.ui-datatable .ui-datatable-frozen-container .ui-row-editor {
margin-top: -2px;
margin-bottom: -2px;
}
.ui-datatable-frozenlayout-right .ui-datatable-empty-message td {
text-indent: -9999px;
}
.ui-datatable-frozenlayout-right .ui-datatable-empty-message td > * {
visibility: hidden;
}
/** Reflow **/
.ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-title {
display: none;
}
.ui-datatable-reflow .ui-reflow-label,
.ui-datatable-reflow .ui-reflow-dropdown {
margin-bottom: 10px;
display: none;
}
/* Row Group Toggler */
.ui-datatable .ui-rowgroup-header > td > a.ui-rowgroup-toggler {
padding-right: 1.5em;
position: relative;
}
.ui-datatable .ui-rowgroup-header .ui-rowgroup-toggler-icon {
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
}
@media ( max-width: 640px ) {
.ui-datatable-reflow thead th,
.ui-datatable-reflow tfoot td {
display: none;
}
.ui-datatable-reflow .ui-datatable-data td[role="gridcell"]:not(.ui-helper-hidden) {
text-align: left;
display: block;
border: 0px none;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
clear: left;
}
.ui-datatable-reflow .ui-datatable-data.ui-widget-content {
border: 0px none;
}
.ui-datatable-reflow .ui-datatable-data tr.ui-widget-content {
border-left: 0px none;
border-right: 0px none;
}
.ui-datatable-reflow .ui-datatable-data td[role="gridcell"] .ui-column-title {
padding: .4em;
min-width: 30%;
display: inline-block;
margin: -.4em 1em -.4em -.4em;
}
.ui-datatable-reflow .ui-reflow-label,
.ui-datatable-reflow .ui-reflow-dropdown {
display: inline-block;
}
.ui-datatable-reflow .ui-reflow-dropdown {
margin-left: 5px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.ui-datatable-reflow tr.ui-datatable-empty-message > td {
display: block;
border: 0 none;
}
}
.ui-dialog { position: fixed; padding: 0; overflow: hidden; display:none; }
.ui-dialog.ui-dialog-absolute { position: absolute; }
.ui-dialog.ui-overlay-hidden {display:block;}
.ui-dialog .ui-dialog-titlebar { padding: .4em .4em .4em 1em; position: relative; border:0px; }
.ui-dialog .ui-dialog-title { float: left; margin: .3em 16px .1em 0; }
.ui-dialog .ui-dialog-content {position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-content.ui-df-content {overflow: hidden; padding: 0;}
.ui-dialog .ui-dialog-footer {padding: .4em 1em; border-width: 1px 0 0 0; text-align:left;}
.ui-dialog .ui-dialog-buttonpane { text-align: left; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-minimize,.ui-dialog .ui-dialog-titlebar-maximize { float: right; margin: 0px; top:0px; padding: 1px; cursor:pointer; }
.ui-dialog .ui-dialog-titlebar-close span, .ui-dialog .ui-dialog-titlebar-minimize span, .ui-dialog .ui-dialog-titlebar-maximize span { display: block; margin: 0px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus, .ui-dialog .ui-dialog-titlebar-minimize:hover, .ui-dialog .ui-dialog-titlebar-minimize:focus, .ui-dialog .ui-dialog-titlebar-maximize:hover, .ui-dialog .ui-dialog-titlebar-maximize:focus { padding: 0; }
.ui-dialog-docking-zone {position: fixed;bottom: 0;left: 0;}
.ui-dialog-minimizing {border: 2px dotted gray;}
.ui-dialog .ui-dialog-message {margin-right:.5em}
.ui-dialog-mask {
position: fixed;
width: 100%;
height: 100%;
}
/** Confirm Dialog **/
.ui-confirm-dialog .ui-dialog-content {
padding: 1em;
}
.ui-confirm-dialog-severity {float: left; margin-right: 4px;}
.ui-confirm-dialog-message {display: inline-block; margin-top: 1px;}
/** RTL **/
.ui-dialog-rtl {
direction: rtl;
}
.ui-dialog.ui-dialog-rtl .ui-dialog-title {
float: right;
}
.ui-dialog.ui-dialog-rtl .ui-dialog-titlebar-close,
.ui-dialog.ui-dialog-rtl .ui-dialog-titlebar-minimize,
.ui-dialog.ui-dialog-rtl .ui-dialog-titlebar-maximize {
float: left;
}
.ui-dialog.ui-dialog-rtl .ui-dialog-footer {
text-align: right;
}
/* Message Dialog */
.ui-message-dialog .ui-dialog-content {
padding: 1em;
}
.ui-fieldset, .ui-fieldset .ui-fieldset-legend {
padding:0.6em 1em;
}
.ui-fieldset-toggleable .ui-fieldset-legend {
padding: 0.5em 1em 0.5em 0.5em;
cursor: pointer;
outline: 0;
}
.ui-fieldset .ui-fieldset-toggler {
padding-right: .1em;
float:left;
}
.ui-inputfield {
margin: 0;
outline: medium none;
padding: 4px;
font-weight: normal;
}
.ui-widget-header .ui-inputfield,
.ui-widget-content .ui-inputfield {
font-weight: normal;
}
.ui-inputtextarea-resizable {
overflow: hidden;
resize:none;
}
.ui-selectonelistbox,
.ui-selectmanymenu,
.ui-multiselectlistbox-listcontainer {
padding: 2px;
width: 150px;
}
.ui-selectonelistbox .ui-selectlistbox-listcontainer,
.ui-selectmanymenu .ui-selectlistbox-listcontainer,
.ui-multiselectlistbox-listcontainer {
overflow:auto;
}
.ui-selectonelistbox.ui-state-disabled .ui-selectlistbox-listcontainer,
.ui-selectmanymenu.ui-state-disabled .ui-selectlistbox-listcontainer {
overflow:hidden;
}
.ui-selectonelistbox .ui-selectlistbox-list,
.ui-selectmanymenu .ui-selectlistbox-list,
.ui-multiselectlistbox .ui-multiselectlistbox-list {
list-style-type: none;
margin: 0;
padding: 0;
}
.ui-selectonelistbox .ui-selectlistbox-item,
.ui-selectmanymenu .ui-selectlistbox-item,
.ui-multiselectlistbox .ui-multiselectlistbox-item {
margin: 2px;
border: 0 none;
cursor: pointer;
font-weight: normal;
}
.ui-selectonelistbox table.ui-selectlistbox-list,
.ui-selectmanymenu table.ui-selectlistbox-list {
border-collapse:collapse;
width:100%;
}
.ui-selectlistbox-filter.ui-inputfield {
padding-right: 12%;
padding-left: 2%;
width: 85%;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.ui-selectlistbox-filter-container {
position: relative;
margin: 0.1em 0 0.1em 0;
padding: 0;
}
.ui-selectlistbox-filter-container .ui-icon {
position: absolute;
top: 5px;
right: 2px;
}
.ui-multiselectlistbox .ui-multiselectlistbox-listcontainer {
float: left;
margin-right: 4px;
}
.ui-multiselectlistbox .ui-multiselectlistbox-item {
white-space: nowrap;
}
.ui-multiselectlistbox.ui-state-disabled .ui-multiselectlistbox-item {
cursor: default;
}
.ui-multiselectlistbox .ui-multiselectlistbox-header {
text-align: center;
padding: 2px 10px;
border-bottom: 0px none;
}
/**
* Checkbox
*/
.ui-chkbox {
display: inline-block;
vertical-align: middle;
}
.ui-chkbox .ui-chkbox-box {
width: 16px;
height: 16px;
display: inline-block;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.ui-chkbox-icon.ui-icon {
overflow: visible;
}
.ui-chkbox .ui-chkbox-label {
cursor: pointer;
margin: 0 16px 0 8px;
outline: medium none;
z-index: 1;
display: inline-block;
vertical-align: top;
}
.ui-selectmanycheckbox label {
vertical-align: middle;
cursor: pointer;
margin: 0 16px 0 8px;
outline: medium none;
z-index: 1;
display: inline-block;
}
.ui-selectmanycheckbox .ui-chkbox .ui-chkbox-box {
display: block;
}
.ui-selectoneradio label {
cursor: pointer;
display: inline-block;
margin: 0 16px 0 8px;
vertical-align: middle;
}
.ui-selectmanycheckbox.ui-widget td,
.ui-selectoneradio.ui-widget td {
border: 0 none;
}
.ui-panelgrid .ui-selectoneradio.ui-grid-responsive .ui-grid-row,
.ui-panelgrid .ui-selectmanycheckbox.ui-grid-responsive .ui-grid-row {
border-top: 0px none;
}
.ui-selectoneradio.ui-grid-responsive .ui-grid-row > div,
.ui-selectmanycheckbox.ui-grid-responsive .ui-grid-row > div {
padding: .5em;
}
.ui-selectmanycheckbox .ui-selectmanycheckbox-item-group{
font-weight: bold;
}
.ui-selectmanycheckbox .ui-selectmanycheckbox-responsive-group {
padding: .5em .5em .5em 0px;
}
/** RadioButton **/
.ui-radiobutton {
margin: 3px 0;
width: 16px;
line-height: 16px;
display: inline-block;
vertical-align: middle;
}
.ui-radiobutton .ui-radiobutton-box {
width: 16px;
height: 16px;
line-height: 16px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.ui-radiobutton-icon {
margin-left: 1px;
}
.ui-radiobutton.ui-radiobutton-native {
margin: 0;
padding: 0;
}
.ui-radiobutton.ui-radiobutton-native .ui-helper-hidden-accessible {
clip: auto;
position: static !important;
width: auto;
height: auto;
overflow: visible;
margin: 0;
padding: 0;
}
.ui-radiobutton.ui-radiobutton-native .ui-radiobutton-box {
display:none;
}
.ui-radiobutton.ui-radiobutton-native .ui-helper-hidden-accessible input {
margin: 0;
}
.ui-selectoneradio-native label {
margin: 0;
}
/** SelectOneMenu **/
.ui-selectonemenu {
display: inline-block;
position: relative;
width: auto;
zoom: 1;
cursor: pointer;
padding-right: 2em;
vertical-align: top;
}
.ui-selectonemenu.ui-state-hover,
.ui-selectonemenu.ui-state-focus {
background-color: transparent;
}
.ui-selectonemenu .ui-selectonemenu-trigger {
border-right: none;
border-top: none;
border-bottom: none;
cursor: pointer;
width: 16px;
height: 100%;
position: absolute;
right: 0;
top: 0;
padding: 0 3px;
}
.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
position: absolute;
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.ui-selectonemenu .ui-selectonemenu-label {
display: block;
border: none;
white-space: nowrap;
overflow: hidden;
font-weight: normal;
width: 100%;
text-align: left;
}
.ui-selectonemenu.ui-state-disabled .ui-selectonemenu-trigger,
.ui-selectonemenu.ui-state-disabled .ui-selectonemenu-label {
cursor: default;
}
.ui-selectonemenu label.ui-selectonemenu-label {
cursor: pointer;
}
.ui-selectonemenu input.ui-selectonemenu-label {
cursor: default;
}
.ui-selectonemenu-panel {
position: absolute;
height: auto;
}
.ui-selectonemenu-panel .ui-selectonemenu-items-wrapper {
overflow: auto;
}
.ui-selectonemenu-panel .ui-selectonemenu-item {
font-weight: normal;
cursor:pointer;
}
.ui-selectonemenu-panel .ui-selectonemenu-item-group {
font-weight: bold;
}
.ui-selectonemenu-panel .ui-selectonemenu-list {
padding: 0.4em;
border: 0 none;
}
.ui-selectonemenu-panel .ui-selectonemenu-list-item {
border:0px none;
margin:1px 0;
padding:3px 5px;
text-align:left;
white-space: nowrap;
}
.ui-selectonemenu-panel .ui-selectonemenu-table {
border-collapse:collapse;
width:100%;
}
.ui-selectonemenu-panel .ui-selectonemenu-table td {
border-color: inherit;
}
.ui-selectonemenu-panel .ui-selectonemenu-table th,
.ui-selectonemenu-panel .ui-selectonemenu-table td {
border-width: 1px;
border-style: solid;
padding:4px 10px 4px 10px;
}
.ui-selectonemenu-panel .ui-selectonemenu-filter {
width: 85%;
padding-right:15px;
}
.ui-selectonemenu-panel .ui-selectonemenu-filter-container {
position: relative;
margin: 0;
padding: 0.4em;
display: inline-block;
}
.ui-selectonemenu-panel .ui-selectonemenu-filter-container .ui-icon {
position: absolute;
top: 10px;
right: 10px;
}
.ui-state-disabled a{outline: none;}
/* Button */
.ui-button {
display: inline-block;
position: relative;
padding: 0;
margin-right: .1em;
text-decoration: none !important;
cursor: pointer;
text-align: center;
zoom: 1;
overflow: visible; /* the overflow property removes extra width in IE */
}
.ui-button-icon-only {
width: 2.4em;
}
/*button text element */
.ui-button .ui-button-text {
display: block;
line-height: normal;
}
.ui-button-text-only .ui-button-text {
padding: .3em 1em;
}
.ui-button-icon-only .ui-button-text {
padding: .3em;
text-indent: -9999999px;
}
.ui-button-text-icon-left .ui-button-text {
padding: .3em 1em .3em 2.1em;
}
.ui-button-text-icon-right .ui-button-text {
padding: .3em 2.1em .3em 1em;
}
/*button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-left .ui-icon,
.ui-button-text-icon-right .ui-icon {
position: absolute;
top: 50%;
margin-top: -8px;
}
/* FontAwesome icon */
.ui-button-icon-only .ui-icon.fa,
.ui-button-text-icon-left .ui-icon.fa,
.ui-button-text-icon-right .ui-icon.fa,
.ui-button-icon-only .ui-icon.fab,
.ui-button-text-icon-left .ui-icon.fab,
.ui-button-text-icon-right .ui-icon.fab,
.ui-button-icon-only .ui-icon.far,
.ui-button-text-icon-left .ui-icon.far,
.ui-button-text-icon-right .ui-icon.far,
.ui-button-icon-only .ui-icon.fas,
.ui-button-text-icon-left .ui-icon.fas,
.ui-button-text-icon-right .ui-icon.fas {
margin-top: -7px;
}
.ui-button-icon-only .ui-icon {
left: 50%;
margin-left: -8px;
}
.ui-button-icon-left {
left: .5em;
}
.ui-button-icon-right {
right: .5em;
}
/*button sets*/
.ui-buttonset {
margin-right: 7px;
}
.ui-buttonset .ui-button {
margin-left: 0;
margin-right: 0;
}
/* workarounds */
button.ui-button::-moz-focus-inner {
border: 0; padding: 0; /* reset extra padding in Firefox */
}
/** SelectCheckbox Menu **/
.ui-selectcheckboxmenu {
display: inline-block;
position: relative;
width: auto;
zoom: 1;
cursor: pointer;
}
.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger {
border-right: none;
border-top: none;
border-bottom: none;
cursor: pointer;
width: 16px;
height: 100%;
position: absolute;
right: 0;
top: 0;
padding: 0 3px;
}
.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon {
margin-top: 3px;
}
.ui-selectcheckboxmenu .ui-selectcheckboxmenu-label {
display: block;
padding: 3px 26px 3px 5px;
width: auto;
border: none;
cursor: pointer;
}
.ui-selectcheckboxmenu.ui-state-disabled .ui-selectcheckboxmenu-trigger,
.ui-selectcheckboxmenu.ui-state-disabled .ui-selectcheckboxmenu-label {
cursor: auto
}
.ui-selectcheckboxmenu-panel {
padding: 0.2em;
position: absolute;
overflow: hidden;
-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-items-wrapper {
overflow: auto;
position: relative;
padding: 0.2em 0;
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list {
border: 0 none;
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item {
border:0px none;
cursor:pointer;
font-weight:normal;
margin:1px 0;
padding:3px 5px;
text-align:left;
white-space: nowrap;
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item {
display: block;
position: relative;
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item .ui-chkbox {
position: absolute;
top:50%;
margin-top:-8px;
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item label {
display: block;
padding-left: 2em;
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-item-group {
font-weight: bold;
}
.ui-selectcheckboxmenu-header {
margin-bottom: 0.3em;
padding: 0.3em 0 0.3em 0.4em
}
.ui-selectcheckboxmenu-header .ui-chkbox {
float:left;
cursor:pointer;
}
.ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-filter-container {
float: left;
position: relative;
margin-left: 5px;
}
.ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-filter-container .ui-icon{
position: absolute;
right: 5px;
top: 2px;
}
.ui-selectcheckboxmenu-header .ui-inputfield {
padding: 1px 20px 1px 2px;
}
.ui-selectcheckboxmenu-header span.ui-icon {
float:left;
}
.ui-selectcheckboxmenu-header a.ui-selectcheckboxmenu-all,
.ui-selectcheckboxmenu-header a.ui-selectcheckboxmenu-none {
float:left;
margin-right: 10px;
display: block;
}
.ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-close {
float:right;
padding:1px;
margin-right:0.2em;
display: block;
}
.ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-close.ui-state-hover {
padding:0px;
}
.ui-selectcheckboxmenu-multiple-container {
clear: left;
cursor: pointer;
list-style-type: none;
margin: 0;
min-height: 24px;
overflow: hidden;
min-width: 100px;
}
.ui-selectcheckboxmenu-multiple-container.ui-inputfield {
padding:0 22px 0 0;
border: 0;
}
.ui-selectcheckboxmenu-token {
cursor: default;
float: left;
overflow: hidden;
padding: 1px 3px;
white-space: nowrap;
position: relative;
margin:2px;
}
.ui-selectcheckboxmenu-token-label {
display: block;
padding: 0em 2.1em 0em 0.5em;
}
.ui-selectcheckboxmenu-token-icon {
margin-top: -9px;
position: absolute;
right: 0.2em;
top: 50%;
cursor: pointer;
}
.ui-selectcheckboxmenu-input-token {
float: left;
list-style-type: none;
margin: 1px;
padding: 0;
}
.ui-selectcheckboxmenu-input-token input {
border: 0 none;
width: 140px;
outline: medium none;
background-color: transparent;
margin:2px;
}
.ui-selectcheckboxmenu-multiple .ui-selectcheckboxmenu-trigger .ui-icon {
position: relative;
top: 50%;
margin-top: -8px;
}
.ui-splitbutton {
position: relative;
padding-right: 2em;
}
.ui-splitbutton .ui-button.ui-splitbutton-menubutton {
position: absolute;
top: 0px;
margin-left: -1px;
right: 0px;
}
/** IE Hacks **/
div.ui-button, .ui-splitbutton {
display: inline-block;
zoom: 1;
}
/** Password **/
.ui-password-panel {
padding: 4px 10px;
width: 150px;
margin-top: 2px;
}
.ui-password-panel .ui-password-meter {
height: 10px;
background:transparent url("/serenity/javax.faces.resource/forms/password-meter.png.xhtml?ln=primefaces&v=6.2") no-repeat left top;
padding: 0;
margin: 0;
}
.ui-password-info {
margin-top: 4px;
}
.ui-password-panel-overlay {
position: absolute;
}
/* OutputLabel */
.ui-outputlabel.ui-state-error {
border:0 none;
}
.ui-outputlabel .ui-outputlabel-rfi {
margin-left: 0.4em;
}
/* SelectOneButton */
.ui-selectonebutton{
display: inline-block;
padding:1px;
}
.ui-selectonebutton.ui-state-error{
padding:0px;
}
.ui-selectonebutton .ui-button.ui-state-focus{
outline: none;
}
/* SelectManyButton */
.ui-selectmanybutton{
display: inline-block;
padding:1px;
}
.ui-selectmanybutton.ui-state-error{
padding:0px;
}
.ui-selectmanybutton .ui-button.ui-state-focus{
outline: none;
}
/** Fluid **/
.ui-fluid .ui-inputfield {
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
}
/** InputText **/
.ui-fluid .ui-inputtext {
width: 100%;
}
/** InputNumber **/
.ui-fluid .ui-inputnumber {
width: 100%;
}
.ui-fluid .ui-inputtext[size],
.ui-fluid .ui-inputfield[size] {
width: auto;
}
/** InputTextarea **/
.ui-fluid .ui-inputtextarea {
width: 100%;
}
/** SelectOneMenu **/
.ui-fluid .ui-selectonemenu {
width: 100%;
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
}
.ui-fluid .ui-selectonemenu .ui-selectonemenu-trigger {
width: 32px;
padding: 0 6px;
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
}
/** Calendar **/
.ui-fluid .ui-calendar, .ui-fluid .ui-calendar input {
width: 100%;
}
.ui-fluid .ui-calendar {
position: relative;
}
.ui-fluid .ui-trigger-calendar .ui-datepicker-trigger.ui-button {
position: absolute;
right: -2px;
width: 2.4em;
}
.ui-fluid .ui-trigger-calendar .ui-button-icon-only .ui-button-text {
padding: 0.28em;
}
.ui-fluid .ui-trigger-calendar input.hasDatepicker {
padding-right: 2.4em;
}
/** Spinner **/
.ui-fluid .ui-spinner {
width: 100%;
}
.ui-fluid .ui-spinner .ui-spinner-input {
padding-right: 36px;
width: 100%;
}
.ui-fluid .ui-spinner .ui-spinner-button {
width: auto;
}
.ui-fluid .ui-spinner .ui-spinner-button .ui-icon {
left: 6px;
}
/** AutoComplete **/
.ui-fluid .ui-autocomplete,
.ui-fluid .ui-autocomplete-input {
width: 100%;
}
.ui-fluid .ui-autocomplete .ui-autocomplete-dropdown.ui-button {
width: 2.4em;
}
/** InputMask **/
.ui-fluid .ui-inputmask {
width: 100%;
}
/** Password **/
.ui-fluid .ui-password {
width: 100%;
}
/** Keyboard **/
.ui-fluid .ui-keyboard-input {
width: 100%;
}
/** CheckboxMenu **/
.ui-fluid .ui-selectcheckboxmenu {
width: 100%;
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
}
.ui-fluid .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon {
margin-left: auto;
margin-right: auto;
}
.ui-fluid .ui-selectcheckboxmenu-trigger {
width: 32px;
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
}
/** Button **/
.ui-fluid .ui-button {
width: 100%;
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
}
/** ButtonSet **/
.ui-fluid .ui-buttonset {
width: 100%;
}
.ui-fluid .ui-buttonset.ui-buttonset-1 .ui-button {width: 100%;}
.ui-fluid .ui-buttonset.ui-buttonset-2 .ui-button {width: 50%;}
.ui-fluid .ui-buttonset.ui-buttonset-3 .ui-button {width: 33.3%;}
.ui-fluid .ui-buttonset.ui-buttonset-4 .ui-button {width: 25%;}
.ui-fluid .ui-buttonset.ui-buttonset-5 .ui-button {width: 20%;}
.ui-fluid .ui-buttonset.ui-buttonset-6 .ui-button {width: 16.6%;}
@media (max-width: 640px) {
.ui-fluid .ui-buttonset.ui-buttonset-1 .ui-button,
.ui-fluid .ui-buttonset.ui-buttonset-2 .ui-button,
.ui-fluid .ui-buttonset.ui-buttonset-3 .ui-button,
.ui-fluid .ui-buttonset.ui-buttonset-4 .ui-button,
.ui-fluid .ui-buttonset.ui-buttonset-5 .ui-button,
.ui-fluid .ui-buttonset.ui-buttonset-6 .ui-button {
width: 100%;
}
}
/** SplitButton **/
.ui-fluid .ui-splitbutton {
width: 100%;
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
}
.ui-fluid .ui-splitbutton .ui-button {
width: 100%;
}
.ui-fluid .ui-splitbutton .ui-button.ui-splitbutton-menubutton {
width: 32px;
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
}
/** Listbox **/
.ui-fluid .ui-selectonelistbox,
.ui-fluid .ui-selectmanymenu {
width: 100%;
}
.ui-inputgroup {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.ui-inputgroup .ui-inputgroup-addon,
.ui-inputgroup .ui-inputgroup-addon-checkbox {
display: inline-block;
text-align: center;
min-width: 1.5em;
border-width: 1px;
border-style: solid;
}
.ui-inputgroup .ui-inputgroup-addon {
padding: 4px;
}
.ui-inputgroup .ui-inputgroup-addon-checkbox {
padding: 1px;
}
.ui-inputgroup .ui-inputgroup-addon + .ui-inputgroup-addon {
border-left: 0 none;
}
.ui-inputgroup .ui-inputtext,
.ui-inputgroup .ui-password {
padding-left: .5em;
}
.ui-inputgroup > .ui-inputtext:not(:first-child),
.ui-inputgroup > .ui-password:not(:first-child),
.ui-inputgroup > .ui-inputnumber:not(:first-child) > .ui-inputtext,
.ui-inputgroup > .ui-inputmask:not(:first-child),
.ui-inputgroup > .ui-calendar:not(:first-child) > .ui-inputfield,
.ui-inputgroup > .ui-selectonemenu:not(:first-child),
.ui-inputgroup > .ui-selectonebutton:not(:first-child) > .ui-button {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: 0 none;
}
.ui-inputgroup > .ui-inputtext:not(:last-child),
.ui-inputgroup > .ui-password:not(:last-child),
.ui-inputgroup > .ui-inputnumber:not(:last-child) > .ui-inputtext,
.ui-inputgroup > .ui-inputmask:not(:last-child),
.ui-inputgroup > .ui-selectonemenu:not(:last-child),
.ui-inputgroup > .ui-calendar:not(:last-child) > .ui-inputfield,
.ui-inputgroup > .ui-selectonebutton:not(:last-child) > .ui-button {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-right: 0 none;
}
.ui-inputgroup .ui-button {
margin-right: 0;
border-radius: 0;
}
.ui-inputgroup .ui-inputgroup-addon-checkbox .ui-chkbox {
margin-right: 0;
vertical-align: bottom;
position: relative;
top: 2px;
}
.ui-inputgroup .ui-button .ui-button-text {
padding-bottom: 4px;
padding-top: 4px;
}
.ui-fluid .ui-inputgroup .ui-button {
width: auto;
}
.ui-fluid .ui-inputgroup .ui-button-icon-only {
min-width: 2.2em;
}
/* Deprecated Grid CSS */
.ui-grid {
clear: both;
padding: 0px;
margin: 0px;
}
.ui-grid:before,
.ui-grid:after {
content:"";
display:table;
}
.ui-grid:after {
clear:both;
}
.ui-grid .ui-grid-row {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
clear:both;
}
.ui-grid-row:after {
clear: both;
content: "";
display: table;
}
.ui-grid-col-1,
.ui-grid-col-2,
.ui-grid-col-3,
.ui-grid-col-4,
.ui-grid-col-5,
.ui-grid-col-6,
.ui-grid-col-7,
.ui-grid-col-8,
.ui-grid-col-9,
.ui-grid-col-10,
.ui-grid-col-11,
.ui-grid-col-12 {
float: left;
box-sizing: border-box;
}
.ui-grid-col-1 {
width: 8.33333%;
}
.ui-grid-col-2 {
width: 16.66666%;
}
.ui-grid-col-3 {
width: 25%;
}
.ui-grid-col-4 {
width: 33.33333%;
}
.ui-grid-col-5 {
width: 41.66666%;
}
.ui-grid-col-6 {
width: 50%;
}
.ui-grid-col-7 {
width: 58.33333%;
}
.ui-grid-col-8 {
width: 66.66666%;
}
.ui-grid-col-9 {
width: 75%;
}
.ui-grid-col-10 {
width: 83.33333%;
}
.ui-grid-col-11 {
width: 91.66666%;
}
.ui-grid-col-12 {
width: 100%;
}
@media (min-width: 480px) {
.ui-grid-fixed {
width: 480px;
}
}
@media (min-width: 768px) {
.ui-grid-fixed {
width: 768px;
}
}
@media (min-width: 960px) {
.ui-grid-fixed {
width: 960px;
}
}
@media (min-width: 1024px) {
.ui-grid-fixed {
width: 1024px;
}
}
/* Responsive */
@media (max-width: 640px) {
.ui-grid-responsive .ui-grid-row {
display: block;
}
.ui-grid-responsive .ui-grid-col-1,
.ui-grid-responsive .ui-grid-col-2,
.ui-grid-responsive .ui-grid-col-3,
.ui-grid-responsive .ui-grid-col-4,
.ui-grid-responsive .ui-grid-col-5,
.ui-grid-responsive .ui-grid-col-6,
.ui-grid-responsive .ui-grid-col-7,
.ui-grid-responsive .ui-grid-col-8,
.ui-grid-responsive .ui-grid-col-9,
.ui-grid-responsive .ui-grid-col-10,
.ui-grid-responsive .ui-grid-col-11,
.ui-grid-responsive .ui-grid-col-12 {
width: 100%;
float: none;
}
}
/* New Grid CSS */
.ui-g {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
}
.ui-g:after {
clear: both;
content: "";
display: table;
}
.ui-g-1,
.ui-g-2,
.ui-g-3,
.ui-g-4,
.ui-g-5,
.ui-g-6,
.ui-g-7,
.ui-g-8,
.ui-g-9,
.ui-g-10,
.ui-g-11,
.ui-g-12 {
float: left;
box-sizing: border-box;
padding: 0.5em;
}
.ui-g-1 {
width: 8.33333%;
}
.ui-g-2 {
width: 16.66666%;
}
.ui-g-3 {
width: 25%;
}
.ui-g-4 {
width: 33.33333%;
}
.ui-g-5 {
width: 41.66666%;
}
.ui-g-6 {
width: 50%;
}
.ui-g-7 {
width: 58.33333%;
}
.ui-g-8 {
width: 66.66666%;
}
.ui-g-9 {
width: 75%;
}
.ui-g-10 {
width: 83.33333%;
}
.ui-g-11 {
width: 91.66666%;
}
.ui-g-12 {
width: 100%;
}
@media screen and (max-width: 40em) {
.ui-sm-1,
.ui-sm-2,
.ui-sm-3,
.ui-sm-4,
.ui-sm-5,
.ui-sm-6,
.ui-sm-7,
.ui-sm-8,
.ui-sm-9,
.ui-sm-10,
.ui-sm-11,
.ui-sm-12 {
padding: 0.5em;
}
.ui-sm-1 {
width: 8.33333%;
}
.ui-sm-2 {
width: 16.66666%;
}
.ui-sm-3 {
width: 25%;
}
.ui-sm-4 {
width: 33.33333%;
}
.ui-sm-5 {
width: 41.66666%;
}
.ui-sm-6 {
width: 50%;
}
.ui-sm-7 {
width: 58.33333%;
}
.ui-sm-8 {
width: 66.66666%;
}
.ui-sm-9 {
width: 75%;
}
.ui-sm-10 {
width: 83.33333%;
}
.ui-sm-11 {
width: 91.66666%;
}
.ui-sm-12 {
width: 100%;
}
}
@media screen and (min-width: 40.063em) {
.ui-md-1,
.ui-md-2,
.ui-md-3,
.ui-md-4,
.ui-md-5,
.ui-md-6,
.ui-md-7,
.ui-md-8,
.ui-md-9,
.ui-md-10,
.ui-md-11,
.ui-md-12 {
padding: 0.5em;
}
.ui-md-1 {
width: 8.33333%;
}
.ui-md-2 {
width: 16.66666%;
}
.ui-md-3 {
width: 25%;
}
.ui-md-4 {
width: 33.33333%;
}
.ui-md-5 {
width: 41.66666%;
}
.ui-md-6 {
width: 50%;
}
.ui-md-7 {
width: 58.33333%;
}
.ui-md-8 {
width: 66.66666%;
}
.ui-md-9 {
width: 75%;
}
.ui-md-10 {
width: 83.33333%;
}
.ui-md-11 {
width: 91.66666%;
}
.ui-md-12 {
width: 100%;
}
}
@media screen and (min-width: 64.063em) {
.ui-lg-1,
.ui-lg-2,
.ui-lg-3,
.ui-lg-4,
.ui-lg-5,
.ui-lg-6,
.ui-lg-7,
.ui-lg-8,
.ui-lg-9,
.ui-lg-10,
.ui-lg-11,
.ui-lg-12 {
padding: 0.5em;
}
.ui-lg-1 {
width: 8.33333%;
}
.ui-lg-2 {
width: 16.66666%;
}
.ui-lg-3 {
width: 25%;
}
.ui-lg-4 {
width: 33.33333%;
}
.ui-lg-5 {
width: 41.66666%;
}
.ui-lg-6 {
width: 50%;
}
.ui-lg-7 {
width: 58.33333%;
}
.ui-lg-8 {
width: 66.66666%;
}
.ui-lg-9 {
width: 75%;
}
.ui-lg-10 {
width: 83.33333%;
}
.ui-lg-11 {
width: 91.66666%;
}
.ui-lg-12 {
width: 100%;
}
}
@media screen and (min-width: 90.063em) {
.ui-xl-1,
.ui-xl-2,
.ui-xl-3,
.ui-xl-4,
.ui-xl-5,
.ui-xl-6,
.ui-xl-7,
.ui-xl-8,
.ui-xl-9,
.ui-xl-10,
.ui-xl-11,
.ui-xl-12 {
padding: 0.5em;
}
.ui-xl-1 {
width: 8.33333%;
}
.ui-xl-2 {
width: 16.66666%;
}
.ui-xl-3 {
width: 25%;
}
.ui-xl-4 {
width: 33.33333%;
}
.ui-xl-5 {
width: 41.66666%;
}
.ui-xl-6 {
width: 50%;
}
.ui-xl-7 {
width: 58.33333%;
}
.ui-xl-8 {
width: 66.66666%;
}
.ui-xl-9 {
width: 75%;
}
.ui-xl-10 {
width: 83.33333%;
}
.ui-xl-11 {
width: 91.66666%;
}
.ui-xl-12 {
width: 100%;
}
}
.ui-g-nopad {
padding: 0px;
}
.ui-growl {
position:fixed;
top:20px;
right:20px;
width:301px;
}
.ui-growl-item-container {
position:relative;
margin:0 0 10px 0;
opacity:0.85;
filter:alpha(opacity=85);
}
.ui-growl-item {
display:block;
padding:10px 15px;
}
.ui-growl-item p {
padding:0;
margin:0;
}
.ui-growl-icon-close {
position:absolute;
top:5px;
right:3px;
cursor:pointer;
}
.ui-growl-title {
font-weight:bold;
padding:0 0 7px 0;
display:block;
}
.ui-growl-image {
width:32px;
height:32px;
float:left;
margin:0;
padding:0;
display: block;
background: url("/serenity/javax.faces.resource/messages/messages.png.xhtml?ln=primefaces&v=6.2") no-repeat;
}
.ui-growl-image-info {
background-position: 0 -264px;
}
.ui-growl-image-warn {
background-position: 0 -396px;
}
.ui-growl-image-error {
background-position: 0 0;
}
.ui-growl-image-fatal {
background-position: 0 -132px;
}
.ui-growl-message {
padding:0 0 5px 0;
width:220px;
float:right;
}
.ui-growl-message p {
font-weight: normal;
}
.ui-inplace .ui-inplace-display {cursor: pointer;border:0px none !important;}
.ui-inplace .ui-inplace-disabled {cursor: default;}
.ui-inplace .ui-inplace-content {}
.ui-inplace .ui-inplace-editor {margin-left:0.1em;}
.ui-lightbox {
position: fixed;
}
.ui-lightbox-content-wrapper {
position: relative;
}
.ui-lightbox-content {
position: relative;
margin:0;
padding: 0;
background-color: #000000;
}
.ui-lightbox-nav-right, .ui-lightbox-nav-left {
position: absolute;
top:50%;
cursor: pointer;
}
.ui-lightbox-nav-left {
left:0;
}
.ui-lightbox-nav-right {
right:0;
}
.ui-lightbox-loading {
background: url("/serenity/javax.faces.resource/lightbox/images/loading.gif.xhtml?ln=primefaces&v=6.2") #000000 center center no-repeat;
}
.ui-lightbox-caption {
padding: 0.2em 0.4em;
display: none;
}
.ui-lightbox-caption-text {
margin: 0.3em 0 0.1em 0;
float:left;
}
.ui-lightbox-close {
float:right;
margin:0;
padding:1px;
}
.ui-lightbox-close.ui-state-hover {
padding: 0;
}
.ui-menu {
width: 12.5em;
padding:0.3em;
position:relative;
outline: 0 none;
}
.ui-menu.ui-menu-dynamic {
position: absolute;
display: none;
z-index: 100000;
}
.ui-menu-list {
position:static;
}
.ui-menu .ui-menu-list .ui-menuitem {
border:none;
}
.ui-menu .ui-menu-list .ui-widget-header {
clear:both;
float:left;
width:98%;
margin:1px 0;
}
.ui-menu .ui-menuitem {
width:100%;
float:left;
clear:both;
margin:1px 0;
padding:0;
}
.ui-menu .ui-menuitem-parent {
width:100%;
float:left;
clear:both;
margin:1px 0;
padding:0;
}
.ui-menu .ui-menuitem-link {
display:block;
width:92%;
outline:none;
text-decoration:none;
font-weight:400;
border:solid 1px transparent;
float:left;
line-height:16px;
padding:0.3em;
cursor: pointer;
}
.ui-menu .ui-menuitem-link .ui-menuitem-icon,
.ui-menu .ui-submenu-icon {
display:inline-block;
float:left;
}
.ui-menu .ui-submenu-icon {
margin-top: 1px;
}
.ui-menu .ui-menuitem-text {
float:left;
}
.ui-menu .ui-widget-header h1,
.ui-menu .ui-widget-header h2,
.ui-menu .ui-widget-header h3,
.ui-menu .ui-widget-header h4,
.ui-menu .ui-widget-header h5,
.ui-menu .ui-widget-header h6 {
float:left;
display:block;
font-size:1em;
margin:0 auto;
padding:0.3em 3%;
}
.ui-menu .ui-menu-parent .ui-menu-child {
display:none;
width:12.5em;
padding:0.3em;
position:absolute;
margin:0;
outline:0;
line-height:1.3;
text-decoration:none;
font-size:100%;
list-style:none;
}
.ui-menu .ui-menu-parent {
position:relative;
}
/* Toggleable Menu */
.ui-menu.ui-menu-toggleable li.ui-widget-header {
position: relative;
min-height: 0;
}
.ui-menu.ui-menu-toggleable li.ui-widget-header h3 {
padding-left: 2em;
}
.ui-menu.ui-menu-toggleable li.ui-widget-header.ui-state-hover {
cursor: pointer;
}
.ui-menu.ui-menu-toggleable li.ui-widget-header .ui-icon {
position: absolute;
left: .5em;
top: 50%;
margin-top: -8px;
}
.ui-menu .ui-menu-parent .ui-icon-triangle-1-e,
.ui-menu .ui-menu-parent .ui-icon-triangle-1-s,
.ui-menubar .ui-menu-child .ui-icon-triangle-1-s,
.ui-menubar .ui-menu-child .ui-icon-triangle-1-s {
float:right;
}
.ui-menubutton {
padding:0;
position: relative;
display: inline-block;
}
.ui-menubutton .ui-button {
margin:0;
}
/** Menubar **/
.ui-menubar {
width:auto;
}
.ui-menubar .ui-menuitem {
width:auto;
clear:none;
}
.ui-menubar .ui-menu-child .ui-menuitem {
width:100%;
}
.ui-menubar .ui-menu-child {
top:25px;
left:0;
}
.ui-menubar .ui-menuitem-link {
width:auto;
padding:0.4em 0.3em;
}
.ui-menubar .ui-menu-child .ui-menuitem-link {
width:92%;
}
.ui-menubar .ui-widget-header {
clear:none;
width:auto;
margin:0 3px 0 0;
}
.ui-menubar .ui-widget-header h1,
.ui-menubar .ui-widget-header h2,
.ui-menubar .ui-widget-header h3,
.ui-menubar .ui-widget-header h4,
.ui-menubar .ui-widget-header h5,
.ui-menubar .ui-widget-header h6 {
padding:0.4em 0.3em;
}
.ui-menubar .ui-menubar-options {
float: right;
}
.ui-menubar > .ui-menu-list > .ui-menuitem > .ui-menuitem-link span.ui-icon-triangle-1-e,
.ui-menubar > .ui-menu-list > .ui-menuitem > .ui-menuitem-link span.ui-icon-triangle-1-s{
*float: none;
}
.ui-menu .ui-separator {
width:98%;
height:0px;
float:left;
clear:both;
margin:1px 0 0 0;
padding:0;
border-top: 0px none;
}
/** MegaMenu **/
.ui-megamenu td {
vertical-align: top;
}
.ui-menu.ui-megamenu .ui-menu-parent .ui-menu-child {
width:auto;
}
.ui-menu.ui-megamenu .ui-menu-child > table {
width:auto;
}
.ui-menu.ui-megamenu .ui-menu-child .ui-menu-list {
width: 12.5em;
}
.ui-megamenu-vertical {
width: 12.5em;
}
.ui-megamenu-vertical .ui-menu-parent {
clear: both;
width: 100%;
}
.ui-megamenu-vertical .ui-submenu-link.ui-menuitem-link {
width: 92%;
}
.ui-megamenu .ui-widget-header span {
display: block;
float: left;
font-size: 1em;
margin: 0 auto;
padding: 0.4em 0.3em;
}
/** Breadcrumb **/
.ui-breadcrumb {
margin: 0;
padding: 0;
overflow: hidden;
padding: 5px 5px 7px 5px;
}
.ui-breadcrumb ul {
margin: 0;
padding: 0;
display: block;
}
.ui-breadcrumb ul li {
display: block;
float: left;
position: relative;
overflow: hidden;
}
.ui-breadcrumb ul li span {
display: block;
overflow: hidden;
}
.ui-breadcrumb ul li .ui-menuitem-link {
display: block;
position: relative;
overflow: hidden;
float: left;
*cursor: pointer;
margin-top:3px;
}
.ui-breadcrumb ul li a.ui-icon-home {
padding: 0;
margin-top: 1px;
overflow: hidden;
}
.ui-breadcrumb-chevron{
float:left;
margin-top:2px;
}
.ui-breadcrumb .ui-breadcrumb-options {
float: right;
}
/** SlideMenu **/
.ui-slidemenu .ui-slidemenu-wrapper {
position: relative;
}
.ui-slidemenu .ui-slidemenu-content {
overflow-x: hidden;
overflow-y: auto;
position: relative;
}
.ui-slidemenu .ui-menu-list {
position: absolute;
top: 0;
}
.ui-slidemenu .ui-menu-parent {
position: static;
}
.ui-slidemenu .ui-menu-child {
box-shadow : none;
border: 0 none;
background: none repeat scroll 0 0 transparent;
}
.ui-slidemenu-backward {
position: absolute;
bottom: 0;
width: 95%;
margin-bottom: 0.4em;
padding: 0.2em;
cursor: pointer;
display: none;
}
.ui-slidemenu-backward .ui-icon {
float:left;
}
/** SplitButtonMenu **/
.ui-splitbuttonmenu {
width: auto;
}
/** PanelMenu **/
.ui-panelmenu {
width: auto;
}
.ui-panelmenu .ui-panelmenu-panel {
padding: 0;
margin: 0;
}
.ui-panelmenu .ui-panelmenu-header {
cursor: pointer;
position: relative;
margin: 0;
zoom: 1;
}
.ui-panelmenu .ui-panelmenu-header a {
display: block;
padding: .5em .5em .5em 2.2em;
}
.ui-panelmenu .ui-panelmenu-header .ui-icon {
position: absolute;
left: .5em;
top: 50%;
margin-top: -8px;
}
.ui-panelmenu .ui-panelmenu-content {
padding: 0.2em 0;
border-top: 0;
margin-top: -2px;
position: relative;
top: 1px;
overflow: auto;
zoom: 1;
outline: none;
}
.ui-panelmenu .ui-panelmenu-header.ui-state-disabled,
.ui-panelmenu .ui-panelmenu-header.ui-state-disabled a {
cursor: default;
}
.ui-panelmenu .ui-menu-list {
position: static;
}
.ui-panelmenu .ui-menuitem {
margin:1px 0;
padding:0;
}
.ui-panelmenu .ui-menuitem-link {
display:block;
outline:none;
text-decoration:none;
font-weight:400;
border:solid 1px transparent;
line-height:16px;
cursor: pointer;
position: relative;
padding: 0.3em 0.3em 0.3em 2em;
}
.ui-panelmenu .ui-menu-parent .ui-menuitem-link-hasicon {
padding-left: 2.8em;
}
.ui-panelmenu .ui-icon {
position: absolute;
right: auto;
top: 0;
bottom: 0;
margin: auto 0;
left: 0.5em;
}
.ui-panelmenu .ui-menu-parent > .ui-menuitem-link > .ui-icon {
left: 1.5em;
}
.ui-panelmenu .ui-menu-parent .ui-panelmenu-icon.ui-icon {
left: 0.5em;
}
.ui-panelmenu .ui-menuitem-text {
float: none;
}
.ui-panelmenu .ui-menu-parent .ui-menu-list {
margin-left: 20px;
}
.ui-menuitem-outline {
outline: 1px dotted;
z-index: 1;
}
/** TabMenu **/
.ui-tabmenu {
position: relative;
zoom: 1;
}
.ui-tabmenu .ui-tabmenu-nav {
margin: 0;
padding: .2em .2em 0;
}
.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem {
list-style: none;
float: left;
position: relative;
margin: 0 .2em 1px 0;
padding: 0;
white-space: nowrap;
display: block;
border-bottom: 0;
top: 1px;
}
.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem a {
float: left;
padding: 0.5em 1em;
text-decoration: none;
}
.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem-hasicon a {
padding: 0.5em 1em 0.5em 0.2em;
}
.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem .ui-icon {
float: left;
cursor: pointer;
}
/** Steps **/
.ui-steps ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.ui-steps .ui-steps-item {
float: left;
box-sizing: border-box;
}
.ui-steps .ui-steps-item .ui-menuitem-link {
text-decoration: none;
display: block;
padding: 1em;
position: relative;
text-align: center;
}
.ui-steps .ui-steps-item.ui-state-highlight .ui-menuitem-link,
.ui-steps .ui-steps-item.ui-state-disabled .ui-menuitem-link {
cursor: default;
}
.ui-steps .ui-steps-number {
font-size: 200%;
display: block;
}
.ui-steps .ui-steps-title {
display: block;
white-space: nowrap;
}
/* Responsive */
@media (max-width: 640px) {
.ui-steps .ui-steps-item .ui-menuitem-link {
padding: 0.5em;
}
.ui-steps .ui-steps-item .ui-steps-title {
display: none;
}
}
/** Fluid **/
.ui-fluid .ui-menu {
width: 100%;
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
}
.ui-messages-info, .ui-messages-warn, .ui-messages-error, .ui-messages-fatal {
border: 1px solid;
margin: 10px 0px;
padding:10px 10px 10px 10px;
}
.ui-message-info, .ui-message-error, .ui-message-warn, .ui-message-fatal {
border: 1px solid;;
margin: 0px 5px;
padding:2px 5px;
}
.ui-messages-info-icon, .ui-messages-warn-icon, .ui-messages-error-icon, .ui-messages-fatal-icon,
.ui-message-info-icon, .ui-message-warn-icon, .ui-message-error-icon, .ui-message-fatal-icon {
background: url("/serenity/javax.faces.resource/messages/messages.png.xhtml?ln=primefaces&v=6.2") no-repeat;
display:block;
float:left;
margin:0;
padding:0;
position: relative;
}
.ui-messages-info-icon, .ui-messages-warn-icon, .ui-messages-error-icon, .ui-messages-fatal-icon {
height:24px;
width:24px;
margin-top:-4px;
}
.ui-message-info-icon, .ui-message-warn-icon, .ui-message-error-icon, .ui-message-fatal-icon {
height:16px;
width:16px;
}
.ui-messages-info-summary, .ui-messages-warn-summary, .ui-messages-error-summary, .ui-messages-fatal-summary,
.ui-message-info-summary, .ui-message-warn-summary, .ui-message-error-summary, .ui-message-fatal-summary {
margin-left:10px;
font-weight:bold;
}
.ui-messages-info-detail, .ui-messages-warn-detail, .ui-messages-error-detail, .ui-messages-fatal-detail,
.ui-message-info-detail, .ui-message-warn-detail, .ui-message-error-detail, .ui-message-fatal-detail {
margin-left:5px;
}
.ui-messages-info, .ui-message-info {
color: #3a87ad;
background-color: #d9edf7;
border-color: #bce8f1;
}
.ui-messages-warn, .ui-message-warn {
color: #c09853;
background-color: #fcf8e3;
border-color: #fbeed5;
}
.ui-messages-error, .ui-message-error {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
.ui-messages-fatal, .ui-message-fatal {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
.ui-messages ul {
margin: 0 25px;
padding:0;
list-style-type:none;
}
.ui-messages.ui-messages-noicon ul {
margin: 0 25px 0 0;
}
.ui-message-icon-only {
width:16px;
height:16px
}
.ui-messages-info-icon {background-position: 0px -316px;}
.ui-messages-warn-icon {background-position: 0px -448px;}
.ui-messages-error-icon {background-position: 0px -52px;}
.ui-messages-fatal-icon {background-position: 0px -184px;}
.ui-message-info-icon {background-position: 0px -360px;}
.ui-message-warn-icon {background-position: 0px -492px;}
.ui-message-error-icon {background-position: 0px -96px;}
.ui-message-fatal-icon {background-position: 0px -228px;}
.ui-messages .ui-messages-close {
float:right;
cursor: pointer;
}
.ui-notificationbar {
position:fixed;
width:100%;
height:100px;
display:none;
padding:10px;
}
.ui-notificationbar-close {
position:absolute;
right:3em;
top:1em;
cursor:pointer;
}
.ui-orderlist {
display: table;
}
.ui-orderlist .ui-orderlist-caption {
width: 180px;
}
.ui-orderlist .ui-orderlist-list {
list-style-type: none;
margin: 0;
padding: 0;
overflow:auto;
height:200px;
width:200px;
}
.ui-orderlist .ui-orderlist-list li {
margin: 1px;
padding: 2px;
}
.ui-orderlist .ui-button {
display:block;
margin-bottom:0.3em;
}
.ui-orderlist .ui-orderlist-button.ui-button-text-icon-primary {
width:100%;
}
.ui-orderlist .ui-orderlist-item {
cursor:pointer;
border:0px none;
font-weight: inherit;
}
.ui-orderlist .ui-orderlist-caption {
text-align: center;
padding:4px 0px;
border-bottom:0px none;
}
.ui-orderlist table {
width:100%;
border-collapse:collapse;
}
.ui-orderlist.ui-state-disabled .ui-orderlist-item,
.ui-orderlist.ui-state-disabled .ui-button {
cursor: default;
}
.ui-orderlist.ui-state-disabled .ui-orderlist-list {
overflow:hidden;
}
/* Responsive */
.ui-orderlist.ui-grid-responsive {
display: block;
width: 100%;
}
.ui-orderlist.ui-grid-responsive .ui-orderlist-list,
.ui-orderlist.ui-grid-responsive .ui-orderlist-caption {
width: 100%;
}
.ui-orderlist.ui-grid-responsive .ui-orderlist-controls .ui-button {
width: 100%;
}
@media (max-width: 640px) {
.ui-orderlist.ui-grid-responsive .ui-orderlist-controls {
text-align: center;
padding: 0px;
}
.ui-orderlist.ui-grid-responsive .ui-orderlist-controls .ui-button {
display: inline;
width: 20%;
}
}
.ui-outputpanel-loading {
background: url("/serenity/javax.faces.resource/outputpanel/images/loading.gif.xhtml?ln=primefaces&v=6.2") center center no-repeat;
width: 32px;
height: 32px;
}
.ui-overlaypanel {
padding: 0;
margin: 0;
position: absolute;
}
.ui-overlaypanel-content {
padding: 0.5em 1em;
}
.ui-overlaypanel-close {
position: absolute;
top: -10px;
right: -10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.ui-overlaypanel-mask {
position: fixed;
width: 100%;
height: 100%;
}
.ui-panel {
padding: 0.2em;
}
.ui-panel .ui-panel-titlebar {
padding: 0.5em 1em 0.3em;
}
.ui-panel .ui-panel-title {
margin: 0.1em 16px 0.2em 0;
}
.ui-panel .ui-panel-titlebar-icon {
float: right;
cursor: pointer;
}
.ui-panel .ui-panel-titlebar-icon,
.ui-panel .ui-panel-titlebar-icon:hover,
.ui-panel .ui-panel-titlebar-icon:focus {
margin-left:0.2em;
margin-top:-0.2em;
*margin:-1.5em 0em 0em 0.2em;
}
.ui-panel .ui-panel-content {
border: 0;
background: none;
padding: 0.5em 1em;
}
.ui-panel .ui-panel-footer {
border-width:1px 0 0;
margin:0.5em 0 0;
padding:0.5em 1em;
text-align:left;
}
.ui-panel-collapsed-h .ui-panel-titlebar-icon,
.ui-panel-collapsed-h .ui-panel-titlebar-icon:hover,
.ui-panel-collapsed-h .ui-panel-titlebar-icon:focus {
*margin:-0.2em 0em 0em 0.1em;
}
.ui-panel.ui-panel-collapsed-h {
width: 42px;
}
.ui-panel.ui-panel-collapsed-h .ui-panel-title {
display:none;
}
.ui-panel .ui-panel-actions {
float: right;
}
.ui-panelgrid {
border-collapse: collapse;
}
.ui-panelgrid .ui-panelgrid-header {
text-align: center;
padding: 4px 10px;
}
.ui-panelgrid .ui-panelgrid-footer {
text-align: left;
padding: 2px 5px;
}
.ui-panelgrid .ui-panelgrid-cell {
border-width: 1px;
border-style: solid;
border-color: inherit;
padding: 4px 10px;
}
.ui-panelgrid.ui-noborder .ui-panelgrid-cell {
border: 0px none;
}
.ui-panelgrid.ui-noborder .ui-widget-content,
.ui-panelgrid.ui-noborder .ui-widget-header {
border: 0px none;
}
.ui-panelgrid.ui-panelgrid-blank .ui-panelgrid-content.ui-widget-content,
.ui-panelgrid.ui-panelgrid-blank .ui-panelgrid-header.ui-widget-header,
.ui-panelgrid.ui-panelgrid-blank .ui-panelgrid-footer.ui-widget-header,
.ui-panelgrid.ui-panelgrid-blank .ui-panelgrid-header > tr.ui-widget-header,
.ui-panelgrid.ui-panelgrid-blank tbody > tr.ui-widget-content,
.ui-panelgrid.ui-panelgrid-blank tbody > tr.ui-widget-content > td.ui-panelgrid-cell,
.ui-panelgrid.ui-panelgrid-blank .ui-panelgrid-footer > tr.ui-widget-footer {
background: none;
border: 0 none;
}
/* Grid CSS */
.ui-panelgrid .ui-grid-responsive .ui-panelgrid-cell {
border: 0 none;
}
/* Responsive */
@media (max-width: 640px) {
.ui-panelgrid .ui-grid-responsive .ui-grid-row {
border-top: 1px solid #BCC7CF;
}
.ui-panelgrid .ui-grid-responsive .ui-grid-row:first-child {
border-top: 0 none;
}
.ui-panelgrid.ui-noborder .ui-grid-responsive .ui-grid-row {
border: 0 none;
}
}
.ui-paginator {
margin:0px;
text-align: center;
padding:2px;
}
.ui-paginator.ui-paginator-top {
border-bottom:0px none;
}
.ui-paginator.ui-paginator-bottom {
border-top:0px none;
}
.ui-paginator.ui-paginator-top .ui-paginator-top-left-content {
float: left;
}
.ui-paginator.ui-paginator-top .ui-paginator-top-right-content {
float: right;
}
.ui-paginator.ui-paginator-bottom .ui-paginator-bottom-left-content {
float: left;
}
.ui-paginator.ui-paginator-bottom .ui-paginator-bottom-right-content {
float: right;
}
.ui-paginator .ui-paginator-page,
.ui-paginator .ui-paginator-pages,
.ui-paginator .ui-paginator-next,
.ui-paginator .ui-paginator-last,
.ui-paginator .ui-paginator-first,
.ui-paginator .ui-paginator-prev,
.ui-paginator .ui-paginator-current {
display: inline-block;
padding: 2px 6px;
zoom: 1;
margin-left: 1px;
margin-right: 1px;
text-decoration: none;
outline: none;
}
.ui-paginator .ui-paginator-page,
.ui-paginator .ui-paginator-next,
.ui-paginator .ui-paginator-last,
.ui-paginator .ui-paginator-first,
.ui-paginator .ui-paginator-prev{
cursor: pointer;
}
.ui-paginator .ui-paginator-current,
.ui-paginator .ui-paginator-rpp-options {
margin-left: 1em;
margin-right: 1em;
background-image: none;
}
.ui-paginator .ui-paginator-next .ui-icon,
.ui-paginator .ui-paginator-prev .ui-icon,
.ui-paginator .ui-paginator-first .ui-icon,
.ui-paginator .ui-paginator-last .ui-icon {
height: auto;
overflow: inherit;
}
.ui-paginator .ui-paginator-jtp-select option,
.ui-paginator .ui-paginator-rpp-options option {
background-image: none;
border:0 none;
box-shadow:none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
/* Responsive */
@media (max-width: 640px) {
.ui-paginator .ui-paginator-pages {
display: none;
}
}
.ui-picklist > div {
float: left;
}
.ui-picklist .ui-picklist-buttons {
height: 200px;
padding: 0px 5px;
}
.ui-picklist .ui-picklist-list {
list-style-type: none;
margin: 0;
padding: 0;
overflow:auto;
height:200px;
width:200px;
}
.ui-picklist .ui-picklist-list li {
margin: 1px;
padding: 2px;
}
.ui-picklist .ui-button {
display:block;
margin-bottom:0.3em;
}
.ui-picklist .ui-button-text-icon-left {
width: 100%;
}
.ui-picklist .ui-picklist-item {
cursor:pointer;
border:0px none;
font-weight: inherit;
}
.ui-picklist .ui-picklist-caption {
text-align: center;
padding: 4px 0px;
border-bottom:0px none;
}
.ui-picklist table {
width:100%;
border-collapse:collapse;
}
.ui-picklist .ui-picklist-filter {
padding-right: 15px;
width: 100%;
box-sizing: border-box;
}
.ui-picklist .ui-picklist-filter-container {
position: relative;
margin: 0;
padding: 0;
}
.ui-picklist .ui-picklist-filter-container .ui-icon {
position: absolute;
top: 5px;
right: 2px;
}
.ui-picklist {
display: table;
}
.ui-picklist > div {
float: none;
display: table-cell;
vertical-align: top;
}
.ui-picklist .ui-picklist-buttons {
vertical-align: middle;
}
/* Vertical */
.ui-picklist.ui-picklist-vertical {
display: table;
}
.ui-picklist.ui-picklist-vertical > div {
float: none;
display: table-row;
vertical-align: top;
}
.ui-picklist.ui-picklist-vertical .ui-picklist-buttons {
text-align:center;
height: auto;
}
.ui-picklist.ui-picklist-vertical .ui-picklist-buttons .ui-button {
display: inline-block;
}
.ui-picklist.ui-picklist-vertical .ui-button {
margin-top: 0.3em;
}
.ui-picklist-outline {
outline: 1px dotted black;
z-index: 1;
}
.ui-picklist-list.ui-picklist-source,
.ui-picklist-list.ui-picklist-target {
outline: none;
}
/* Responsive */
.ui-picklist.ui-picklist-responsive * {
box-sizing: border-box;
}
.ui-picklist.ui-picklist-responsive {
width: 100%;
}
.ui-picklist.ui-picklist-responsive .ui-picklist-list-wrapper {
width: 35%;
}
.ui-picklist.ui-picklist-responsive .ui-picklist-list-wrapper:nth-child(1),
.ui-picklist.ui-picklist-responsive .ui-picklist-list-wrapper:nth-last-child(2) {
width: 45%;
}
.ui-picklist.ui-picklist-responsive .ui-picklist-buttons {
width: 10%;
}
.ui-picklist.ui-picklist-responsive .ui-picklist-buttons button {
width: 100%;
}
.ui-picklist.ui-picklist-responsive .ui-picklist-list {
width: auto;
}
.ui-picklist.ui-picklist-responsive .ui-chkbox-box {
width: 18px;
height: 18px;
}
/* Responsive */
@media (max-width: 640px) {
.ui-picklist.ui-picklist-responsive {
display: block;
}
.ui-picklist.ui-picklist-responsive > div {
display: block;
width: 100% !important;
}
.ui-picklist.ui-picklist-responsive .ui-picklist-buttons {
text-align: center;
height: auto;
padding: 5px 0px;
}
.ui-picklist.ui-picklist-responsive .ui-picklist-buttons button {
display: inline;
width: 20%;
}
.ui-picklist.ui-picklist-responsive .ui-picklist-source-controls.ui-picklist-buttons {
padding-bottom: 5px;
}
.ui-picklist.ui-picklist-responsive .ui-picklist-target-controls.ui-picklist-buttons {
padding-top: 5px;
}
.ui-picklist.ui-picklist-responsive .ui-picklist-buttons .ui-icon-arrow-1-e {
background-position: -64px -32px
}
.ui-picklist.ui-picklist-responsive .ui-picklist-buttons .ui-icon-arrowstop-1-e {
background-position: -224px -32px;
}
.ui-picklist.ui-picklist-responsive .ui-picklist-buttons .ui-icon-arrow-1-w {
background-position: 0 -32px;
}
.ui-picklist.ui-picklist-responsive .ui-picklist-buttons .ui-icon-arrowstop-1-w {
background-position: -192px -32px;
}
}
.ui-progressbar {
height: 1.2em;
text-align: left;
position: relative;
}
.ui-progressbar-determinate .ui-progressbar-value {
margin: -1px;
height: 100%;
width: 0%;
position: absolute;
display: none;
}
.ui-progressbar-determinate .ui-progressbar-label {
text-align: center;
height: 100%;
width: 100%;
position: absolute;
display: none;
font-weight: bold;
}
.ui-progressbar-indeterminate {
height: .5em;
overflow: hidden;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
border: 0 none;
}
.ui-progressbar-indeterminate .ui-progressbar-value::before {
content: '';
position: absolute;
background-color: inherit;
top: 0;
left: 0;
bottom: 0;
will-change: left, right;
-webkit-animation: ui-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
animation: ui-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.ui-progressbar-indeterminate .ui-progressbar-value::after {
content: '';
position: absolute;
background-color: inherit;
top: 0;
left: 0;
bottom: 0;
will-change: left, right;
-webkit-animation: ui-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
animation: ui-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
-webkit-animation-delay: 1.15s;
animation-delay: 1.15s;
}
@-webkit-keyframes ui-progressbar-indeterminate-anim {
0% {
left: -35%;
right: 100%; }
60% {
left: 100%;
right: -90%; }
100% {
left: 100%;
right: -90%; }
}
@keyframes ui-progressbar-indeterminate-anim {
0% {
left: -35%;
right: 100%; }
60% {
left: 100%;
right: -90%; }
100% {
left: 100%;
right: -90%; }
}
@-webkit-keyframes ui-progressbar-indeterminate-anim-short {
0% {
left: -200%;
right: 100%; }
60% {
left: 107%;
right: -8%; }
100% {
left: 107%;
right: -8%; }
}
@keyframes ui-progressbar-indeterminate-anim-short {
0% {
left: -200%;
right: 100%; }
60% {
left: 107%;
right: -8%; }
100% {
left: 107%;
right: -8%; }
}
.ui-rating-star,
.ui-rating-cancel {
display: inline-block;
overflow: hidden;
text-indent: -999em;
cursor: pointer;
}
.ui-rating-star a,
.ui-rating-cancel a {
width: 16px;
height: 15px;
display: block;
background: url("/serenity/javax.faces.resource/rating/rating.png.xhtml?ln=primefaces&v=6.2") no-repeat 0 0;
}
.ui-rating-star a {
background-position: 0 -32px;
}
.ui-rating-star-on a {
background-position: 0 -48px;
}
.ui-rating-star-hover a {
background-position: 0 -64px;
}
.ui-rating-cancel-hover a {
background-position: 0 -16px;
}
.ui-rating.ui-state-disabled .ui-rating-star,
.ui-rating.ui-state-disabled .ui-rating-cancel {
cursor: default;
}
.ui-spinner {
display: inline-block;
overflow: visible;
padding: 0;
position: relative;
vertical-align: middle;
}
.ui-spinner-input {
vertical-align: middle;
text-align: right;
padding-right: 20px;
}
.ui-spinner-button {
cursor: default;
display: block;
font-size: 0.5em;
height: 50%;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
right: 0;
text-align: center;
vertical-align: middle;
width: 16px;
z-index: 100;
}
.ui-spinner .ui-icon {
left: 0;
margin-top: -8px;
position: absolute;
top: 50%;
}
.ui-spinner-up {
top: 0;
}
.ui-spinner-down {
bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
background-position: -65px -16px;
}
.ui-spinner .ui-icon-triangle-1-n {
margin-top: -9px;
}
.ui-spinner-input::-ms-clear {
display: none;
}
.ui-tabs {
position: relative;
padding: .2em;
zoom: 1;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
margin: 0;
}
.ui-tabs .ui-tabs-nav li {
list-style: none;
position: relative;
margin: 0 .2em 1px 0;
padding: 0;
white-space: nowrap;
display: inline-block;
vertical-align: top;
float: none;
}
.ui-tabs .ui-tabs-nav li a {
float: left;
padding: .5em 1em;
text-decoration: none;
outline: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
border-width: 0;
padding: 1em 1.4em;
background: none;
}
.ui-tabs .ui-tabs-nav li > .ui-icon {
float: left;
margin: 0.4em 0.2em 0 0;
cursor: pointer;
}
/* per orientation settings */
/* top and bottom */
.ui-tabs.ui-tabs-top > .ui-tabs-nav li {
border-bottom: 0;
top: 1px;
}
.ui-tabs.ui-tabs-top > .ui-tabs-nav {
padding: .2em .2em 0;
}
.ui-tabs.ui-tabs-bottom > .ui-tabs-nav {
padding: 0 .2em .2em;
}
.ui-tabs.ui-tabs-bottom > .ui-tabs-nav li {
border-top: 0;
}
/* left and right*/
.ui-tabs-left:after,
.ui-tabs-right:after {
clear:both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.ui-tabs-left > .ui-tabs-nav {
float:left;
width:23%;
height:300px;
background-image: none;
padding-top:1px;
}
.ui-tabs-left > .ui-tabs-panels {
float:right;
width:75%;
}
.ui-tabs.ui-tabs-left > .ui-tabs-nav li,
.ui-tabs.ui-tabs-right > .ui-tabs-nav li{
display: block;
white-space: normal;
width: 98%;
}
.ui-tabs.ui-tabs-left > .ui-tabs-nav li a,
.ui-tabs.ui-tabs-right > .ui-tabs-nav li a {
width: 90%;
}
.ui-tabs.ui-tabs-left > .ui-tabs-nav li {
float: right;
}
.ui-tabs.ui-tabs-right > .ui-tabs-nav li {
float: left;
}
.ui-tabs.ui-tabs-left > .ui-tabs-nav li {
margin:0 0 1px 0.2em;
border-right:0 none;
}
.ui-tabs.ui-tabs-right > .ui-tabs-nav {
float:right;
width:23%;
height:300px;
background-image: none;
padding-top:1px;
}
.ui-tabs.ui-tabs-right > .ui-tabs-panels {
float:left;
width:75%;
}
.ui-tabs.ui-tabs-right > .ui-tabs-nav li {
margin:0 0.2em 1px 0;
border-left:0 none;
}
.ui-tabs.ui-tabs-left .ui-tabs-actions, .ui-tabs.ui-tabs-right .ui-tabs-actions {
position: absolute;
bottom: 0;
padding: .2em; /** .ui-tabs padding **/
}
/** RTL **/
.ui-tabs-rtl {
direction: rtl;
}
/** Scroll **/
.ui-tabs-scrollable .ui-tabs-nav {
width:5000px;
}
.ui-tabs .ui-tabs-navscroller {
overflow: hidden;
}
.ui-tabs-scrollable .ui-tabs-nav li {
margin: 0 .2em -1px 0;
}
.ui-tabs .ui-tabs-navscroller-btn {
position: absolute;
height: 28px;
z-index: 100;
cursor: pointer;
display: none;
}
.ui-tabs .ui-tabs-navscroller-btn-left {
left: 0.2em;
}
.ui-tabs .ui-tabs-navscroller-btn-right {
right: 0.2em;
}
.ui-tabs .ui-tabs-navscroller-btn-left .ui-icon,
.ui-tabs .ui-tabs-navscroller-btn-right .ui-icon {
margin-top: 5px;
}
.ui-tabs-outline {
outline: dotted thin;
z-index: 1;
}
.ui-tabs li.ui-tabs-actions {
float: right;
}
.ui-tabs.ui-tabs-rtl li.ui-tabs-actions {
float: left;
}
.ui-tabs li.ui-tabs-actions[aria-hidden='true'] {
display: none;
}
.ui-tagcloud {
width:250px;
}
.ui-tagcloud ul {
margin:1em;
padding:0.1em;
text-align:center;
}
.ui-tagcloud li {
margin:0;
padding:0;
list-style:none;
display:inline-block;
}
.ui-tagcloud li a {
text-decoration:none;
padding:0 5px;
}
.ui-tagcloud-strength-1{
font-size:100%;
}
.ui-tagcloud-strength-2{
font-size:120%;
}
.ui-tagcloud-strength-3{
font-size:140%;
}
.ui-tagcloud-strength-4{
font-size:160%;
}
.ui-tagcloud-strength-5{
font-size:180%;
}
.ui-tagcloud li a.ui-state-hover {
border: 0px none;
font-weight: inherit;
}
.ui-toolbar {padding:0.2em;}
.ui-toolbar .ui-separator {display: inline-block;vertical-align: middle;}
.ui-toolbar-group-left {float:left;}
.ui-toolbar-group-right {float:right;}
.ui-tooltip {
position:absolute;
display:none;
pointer-events: none;
}
.ui-tooltip.ui-tooltip-right,
.ui-tooltip.ui-tooltip-left {
padding: 0 5px;
}
.ui-tooltip.ui-tooltip-top,
.ui-tooltip.ui-tooltip-bottom {
padding: 5px 0px;
}
.ui-tooltip .ui-tooltip-text {
padding: 3px 10px;
background-color: rgb(76, 76, 76);
background-image: none;
color: #ffffff;
}
.ui-tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.ui-tooltip-right .ui-tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: rgb(76, 76, 76);
}
.ui-tooltip-left .ui-tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: rgb(76, 76, 76);
}
.ui-tooltip.ui-tooltip-top {
padding: 5px 0;
}
.ui-tooltip-top .ui-tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: rgb(76, 76, 76);
}
.ui-tooltip-bottom .ui-tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: rgb(76, 76, 76);
}
.ui-tree {
width: 300px;
position: relative;
}
.ui-tree .ui-tree-container {
margin: 0;
padding: 3px;
white-space: nowrap;
overflow: auto;
}
.ui-tree .ui-treenode-children {
margin: 0;
padding: 0 0 0 16px;
}
.ui-tree .ui-treenode {
background-attachment: scroll;
background-color: transparent;
background-image: none;
background-position: 0 0;
background-repeat: repeat-y;
list-style: none outside none;
margin: 0;
padding: 1px 0 0;
}
.ui-tree .ui-tree-toggler {
cursor: pointer;
display: inline-block;
vertical-align: middle;
}
.ui-tree .ui-treenode-icon {
display: inline-block;
vertical-align: middle;
}
.ui-tree .ui-treenode-label {
display: inline-block;
vertical-align: middle;
padding: 0 3px;
}
.ui-tree .ui-tree-selectable .ui-treenode-label,
.ui-tree .ui-tree-selectable .ui-treenode-icon {
cursor: pointer;
}
.ui-tree .ui-treenode-label.ui-state-hover,
.ui-tree .ui-treenode-label.ui-state-highlight {
font-weight: normal;
border: 0 none;
}
.ui-tree .ui-treenode-leaf-icon {
width: 16px;
height: 16px;
display: inline-block;
}
.ui-tree .ui-chkbox-box {
cursor: pointer;
width: 15px;
height: 15px;
float: left;
}
.ui-tree .ui-chkbox {
display: inline-block;
zoom: 1;
}
/** Horizontal Tree **/
.ui-tree-horizontal {
width:auto;
padding:10px 0px;
overflow:auto;
}
.ui-tree.ui-tree-horizontal table,
.ui-tree.ui-tree-horizontal tr,
.ui-tree.ui-tree-horizontal td {
border-collapse: collapse;
margin:0;
padding:0;
vertical-align: middle;
}
.ui-tree.ui-tree-horizontal .ui-tree-toggler,
.ui-tree.ui-tree-horizontal .ui-treenode-icon {
vertical-align: bottom;
}
.ui-tree-horizontal .ui-treenode-content {
font-weight: normal;
}
.ui-tree-horizontal .ui-treenode-content.ui-tree-selectable {
cursor: pointer;
}
.ui-tree-horizontal .ui-treenode-parent .ui-treenode-content {
font-weight: normal;
white-space: nowrap;
}
.ui-tree-horizontal .ui-treenode-parent .ui-treenode-content {
padding: 0.4em 1em 0.4em 0.2em;
}
.ui-tree-horizontal .ui-treenode-leaf .ui-treenode-content {
padding: 0.4em 1em;
}
.ui-tree.ui-tree-horizontal .ui-treenode {
background: url("/serenity/javax.faces.resource/tree/images/line.gif.xhtml?ln=primefaces&v=6.2") repeat-x scroll center center transparent;
padding: 5px 40px;
}
.ui-tree.ui-tree-horizontal .ui-treenode.ui-treenode-leaf,
.ui-tree.ui-tree-horizontal .ui-treenode.ui-treenode-collapsed {
padding-right:0px;
}
.ui-tree.ui-tree-horizontal .ui-treenode-children {
padding:0;
margin:0;
}
.ui-tree.ui-tree-horizontal .ui-treenode-connector {
width: 1px;
}
.ui-tree.ui-tree-horizontal .ui-treenode-connector-table {
height: 100%;
width: 1px;
}
.ui-tree.ui-tree-horizontal .ui-treenode-connector-line {
background: url("/serenity/javax.faces.resource/tree/images/line.gif.xhtml?ln=primefaces&v=6.2") repeat-y scroll 0 0 transparent;
width: 1px;
}
.ui-tree.ui-tree-horizontal table {
height:0px;
}
.ui-tree.ui-tree-horizontal .ui-chkbox {
vertical-align: bottom;
margin-right: 3px;
}
.ui-tree.ui-state-disabled .ui-tree-toggler,
.ui-tree.ui-state-disabled .ui-tree-selectable .ui-treenode-label,
.ui-tree.ui-state-disabled .ui-tree-selectable .ui-treenode-icon,
.ui-tree.ui-state-disabled .ui-chkbox-box {
cursor: default;
}
/** RTL **/
.ui-tree.ui-tree-rtl {
direction: rtl;
}
.ui-tree.ui-tree-rtl .ui-treenode-children {
padding: 0 16px 0 0;
}
/** DragDrop **/
.ui-tree-droppoint {
list-style: none outside none;
height: 4px;
margin: 0;
padding: 0;
}
.ui-tree-droppoint.ui-state-hover {
border: 0 none;
}
.ui-treenode-content.ui-state-hover {
font-weight: inherit;
}
.ui-tree-draghelper.ui-state-highlight {
background: none transparent;
}
.ui-tree .ui-tree-scrollertop,
.ui-tree .ui-tree-scrollerbottom {
height: 10px;
width: 100%;
position: absolute;
}
.ui-tree .ui-tree-scrollertop {
top: 0;
}
.ui-tree .ui-tree-scrollerbottom {
bottom: 0;
}
.ui-tree .ui-treenode-content .ui-chkbox.ui-selection {
display: none;
}
.ui-tree .ui-treenode-content.ui-tree-selectable .ui-chkbox.ui-selection {
display: inline-block;
}
.ui-tree.ui-tree-checkbox-all .ui-treenode-content .ui-chkbox.ui-selection {
display: inline-block;
}
.ui-tree .ui-treenode-outline {
outline: 1px dotted;
}
/** Filter **/
.ui-tree-filter-container {
margin: 0.4em 0.5em 0.1em;
padding: 0;
position: relative;
}
.ui-tree-filter-container .ui-icon {
position: absolute;
right: 2px;
top: 5px;
}
.ui-tree-filter.ui-inputfield {
box-shadow: none;
padding-left: 2%;
padding-right: 12%;
width: 100%;
box-sizing: border-box;
}
/** Fluid **/
.ui-fluid .ui-tree {
width: 100%;
}
.ui-treetable table {
border-collapse:collapse;
width: 100%;
table-layout: fixed;
}
.ui-treetable .ui-treetable-header,
.ui-treetable .ui-treetable-footer {
text-align:center;
padding: 4px 10px;
}
.ui-treetable .ui-treetable-header {
border-bottom: 0px none;
}
.ui-treetable .ui-treetable-footer {
border-top: 0px none;
}
.ui-treetable th, .ui-treetable tfoot td {
text-align: center;
}
.ui-treetable thead th,
.ui-treetable tbody td,
.ui-treetable tfoot td {
padding: 4px 10px;
overflow: hidden;
white-space: nowrap;
border-width: 1px;
border-style: solid;
}
.ui-treetable tbody td {
border-color: inherit;
}
.ui-treetable .ui-treetable-toggler {
display: inline-block;
vertical-align: middle;
cursor: pointer;
margin-top: -5px;
}
.ui-treetable .ui-treetable-data tr.ui-state-highlight,
.ui-treetable .ui-treetable-data tr.ui-state-hover {
cursor: pointer;
}
.ui-treetable-scrollable-body {
overflow:auto;
}
.ui-treetable-scrollable-header,
.ui-treetable-scrollable-footer {
overflow: hidden;
border:0 none;
}
.ui-treetable-scrollable .ui-treetable-scrollable-theadclone tr th > * {
display: none;
}
.ui-treetable.ui-treetable-scrollable table {
table-layout: fixed;
}
.ui-treetable-scrollable .ui-treetable-scrollable-header,
.ui-treetable-scrollable .ui-treetable-scrollable-footer {
position: relative;
}
.ui-treetable .ui-treetable-data tr.ui-state-hover {
border-color: inherit;
font-weight: inherit;
}
/** Resizable Columns **/
.ui-treetable-resizable {
padding-bottom:1px; /*fix for webkit overlow*/
overflow:auto;
}
.ui-treetable.ui-treetable-resizable table {
table-layout: fixed;
}
.ui-treetable .ui-column-resizer {
width:8px;
height:20px;
padding:0px;
cursor:col-resize;
background-image: url("/serenity/javax.faces.resource/spacer/dot_clear.gif.xhtml?ln=primefaces&v=6.2");
margin: -4px -10px -4px 0px;
float: right;
}
.ui-treetable .ui-column-resizer-helper {
width: 1px;
position: absolute;
z-index: 10;
display: none;
}
.ui-treetable .ui-chkbox {
margin-right: 3px;
}
.ui-treetable .ui-treetable-indent {
width: 16px;
height: 16px;
float: left;
}
.ui-treetable-scrollable-body::-webkit-scrollbar {
-webkit-appearance: none;
width: 15px;
background-color: transparent;
}
.ui-treetable-scrollable-body::-webkit-scrollbar-thumb {
border-radius: 8px;
border: 1px solid white;
background-color: rgba(194,194,194,.5);
}
.ui-treetable .ui-sortable-column {
cursor: pointer;
}
.ui-treetable .ui-sortable-column-icon {
display: inline-block;
margin: -3px 0px -3px 2px;
}
.ui-treetable .ui-chkbox.ui-selection {
display: none;
}
.ui-treetable .ui-treetable-selectable-node .ui-chkbox.ui-selection {
display: inline-block;
}
.ui-treetable.ui-treetable-checkbox-all .ui-chkbox.ui-selection {
display: inline-block;
}
.ui-treetable-scrollable-theadclone {
height:0px;
}
.ui-treetable-scrollable-theadclone tr {
height:0px;
}
.ui-treetable-scrollable-theadclone th.ui-state-default {
height:0px;
border-bottom-width: 0px;
border-top-width: 0px;
padding-top: 0px;
padding-bottom: 0px;
outline: 0 none;
}
.ui-treetable-scrollable-theadclone th span {
display: block;
height: 0px;
}
/** Filter **/
.ui-treetable .ui-column-filter {
display: block;
box-sizing: border-box;
width: 100%;
margin:auto;
}
/** Reflow **/
.ui-treetable-reflow .ui-treetable-data td .ui-column-title {
display: none;
}
@media ( max-width: 640px ) {
.ui-treetable-reflow thead th,
.ui-treetable-reflow tfoot td {
display: none;
}
.ui-treetable-reflow .ui-treetable-data td {
text-align: left;
display: block;
border: 0px none;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: left;
clear: left;
}
.ui-treetable-reflow .ui-treetable-data.ui-widget-content {
border: 0px none;
}
.ui-treetable-reflow .ui-treetable-data tr.ui-widget-content {
border-left: 0px none;
border-right: 0px none;
}
.ui-treetable-reflow .ui-treetable-data td .ui-column-title {
padding: .4em;
min-width: 30%;
display: inline-block;
margin: -.4em 1em -.4em -.4em;
}
}
/* InCell Editing */
.ui-treetable .ui-editable-column .ui-cell-editor {
display: inline-block;
vertical-align: middle;
}
.ui-treetable .ui-editable-column .ui-treetable-toggler {
margin-top: 0px;
}
.ui-treetable .ui-cell-editor-input {
display: none;
}
.ui-treetable .ui-row-editing .ui-cell-editor .ui-cell-editor-output {
display:none;
}
.ui-treetable .ui-row-editing .ui-cell-editor .ui-cell-editor-input {
display:block;
}
.ui-treetable .ui-row-editor span {
cursor: pointer;
float: left;
}
.ui-treetable .ui-row-editor .ui-icon-pencil {
display: inline-block;
}
.ui-treetable .ui-row-editing .ui-row-editor .ui-icon-pencil {
display: none;
}
.ui-treetable .ui-row-editor .ui-icon-check,
.ui-treetable .ui-row-editor .ui-icon-close {
display: none;
}
.ui-treetable .ui-row-editing .ui-row-editor .ui-icon-check,
.ui-treetable .ui-row-editing .ui-row-editor .ui-icon-close {
display: inline-block;
}
.ui-treetable .ui-treetable-data tr.ui-row-editing td.ui-editable-column,
.ui-treetable .ui-treetable-data td.ui-cell-editing {
padding:0;
margin:0;
}
.ui-treetable .ui-treetable-data tr.ui-row-editing td.ui-editable-column:first-child,
.ui-treetable .ui-treetable-data td.ui-cell-editing:first-child {
padding-left: 10px;
}
.ui-wizard {
margin:0;
padding:0;
}
.ui-wizard-content {
margin:3px 0;
}
.ui-wizard-navbar {
text-align: right;
}
.ui-wizard-nav-back,
.ui-wizard-nav-next {
cursor: pointer;
}
.ui-wizard-nav-back {
float:left;
}
.ui-wizard-nav-next {
float:right;
}
.ui-wizard-step-title {
font-size: 18px;
margin:0 3px 0 0;
padding:0.4em;
float:left;
}
.ui-chips {
box-shadow: none;
cursor: pointer;
display: inline-block;
position: relative;
width: auto;
}
.ui-chips-container {
padding: 0;
clear: left;
cursor: text;
list-style-type: none;
margin: 0;
min-height: 1px;
overflow: hidden;
width: 400px;
}
.ui-chips-token {
cursor: default;
display: inline-block;
vertical-align: middle;
overflow: hidden;
padding: 1px 3px;
white-space: nowrap;
position: relative;
margin: 2px;
}
.ui-chips-token .ui-chips-token-label {
display: block;
padding: 0em 2.1em 0em 0.5em;
}
.ui-chips-token .ui-chips-token-icon {
cursor: pointer;
margin-top: -9px;
position: absolute;
right: 0.2em;
top: 50%;
}
.ui-chips-input-token {
display: inline-block;
vertical-align: middle;
list-style-type: none;
margin: 1px;
padding: 0;
}
.ui-chips-input-token input {
background-color: transparent;
border: 0 none;
margin: 2px;
outline: medium none;
width: 140px;
}
.ui-fluid .ui-chips,
.ui-fluid .ui-chips .ui-chips-container {
width: 100%;
}
.ui-sidebar {
position: fixed;
padding: .5em 1em;
-webkit-transition: transform .3s;
transition: transform .3s;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ui-sidebar-left {
top: 0;
left: 0;
width: 20em;
height: 100%;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.ui-sidebar-right {
top: 0;
right: 0;
width: 20em;
height: 100%;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.ui-sidebar-top {
top: 0;
left: 0;
width: 100%;
height: 10em;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.ui-sidebar-bottom {
bottom: 0;
left: 0;
width: 100%;
height: 10em;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
.ui-sidebar-full {
width: 100%;
height: 100%;
left: 0;
-webkit-transition: transform 0s;
transition: transform 0s;
}
.ui-sidebar-left.ui-sidebar-active,
.ui-sidebar-right.ui-sidebar-active {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
.ui-sidebar-left.ui-sidebar-sm,
.ui-sidebar-right.ui-sidebar-sm {
width: 20em;
}
.ui-sidebar-left.ui-sidebar-md,
.ui-sidebar-right.ui-sidebar-md {
width: 40em;
}
.ui-sidebar-left.ui-sidebar-lg,
.ui-sidebar-right.ui-sidebar-lg {
width: 60em;
}
.ui-sidebar-top.ui-sidebar-active,
.ui-sidebar-bottom.ui-sidebar-active {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
.ui-sidebar-top.ui-sidebar-sm,
.ui-sidebar-bottom.ui-sidebar-sm {
height: 10em;
}
.ui-sidebar-top.ui-sidebar-md,
.ui-sidebar-bottom.ui-sidebar-md {
height: 20em;
}
.ui-sidebar-top.ui-sidebar-lg,
.ui-sidebar-bottom.ui-sidebar-lg {
height: 30em;
}
.ui-sidebar-mask {
position: fixed;
width: 100%;
height: 100%;
}
.ui-sidebar-close {
float: right;
padding: 1px;
}
.ui-sidebar-close:hover,
.ui-sidebar-close:focus {
padding: 0px;
}
@media screen and (max-width: 64em) {
.ui-sidebar-left.ui-sidebar-lg,
.ui-sidebar-left.ui-sidebar-md,
.ui-sidebar-right.ui-sidebar-lg,
.ui-sidebar-right.ui-sidebar-md {
width: 20em;
}
} | 0.379608 | 0.051463 |
.text-icon {
display: inline-flex;
align-items: center;
justify-content: flex-start;
vertical-align: middle;
user-select: none;
}
.text {
display: inline-flex;
line-height: 1;
}
/* placement */
.text-bottom {
flex-direction: column;
}
/* size */
.size-xs {
& .text {
font-size: var(--font-size-xs);
}
}
.size-sm {
& .text {
font-size: var(--font-size-sm);
}
}
.size-sm-s {
& .text {
font-size: var(--font-size-sm-s);
}
}
.size-md {
& .text {
font-size: var(--font-size-md);
}
}
.size-md-s {
& .text {
font-size: var(--font-size-md-s);
}
}
.size-xm {
& .text {
font-size: var(--font-size-xm);
}
}
.size-lg {
& .text {
font-size: var(--font-size-lg);
}
}
/* color */
.black {
color: var(--color-black);
}
.green {
color: var(--color-matters-green);
}
.gold {
color: var(--color-matters-gold);
}
.grey {
color: var(--color-grey);
}
.grey-light {
color: var(--color-grey-light);
}
.grey-dark {
color: var(--color-grey-dark);
}
.grey-darker {
color: var(--color-grey-darker);
}
.white {
color: var(--color-white);
}
.red {
color: var(--color-red);
}
.likecoin-green {
color: var(--color-likecoin-green);
}
/* spacing */
.spacing-xxxtight.hasIcon {
&.text-right > .text {
padding-left: var(--spacing-xxx-tight);
}
&.text-left > .text {
padding-right: var(--spacing-xxx-tight);
}
&.text-bottom > .text {
padding-top: var(--spacing-xxx-tight);
}
}
.spacing-xxtight.hasIcon {
&.text-right > .text {
padding-left: var(--spacing-xx-tight);
}
&.text-left > .text {
padding-right: var(--spacing-xx-tight);
}
&.text-bottom > .text {
padding-top: var(--spacing-xx-tight);
}
}
.spacing-xtight.hasIcon {
&.text-right > .text {
padding-left: var(--spacing-x-tight);
}
&.text-left > .text {
padding-right: var(--spacing-x-tight);
}
&.text-bottom > .text {
padding-top: var(--spacing-x-tight);
}
}
.spacing-tight.hasIcon {
&.text-right > .text {
padding-left: var(--spacing-tight);
}
&.text-left > .text {
padding-right: var(--spacing-tight);
}
&.text-bottom > .text {
padding-top: var(--spacing-tight);
}
}
.spacing-base.hasIcon {
&.text-right > .text {
padding-left: var(--spacing-base);
}
&.text-left > .text {
padding-right: var(--spacing-base);
}
&.text-bottom > .text {
padding-top: var(--spacing-base);
}
}
/* weight */
.weight-light {
font-weight: var(--font-weight-light);
}
.weight-normal {
font-weight: var(--font-weight-normal);
}
.weight-md {
font-weight: var(--font-weight-medium);
}
.weight-semibold {
font-weight: var(--font-weight-semibold);
}
.weight-bold {
font-weight: var(--font-weight-bold);
}
.text-underline {
text-decoration: underline;
} | src/components/TextIcon/styles.css | .text-icon {
display: inline-flex;
align-items: center;
justify-content: flex-start;
vertical-align: middle;
user-select: none;
}
.text {
display: inline-flex;
line-height: 1;
}
/* placement */
.text-bottom {
flex-direction: column;
}
/* size */
.size-xs {
& .text {
font-size: var(--font-size-xs);
}
}
.size-sm {
& .text {
font-size: var(--font-size-sm);
}
}
.size-sm-s {
& .text {
font-size: var(--font-size-sm-s);
}
}
.size-md {
& .text {
font-size: var(--font-size-md);
}
}
.size-md-s {
& .text {
font-size: var(--font-size-md-s);
}
}
.size-xm {
& .text {
font-size: var(--font-size-xm);
}
}
.size-lg {
& .text {
font-size: var(--font-size-lg);
}
}
/* color */
.black {
color: var(--color-black);
}
.green {
color: var(--color-matters-green);
}
.gold {
color: var(--color-matters-gold);
}
.grey {
color: var(--color-grey);
}
.grey-light {
color: var(--color-grey-light);
}
.grey-dark {
color: var(--color-grey-dark);
}
.grey-darker {
color: var(--color-grey-darker);
}
.white {
color: var(--color-white);
}
.red {
color: var(--color-red);
}
.likecoin-green {
color: var(--color-likecoin-green);
}
/* spacing */
.spacing-xxxtight.hasIcon {
&.text-right > .text {
padding-left: var(--spacing-xxx-tight);
}
&.text-left > .text {
padding-right: var(--spacing-xxx-tight);
}
&.text-bottom > .text {
padding-top: var(--spacing-xxx-tight);
}
}
.spacing-xxtight.hasIcon {
&.text-right > .text {
padding-left: var(--spacing-xx-tight);
}
&.text-left > .text {
padding-right: var(--spacing-xx-tight);
}
&.text-bottom > .text {
padding-top: var(--spacing-xx-tight);
}
}
.spacing-xtight.hasIcon {
&.text-right > .text {
padding-left: var(--spacing-x-tight);
}
&.text-left > .text {
padding-right: var(--spacing-x-tight);
}
&.text-bottom > .text {
padding-top: var(--spacing-x-tight);
}
}
.spacing-tight.hasIcon {
&.text-right > .text {
padding-left: var(--spacing-tight);
}
&.text-left > .text {
padding-right: var(--spacing-tight);
}
&.text-bottom > .text {
padding-top: var(--spacing-tight);
}
}
.spacing-base.hasIcon {
&.text-right > .text {
padding-left: var(--spacing-base);
}
&.text-left > .text {
padding-right: var(--spacing-base);
}
&.text-bottom > .text {
padding-top: var(--spacing-base);
}
}
/* weight */
.weight-light {
font-weight: var(--font-weight-light);
}
.weight-normal {
font-weight: var(--font-weight-normal);
}
.weight-md {
font-weight: var(--font-weight-medium);
}
.weight-semibold {
font-weight: var(--font-weight-semibold);
}
.weight-bold {
font-weight: var(--font-weight-bold);
}
.text-underline {
text-decoration: underline;
} | 0.542379 | 0.090213 |
@charset "UTF-8";
:root {
--primary-white-color: #ffffff;
--second-bg-color: #f5f4fa;
--third-bg-color: #2f303a;
--primary-text-color: #212121;
--title-text-color: #757575;
--text-color-placeholder: rgba(117, 117, 117, 0.5);
--accent-color: #2196f3;
--black-color: #000000;
--bcg-hero: #c4c4c4;
--clients-logo: #afb1b8;
--works-list-border: #eeeeee;
--timing: cubic-bezier(0.4, 0, 0.2, 1);
}
.visually-hidden {
/* Удаляем элемент из потока документа */
position: absolute;
/* Временное решение для неверно произносимого, размазанного текста */
white-space: nowrap;
/* Устанавливаем минимально возможный размер (некоторые скринридеры игнорируют элементы с нулевой высотой и шириной) */
width: 1px;
height: 1px;
/* Скрываем вылезающий за границы контент */
overflow: hidden;
/* Сбрасываем любые свойства, которые могут повлиять на размер элемента */
border: 0;
padding: 0;
/* Вырезаем ту часть контента, которая должна отображаться. */
/* Устаревшее свойство clip для старых браузеров */
clip: rect(0 0 0 0);
/* clip-path для новых браузеров. inset(50%) определяет область вставки, которая позволит контенту исчезнуть. */
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
/* Похоже, никто до конца не понимает, почему тут margin: -1px. Кроме того, это приводит к проблемам (читай: https://github.com/h5bp/html5-boilerplate/issues/1985). */
margin: -1px;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin: 0 auto;
}
@media screen and (min-width: 480px) {
.container {
max-width: 480px;
}
}
@media screen and (min-width: 768px) {
.container {
max-width: 768px;
}
}
@media screen and (min-width: 1200px) {
.container {
max-width: 1200px;
}
}
body {
color: var(--title-text-color);
background-color: var(--primary-white-color);
font-family: Roboto, sans-serif;
letter-spacing: 0.03em;
}
body.modal-open {
overflow: hidden;
}
img {
display: block;
max-width: 100%;
height: auto;
}
ul,
ol {
padding: 0;
margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
}
.list {
list-style: none;
}
.logo {
font-family: Raleway, sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 1.174;
letter-spacing: 0.03em;
}
@media screen and (min-width: 1200px) {
.logo {
font-size: 26px;
line-height: 1.173;
}
}
.menu-container {
background-color: var(--primary-white-color);
}
.menu-container.is-open {
display: block;
}
@media screen and (max-width: 767px) {
.menu-container {
display: none;
position: absolute;
padding-top: 60px;
padding-bottom: 60px;
top: 101%;
left: 0;
width: 100%;
z-index: 999999;
}
}
@media screen and (min-width: 768px) {
.menu-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
.menu-button {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
padding: 0;
border: 0;
background-color: transparent;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: var(--timing);
transition-timing-function: var(--timing);
}
.menu-button:hover, .menu-button:focus {
color: var(--accent-color);
}
.menu-button__icon {
fill: currentColor;
}
@media screen and (min-width: 768px) {
.menu-button {
display: none;
}
}
.icon-menu {
display: block;
}
.icon-cross {
display: none;
}
.menu-button.is-open .icon-cross {
display: block;
}
.menu-button.is-open .icon-menu {
display: none;
}
.button {
display: inline-block;
padding: 10px 32px;
color: var(--primary-text-color);
background-color: var(--second-bg-color);
font-family: inherit;
border-radius: 4px;
border: none;
text-align: center;
}
.section-title {
margin-bottom: 30px;
color: var(--primary-text-color);
font-weight: 700;
font-size: 28px;
line-height: 1.171;
text-align: center;
}
@media screen and (min-width: 1200px) {
.section-title {
margin-bottom: 50px;
font-size: 36px;
line-height: 1.16;
}
}
.backdrop {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
overflow-y: scroll;
-webkit-transition-property: opacity, visibility;
transition-property: opacity, visibility;
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
-webkit-transition-timing-function: var(--timing);
transition-timing-function: var(--timing);
}
.modal {
-webkit-transform: scale(1);
transform: scale(1);
max-width: 450px;
min-height: 581px;
margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-right: 40px;
padding-bottom: 40px;
padding-left: 40px;
background-color: var(--primary-white-color);
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
border-radius: 4px;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: var(--timing);
transition-timing-function: var(--timing);
-webkit-transition-delay: 150ms;
transition-delay: 150ms;
}
.backdrop.is-hidden .modal {
-webkit-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0);
}
.modal-button {
position: absolute;
top: 10px;
right: 8px;
padding: 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 30px;
height: 30px;
background-color: var(--primary-white-color);
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 50%;
cursor: pointer;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: var(--timing);
transition-timing-function: var(--timing);
}
.modal-button:hover,
.modal-button:focus {
color: var(--accent-color);
}
.modal-button__icon {
fill: currentColor;
}
.backdrop.is-hidden {
opacity: 0;
visibility: hidden;
pointer-events: none;
}
/* ====== FORM ====== */
.form-title {
margin-bottom: 12px;
color: var(--primary-text-color);
font-size: 20px;
font-weight: 700;
line-height: 1.5;
}
.form-field {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 10px;
}
.label-description {
color: var(--title-text-color);
font-weight: 400;
font-size: 12px;
line-height: 1.171;
letter-spacing: 0.01em;
}
.form-field label {
margin-bottom: 4px;
}
.modal-form__input-wrapper {
position: relative;
color: var(--primary-text-color);
}
.modal-form__input {
height: 40px;
width: 100%;
padding-left: 42px;
border: 1px solid rgba(33, 33, 33, 0.2);
border-radius: 4px;
-webkit-transition-property: border-color;
transition-property: border-color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: var(--timing);
transition-timing-function: var(--timing);
}
.modal-form__input:focus {
outline: none;
border-color: var(--accent-color);
}
.form-field.textarea {
margin-bottom: 20px;
}
.modal-form__icon {
position: absolute;
left: 12px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
fill: currentColor;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: var(--timing);
transition-timing-function: var(--timing);
}
.modal-form__input:focus + .modal-form__icon {
color: var(--accent-color);
}
.modal-form__comment {
width: 100%;
height: 120px;
padding: 12px 16px;
border: 1px solid rgba(33, 33, 33, 0.2);
border-radius: 4px;
resize: none;
-webkit-transition-property: border-color;
transition-property: border-color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: var(--timing);
transition-timing-function: var(--timing);
}
.modal-form__comment::-webkit-input-placeholder {
color: var(--text-color-placeholder);
font-weight: 400;
font-size: 12px;
line-height: 1.171;
letter-spacing: 0.01em;
}
.modal-form__comment:-ms-input-placeholder {
color: var(--text-color-placeholder);
font-weight: 400;
font-size: 12px;
line-height: 1.171;
letter-spacing: 0.01em;
}
.modal-form__comment::-ms-input-placeholder {
color: var(--text-color-placeholder);
font-weight: 400;
font-size: 12px;
line-height: 1.171;
letter-spacing: 0.01em;
}
.modal-form__comment::placeholder {
color: var(--text-color-placeholder);
font-weight: 400;
font-size: 12px;
line-height: 1.171;
letter-spacing: 0.01em;
}
.modal-form__comment:focus {
outline: none;
border-color: var(--accent-color);
}
.form-field.policy {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px;
}
.policy label {
margin-bottom: 0px;
font-weight: 400;
font-size: 12px;
line-height: 1.171;
}
.modal-form__label-policy {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.modal-form__label-policy::before {
content: "";
display: inline-block;
min-width: 15px;
min-height: 15px;
margin-right: 6px;
border: 2px solid var(--primary-text-color);
border-radius: 2px;
background-repeat: no-repeat;
background-position: center;
}
.modal-form__input-policy:checked + .modal-form__label-policy::before {
background-color: var(--accent-color);
background-image: url(../images/icons/icon-check-vector.svg);
border: none;
}
.policy-link {
color: var(--accent-color);
text-decoration: underline;
margin-left: 3px;
font-weight: 400;
font-size: 12px;
line-height: 1.171;
}
.button-submit {
display: block;
min-width: 200px;
height: 50px;
padding: 10px 55px;
margin-left: auto;
margin-right: auto;
color: var(--primary-white-color);
background-color: var(--accent-color);
font-weight: 700;
font-size: 16px;
line-height: 1.8;
letter-spacing: 0.06em;
cursor: pointer;
-webkit-transition-property: background-color, -webkit-box-shadow;
transition-property: background-color, -webkit-box-shadow;
transition-property: background-color, box-shadow;
transition-property: background-color, box-shadow, -webkit-box-shadow;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: var(--timing);
transition-timing-function: var(--timing);
}
.button-submit:hover,
.button-submit:focus {
background-color: #0e86e8;
-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.06), 1px 4px 6px rgba(0, 0, 0, 0.16);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.06), 1px 4px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
.backdrop {
padding-right: 15px;
padding-left: 15px;
padding-top: 93px;
padding-bottom: 94px;
}
}
@media screen and (min-width: 768px) {
.backdrop {
padding-top: 208px;
padding-bottom: 207px;
}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
.backdrop {
padding-right: 159px;
padding-left: 159px;
}
}
@media screen and (max-width: 1199px) {
.form-title {
text-align: center;
}
}
@media screen and (min-width: 1200px) {
.backdrop {
padding-top: 221px;
padding-bottom: 222px;
}
.modal {
min-width: 528px;
}
.form-title {
line-height: 1.172;
}
.modal-form__label-policy::before {
margin-right: 8.38px;
}
.policy label {
font-size: 14px;
line-height: 1.714;
}
.policy-link {
font-size: 14px;
line-height: 1.714;
}
}
.social-list__wrapper {
max-width: 206px;
padding-bottom: 24px;
margin-left: auto;
margin-right: auto;
}
.social-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.social-list__link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 44px;
height: 44px;
border-radius: 50%;
color: #afb1b8;
-webkit-transition-property: background-color, color;
transition-property: background-color, color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: var(--timing);
transition-timing-function: var(--timing);
}
.social-list__link:hover, .social-list__link:focus {
background-color: var(--accent-color);
color: var(--primary-white-color);
}
.social-list__icon {
fill: currentColor;
}
.footer-social-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.footer-social-list__item {
margin-right: 10px;
}
.footer-social-list__link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 44px;
height: 44px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.1);
color: var(--primary-white-color);
-webkit-transition-property: background-color;
transition-property: background-color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: var(--timing);
transition-timing-function: var(--timing);
}
.footer-social-list__link:hover, .footer-social-list__link:focus {
background-color: var(--accent-color);
}
.footer-social-list__icon {
fill: currentColor;
}
.header {
position: relative;
border-bottom: 1px solid #ececec;
}
.nav-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.main-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.nav-logo {
color: var(--black-color);
}
.nav-logo span {
color: var(--accent-color);
}
.site-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.site-nav__link {
position: relative;
display: inline-block;
color: var(--primary-text-color);
font-weight: 500;
font-size: 14px;
line-height: 1.172;
letter-spacing: 0.02em;
-webkit-transition: color 250ms var(--timing);
transition: color 250ms var(--timing);
}
.site-nav__link::after {
content: "";
display: block;
position: absolute;
left: 0;
bottom: -1px;
width: 100%;
height: 4px;
background-color: var(--accent-color);
border-radius: 2px;
opacity: 0;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 250ms var(--timing);
transition: all 250ms var(--timing);
}
@media screen and (max-width: 767px) {
.site-nav__link::after {
bottom: -8px;
}
}
.site-nav__link:hover, .site-nav__link:focus {
color: var(--accent-color);
}
.site-nav__link:hover::after {
opacity: 1;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.site-nav__link.current {
color: var(--accent-color);
}
.site-nav__link.current::after {
content: "";
display: block;
position: absolute;
left: 0;
bottom: -1px;
width: 100%;
height: 4px;
background-color: var(--accent-color);
border-radius: 2px;
opacity: 0;
-webkit-transform: scaleX(0);
transform: scaleX(0);
opacity: 1;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
@media screen and (max-width: 767px) {
.site-nav__link.current::after {
bottom: -8px;
}
}
.nav-contacts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-left: auto;
}
.nav-contacts__title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: var(--title-text-color);
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 1.171;
letter-spacing: 0.02em;
-webkit-transition: color 250ms var(--timing);
transition: color 250ms var(--timing);
}
.nav-contacts__title:hover, .nav-contacts__title:focus {
color: var(--accent-color);
}
.contacts-icon {
margin-right: 8px;
fill: currentColor;
}
@media screen and (max-width: 767px) {
.nav-wrapper {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.nav-logo {
padding-top: 16px;
padding-bottom: 16px;
}
.main-nav {
margin-bottom: 60px;
}
.site-nav {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
}
.site-nav__item:not(:last-child) {
padding-bottom: 40px;
}
.nav-contacts {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.nav-contacts__title:not(:last-child) {
margin-bottom: 16px;
}
}
@media screen and (min-width: 768px) {
.nav-logo {
margin-right: 88px;
}
.site-nav__item:not(:last-child) {
margin-right: 50px;
}
.site-nav__link {
padding-top: 32px;
padding-bottom: 32px;
}
.nav-contacts {
margin-left: 84px;
}
}
@media screen and (max-width: 1199px) {
.nav-contacts {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-top: 20px;
padding-bottom: 20px;
}
.nav-contacts__title {
font-size: 12px;
line-height: 1.171;
}
.nav-contacts__title:not(:last-child) {
margin-bottom: 10px;
}
}
@media screen and (min-width: 1200px) {
.nav-logo {
margin-right: 93px;
}
.nav-contacts {
margin-left: 305px;
}
.nav-contacts__title {
padding-top: 32px;
padding-bottom: 32px;
}
.nav-contacts__title:not(:last-child) {
margin-right: 30px;
}
.contacts-icon {
margin-right: 10px;
}
}
.hero {
margin-left: auto;
margin-right: auto;
padding-top: 118px;
padding-bottom: 118px;
text-align: center;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/hero/hero-mobile.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/hero/hero-mobile.jpg");
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
}
.hero__title {
margin-bottom: 30px;
color: var(--primary-white-color);
font-size: 26px;
font-weight: 900;
line-height: 1.615;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.hero__button {
min-width: 200px;
height: 50px;
color: var(--primary-white-color);
background-color: var(--accent-color);
font-size: 16px;
font-weight: 700;
line-height: 1.875;
letter-spacing: 0.06em;
cursor: pointer;
-webkit-transition-property: background-color;
transition-property: background-color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: var(--timing);
transition-timing-function: var(--timing);
}
.hero__button:hover, .hero__button:focus {
background-color: #0e86e8;
}
@media screen and (min-device-pixel-ratio: 2) and (min-width: 320px), screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px), screen and (min-resolution: 192dpi) and (min-width: 320px), screen and (min-resolution: 2dppx) and (min-width: 320px) {
.hero {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/hero/hero-mobile@2x.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/hero/hero-mobile@2x.jpg");
}
}
@media screen and (min-device-pixel-ratio: 3) and (min-width: 320px), screen and (-webkit-min-device-pixel-ratio: 3) and (min-width: 320px), screen and (min-resolution: 288dpi) and (min-width: 320px), screen and (min-resolution: 3dppx) and (min-width: 320px) {
px .hero {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/hero/hero-mobile@3x.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/hero/hero-mobile@3x.jpg");
}
}
@media screen and (min-width: 768px) {
.hero {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/hero/hero-tablet.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/hero/hero-tablet.jpg");
background-size: 768px 400px;
}
}
@media screen and (min-device-pixel-ratio: 2) and (min-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px), screen and (min-resolution: 192dpi) and (min-width: 768px), screen and (min-resolution: 2dppx) and (min-width: 768px) {
.hero {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/hero/hero-tablet@2x.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/hero/hero-tablet@2x.jpg");
}
}
@media screen and (min-device-pixel-ratio: 3) and (min-width: 768px), screen and (-webkit-min-device-pixel-ratio: 3) and (min-width: 768px), screen and (min-resolution: 288dpi) and (min-width: 768px), screen and (min-resolution: 3dppx) and (min-width: 768px) {
.hero {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/hero/hero-tablet@3x.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/hero/hero-tablet@3x.jpg");
}
}
@media screen and (min-width: 1200px) {
.hero {
padding-top: 200px;
padding-bottom: 200px;
max-width: 1600px;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/hero/hero-desktop.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/hero/hero-desktop.jpg");
background-size: 1600px 600px;
}
.hero__title {
font-size: 44px;
line-height: 1.36;
}
}
@media screen and (min-device-pixel-ratio: 2) and (min-width: 1200px), screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1200px), screen and (min-resolution: 192dpi) and (min-width: 1200px), screen and (min-resolution: 2dppx) and (min-width: 1200px) {
.hero {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/hero/hero-desktop@2x.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/hero/hero-desktop@2x.jpg");
}
}
@media screen and (min-device-pixel-ratio: 3) and (min-width: 1200px), screen and (-webkit-min-device-pixel-ratio: 3) and (min-width: 1200px), screen and (min-resolution: 288dpi) and (min-width: 1200px), screen and (min-resolution: 3dppx) and (min-width: 1200px) {
.hero {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/hero/hero-desktop@3x.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/hero/hero-desktop@3x.jpg");
}
}
.features {
padding-top: 60px;
}
.features-list__item {
max-width: 450px;
}
.features-list__icon-wrapper {
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;
height: 120px;
margin-bottom: 30px;
background-color: var(--second-bg-color);
border-radius: 4px;
}
.features-list__title {
margin-bottom: 10px;
color: var(--primary-text-color);
font-size: 14px;
font-weight: 1.172;
font-weight: 700;
text-transform: uppercase;
text-align: center;
}
.features-list__descriptions {
font-size: 14px;
line-height: 1.714;
}
@media screen and (max-width: 767px) {
.features-list__item:not(:last-child) {
margin-bottom: 30px;
}
}
@media screen and (max-width: 1199px) {
.features {
padding-bottom: 60px;
}
.features-list__item:nth-child(-n + 2) {
margin-bottom: 30px;
}
}
@media screen and (min-width: 768px) {
.features-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
.features-list__item {
width: calc((100% - 2 * 30px) / 2);
margin-left: 15px;
margin-right: 15px;
}
}
@media screen and (min-width: 1200px) {
.features {
padding-top: 94px;
}
.features-list__item {
width: calc((100% - 4 * 30px) / 4);
}
}
.service {
padding-top: 94px;
padding-bottom: 94px;
}
.service-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: -15px;
margin-left: -15px;
}
.service-list__item {
margin-right: 15px;
margin-left: 15px;
}
.service-list__image-wrp {
position: relative;
}
.service-list__overlay {
position: absolute;
width: 100%;
height: 70px;
padding-top: 27px;
padding-bottom: 27px;
left: 0;
bottom: 0;
color: var(--primary-white-color);
font-size: 14px;
font-weight: 700;
line-height: 1.14;
letter-spacing: 0.03em;
text-align: center;
text-transform: uppercase;
background-color: rgba(47, 48, 58, 0.8);
}
@media screen and (max-width: 1199px) {
.service {
display: none;
}
}
.team {
padding-top: 60px;
padding-bottom: 60px;
background-color: var(--second-bg-color);
}
.team-list__item {
background-color: var(--primary-white-color);
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
border-radius: 0px 0px 4px 4px;
text-align: center;
}
.team-list__image {
margin-bottom: 30px;
}
.team-list__title {
margin-bottom: 10px;
color: var(--primary-text-color);
font-weight: 500;
font-size: 16px;
line-height: 1.171;
}
.team-list__description {
margin-bottom: 16px;
font-size: 16px;
line-height: 1.18;
}
@media screen and (max-width: 767px) {
.team-list__item:not(:last-child) {
margin-bottom: 30px;
}
}
@media screen and (max-width: 1199px) {
.team-list__item:nth-child(-n + 2) {
margin-bottom: 30px;
}
}
@media screen and (min-width: 768px) {
.team-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
.team-list__item {
width: calc((100% - 2 * 30px) / 2);
margin-left: 15px;
margin-right: 15px;
}
}
@media screen and (min-width: 1200px) {
.team {
padding-top: 94px;
padding-bottom: 94px;
}
.team-list__item {
width: calc((100% - 4 * 30px) / 4);
}
}
.clients {
padding-top: 60px;
padding-bottom: 60px;
}
.clients-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
margin-top: -15px;
margin-bottom: -15px;
}
.clients-list__item {
margin-right: 15px;
margin-left: 15px;
margin-top: 15px;
margin-bottom: 15px;
width: calc((100% - 2 * 30px) / 2);
}
.clients-list__link {
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;
height: 90px;
color: var(--clients-logo);
border: 1px solid var(--clients-logo);
border-radius: 4px;
-webkit-transition-property: color, border;
transition-property: color, border;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: var(--timing);
transition-timing-function: var(--timing);
}
.clients-list__link:hover, .clients-list__link:focus {
color: var(--accent-color);
border: 1px solid var(--accent-color);
}
.clients-list__icon {
fill: currentColor;
}
@media screen and (max-width: 1199px) {
.clients-list {
margin-top: -15px;
margin-bottom: -15px;
}
.clients-list__item {
margin-top: 15px;
margin-bottom: 15px;
}
}
@media screen and (min-width: 768px) {
.clients-list__item {
width: calc((100% - 3 * 30px) / 3);
}
}
@media screen and (min-width: 1200px) {
.clients {
padding-top: 94px;
padding-bottom: 94px;
}
.clients-list__item {
width: calc((100% - 6 * 30px) / 6);
}
}
.footer {
padding-top: 60px;
padding-bottom: 60px;
background-color: var(--third-bg-color);
}
.footer-logo {
display: inline-block;
color: var(--primary-white-color);
margin-bottom: 20px;
}
.footer-logo span {
color: var(--accent-color);
}
.footer-address {
margin-bottom: 8px;
color: var(--primary-white-color);
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 1.714;
letter-spacing: 0.03em;
}
.footer-contacts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.footer-contacts__title {
color: rgba(255, 255, 255, 0.6);
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 1.714;
letter-spacing: 0.03em;
}
.footer-contacts__title:not(:last-child) {
margin-bottom: 9px;
}
.footer-social {
width: 206px;
}
.footer-social__description {
margin-bottom: 20px;
color: var(--primary-white-color);
font-size: 14px;
font-weight: 700;
line-height: 1.172;
text-transform: uppercase;
}
.footer-form__form-field {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.footer-form__label {
display: block;
margin-bottom: 20px;
color: var(--primary-white-color);
font-size: 14px;
font-weight: 700;
line-height: 1.172;
text-transform: uppercase;
}
.footer-form__input {
height: 50px;
padding-left: 16px;
color: rgba(255, 255, 255, 0.6);
background-color: transparent;
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 4px;
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
.footer-form__input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.6);
font-size: 16px;
font-weight: 400;
line-height: 1.25;
letter-spacing: 0.03em;
}
.footer-form__input:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.6);
font-size: 16px;
font-weight: 400;
line-height: 1.25;
letter-spacing: 0.03em;
}
.footer-form__input::-ms-input-placeholder {
color: rgba(255, 255, 255, 0.6);
font-size: 16px;
font-weight: 400;
line-height: 1.25;
letter-spacing: 0.03em;
}
.footer-form__input::placeholder {
color: rgba(255, 255, 255, 0.6);
font-size: 16px;
font-weight: 400;
line-height: 1.25;
letter-spacing: 0.03em;
}
.footer-form__input:focus {
outline: none;
}
.footer-form__button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: auto;
margin-right: auto;
min-width: 200px;
height: 50px;
color: var(--primary-white-color);
background-color: var(--accent-color);
font-size: 16px;
font-weight: 700;
line-height: 1.875;
letter-spacing: 0.06em;
cursor: pointer;
-webkit-transition-property: background-color;
transition-property: background-color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: var(--timing);
transition-timing-function: var(--timing);
padding: 10px 28px;
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
.footer-form__button:hover, .footer-form__button:focus {
background-color: #0e86e8;
}
.footer-form__icon {
margin-left: 10px;
fill: var(--primary-white-color);
}
@media screen and (max-width: 767px) {
.footer-form__input {
width: 100%;
}
.footer-social {
margin-bottom: 60px;
margin-left: auto;
margin-right: auto;
}
.footer__address-side {
margin-bottom: 60px;
}
}
@media screen and (max-width: 1199px) {
.footer-wrapper {
text-align: center;
}
.footer-social {
margin-left: auto;
}
.footer-form__form-field {
margin-bottom: 20px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
.footer__left-side {
padding-left: 61px;
padding-right: 74px;
}
.footer-form {
margin-top: 60px;
}
.footer-form__input {
width: 450px;
}
}
@media screen and (min-width: 768px) {
.footer__left-side {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
}
@media screen and (min-width: 1200px) {
.footer-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
.footer__address-side {
margin-right: 85px;
}
.footer__right-side {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
.footer-social {
margin-right: 93px;
}
.footer-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.footer-form__form-field {
margin-right: 12px;
}
.footer-form__input {
width: 358px;
}
}
/*# sourceMappingURL=main.css.map */ | css/main.css | @charset "UTF-8";
:root {
--primary-white-color: #ffffff;
--second-bg-color: #f5f4fa;
--third-bg-color: #2f303a;
--primary-text-color: #212121;
--title-text-color: #757575;
--text-color-placeholder: rgba(117, 117, 117, 0.5);
--accent-color: #2196f3;
--black-color: #000000;
--bcg-hero: #c4c4c4;
--clients-logo: #afb1b8;
--works-list-border: #eeeeee;
--timing: cubic-bezier(0.4, 0, 0.2, 1);
}
.visually-hidden {
/* Удаляем элемент из потока документа */
position: absolute;
/* Временное решение для неверно произносимого, размазанного текста */
white-space: nowrap;
/* Устанавливаем минимально возможный размер (некоторые скринридеры игнорируют элементы с нулевой высотой и шириной) */
width: 1px;
height: 1px;
/* Скрываем вылезающий за границы контент */
overflow: hidden;
/* Сбрасываем любые свойства, которые могут повлиять на размер элемента */
border: 0;
padding: 0;
/* Вырезаем ту часть контента, которая должна отображаться. */
/* Устаревшее свойство clip для старых браузеров */
clip: rect(0 0 0 0);
/* clip-path для новых браузеров. inset(50%) определяет область вставки, которая позволит контенту исчезнуть. */
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
/* Похоже, никто до конца не понимает, почему тут margin: -1px. Кроме того, это приводит к проблемам (читай: https://github.com/h5bp/html5-boilerplate/issues/1985). */
margin: -1px;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin: 0 auto;
}
@media screen and (min-width: 480px) {
.container {
max-width: 480px;
}
}
@media screen and (min-width: 768px) {
.container {
max-width: 768px;
}
}
@media screen and (min-width: 1200px) {
.container {
max-width: 1200px;
}
}
body {
color: var(--title-text-color);
background-color: var(--primary-white-color);
font-family: Roboto, sans-serif;
letter-spacing: 0.03em;
}
body.modal-open {
overflow: hidden;
}
img {
display: block;
max-width: 100%;
height: auto;
}
ul,
ol {
padding: 0;
margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
}
.list {
list-style: none;
}
.logo {
font-family: Raleway, sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 1.174;
letter-spacing: 0.03em;
}
@media screen and (min-width: 1200px) {
.logo {
font-size: 26px;
line-height: 1.173;
}
}
.menu-container {
background-color: var(--primary-white-color);
}
.menu-container.is-open {
display: block;
}
@media screen and (max-width: 767px) {
.menu-container {
display: none;
position: absolute;
padding-top: 60px;
padding-bottom: 60px;
top: 101%;
left: 0;
width: 100%;
z-index: 999999;
}
}
@media screen and (min-width: 768px) {
.menu-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
.menu-button {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
padding: 0;
border: 0;
background-color: transparent;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: var(--timing);
transition-timing-function: var(--timing);
}
.menu-button:hover, .menu-button:focus {
color: var(--accent-color);
}
.menu-button__icon {
fill: currentColor;
}
@media screen and (min-width: 768px) {
.menu-button {
display: none;
}
}
.icon-menu {
display: block;
}
.icon-cross {
display: none;
}
.menu-button.is-open .icon-cross {
display: block;
}
.menu-button.is-open .icon-menu {
display: none;
}
.button {
display: inline-block;
padding: 10px 32px;
color: var(--primary-text-color);
background-color: var(--second-bg-color);
font-family: inherit;
border-radius: 4px;
border: none;
text-align: center;
}
.section-title {
margin-bottom: 30px;
color: var(--primary-text-color);
font-weight: 700;
font-size: 28px;
line-height: 1.171;
text-align: center;
}
@media screen and (min-width: 1200px) {
.section-title {
margin-bottom: 50px;
font-size: 36px;
line-height: 1.16;
}
}
.backdrop {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.2);
overflow-y: scroll;
-webkit-transition-property: opacity, visibility;
transition-property: opacity, visibility;
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
-webkit-transition-timing-function: var(--timing);
transition-timing-function: var(--timing);
}
.modal {
-webkit-transform: scale(1);
transform: scale(1);
max-width: 450px;
min-height: 581px;
margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-right: 40px;
padding-bottom: 40px;
padding-left: 40px;
background-color: var(--primary-white-color);
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
border-radius: 4px;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: var(--timing);
transition-timing-function: var(--timing);
-webkit-transition-delay: 150ms;
transition-delay: 150ms;
}
.backdrop.is-hidden .modal {
-webkit-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0);
}
.modal-button {
position: absolute;
top: 10px;
right: 8px;
padding: 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 30px;
height: 30px;
background-color: var(--primary-white-color);
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 50%;
cursor: pointer;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: var(--timing);
transition-timing-function: var(--timing);
}
.modal-button:hover,
.modal-button:focus {
color: var(--accent-color);
}
.modal-button__icon {
fill: currentColor;
}
.backdrop.is-hidden {
opacity: 0;
visibility: hidden;
pointer-events: none;
}
/* ====== FORM ====== */
.form-title {
margin-bottom: 12px;
color: var(--primary-text-color);
font-size: 20px;
font-weight: 700;
line-height: 1.5;
}
.form-field {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 10px;
}
.label-description {
color: var(--title-text-color);
font-weight: 400;
font-size: 12px;
line-height: 1.171;
letter-spacing: 0.01em;
}
.form-field label {
margin-bottom: 4px;
}
.modal-form__input-wrapper {
position: relative;
color: var(--primary-text-color);
}
.modal-form__input {
height: 40px;
width: 100%;
padding-left: 42px;
border: 1px solid rgba(33, 33, 33, 0.2);
border-radius: 4px;
-webkit-transition-property: border-color;
transition-property: border-color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: var(--timing);
transition-timing-function: var(--timing);
}
.modal-form__input:focus {
outline: none;
border-color: var(--accent-color);
}
.form-field.textarea {
margin-bottom: 20px;
}
.modal-form__icon {
position: absolute;
left: 12px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
fill: currentColor;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: var(--timing);
transition-timing-function: var(--timing);
}
.modal-form__input:focus + .modal-form__icon {
color: var(--accent-color);
}
.modal-form__comment {
width: 100%;
height: 120px;
padding: 12px 16px;
border: 1px solid rgba(33, 33, 33, 0.2);
border-radius: 4px;
resize: none;
-webkit-transition-property: border-color;
transition-property: border-color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: var(--timing);
transition-timing-function: var(--timing);
}
.modal-form__comment::-webkit-input-placeholder {
color: var(--text-color-placeholder);
font-weight: 400;
font-size: 12px;
line-height: 1.171;
letter-spacing: 0.01em;
}
.modal-form__comment:-ms-input-placeholder {
color: var(--text-color-placeholder);
font-weight: 400;
font-size: 12px;
line-height: 1.171;
letter-spacing: 0.01em;
}
.modal-form__comment::-ms-input-placeholder {
color: var(--text-color-placeholder);
font-weight: 400;
font-size: 12px;
line-height: 1.171;
letter-spacing: 0.01em;
}
.modal-form__comment::placeholder {
color: var(--text-color-placeholder);
font-weight: 400;
font-size: 12px;
line-height: 1.171;
letter-spacing: 0.01em;
}
.modal-form__comment:focus {
outline: none;
border-color: var(--accent-color);
}
.form-field.policy {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px;
}
.policy label {
margin-bottom: 0px;
font-weight: 400;
font-size: 12px;
line-height: 1.171;
}
.modal-form__label-policy {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.modal-form__label-policy::before {
content: "";
display: inline-block;
min-width: 15px;
min-height: 15px;
margin-right: 6px;
border: 2px solid var(--primary-text-color);
border-radius: 2px;
background-repeat: no-repeat;
background-position: center;
}
.modal-form__input-policy:checked + .modal-form__label-policy::before {
background-color: var(--accent-color);
background-image: url(../images/icons/icon-check-vector.svg);
border: none;
}
.policy-link {
color: var(--accent-color);
text-decoration: underline;
margin-left: 3px;
font-weight: 400;
font-size: 12px;
line-height: 1.171;
}
.button-submit {
display: block;
min-width: 200px;
height: 50px;
padding: 10px 55px;
margin-left: auto;
margin-right: auto;
color: var(--primary-white-color);
background-color: var(--accent-color);
font-weight: 700;
font-size: 16px;
line-height: 1.8;
letter-spacing: 0.06em;
cursor: pointer;
-webkit-transition-property: background-color, -webkit-box-shadow;
transition-property: background-color, -webkit-box-shadow;
transition-property: background-color, box-shadow;
transition-property: background-color, box-shadow, -webkit-box-shadow;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: var(--timing);
transition-timing-function: var(--timing);
}
.button-submit:hover,
.button-submit:focus {
background-color: #0e86e8;
-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.06), 1px 4px 6px rgba(0, 0, 0, 0.16);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.06), 1px 4px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
.backdrop {
padding-right: 15px;
padding-left: 15px;
padding-top: 93px;
padding-bottom: 94px;
}
}
@media screen and (min-width: 768px) {
.backdrop {
padding-top: 208px;
padding-bottom: 207px;
}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
.backdrop {
padding-right: 159px;
padding-left: 159px;
}
}
@media screen and (max-width: 1199px) {
.form-title {
text-align: center;
}
}
@media screen and (min-width: 1200px) {
.backdrop {
padding-top: 221px;
padding-bottom: 222px;
}
.modal {
min-width: 528px;
}
.form-title {
line-height: 1.172;
}
.modal-form__label-policy::before {
margin-right: 8.38px;
}
.policy label {
font-size: 14px;
line-height: 1.714;
}
.policy-link {
font-size: 14px;
line-height: 1.714;
}
}
.social-list__wrapper {
max-width: 206px;
padding-bottom: 24px;
margin-left: auto;
margin-right: auto;
}
.social-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.social-list__link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 44px;
height: 44px;
border-radius: 50%;
color: #afb1b8;
-webkit-transition-property: background-color, color;
transition-property: background-color, color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: var(--timing);
transition-timing-function: var(--timing);
}
.social-list__link:hover, .social-list__link:focus {
background-color: var(--accent-color);
color: var(--primary-white-color);
}
.social-list__icon {
fill: currentColor;
}
.footer-social-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.footer-social-list__item {
margin-right: 10px;
}
.footer-social-list__link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 44px;
height: 44px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.1);
color: var(--primary-white-color);
-webkit-transition-property: background-color;
transition-property: background-color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: var(--timing);
transition-timing-function: var(--timing);
}
.footer-social-list__link:hover, .footer-social-list__link:focus {
background-color: var(--accent-color);
}
.footer-social-list__icon {
fill: currentColor;
}
.header {
position: relative;
border-bottom: 1px solid #ececec;
}
.nav-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.main-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.nav-logo {
color: var(--black-color);
}
.nav-logo span {
color: var(--accent-color);
}
.site-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.site-nav__link {
position: relative;
display: inline-block;
color: var(--primary-text-color);
font-weight: 500;
font-size: 14px;
line-height: 1.172;
letter-spacing: 0.02em;
-webkit-transition: color 250ms var(--timing);
transition: color 250ms var(--timing);
}
.site-nav__link::after {
content: "";
display: block;
position: absolute;
left: 0;
bottom: -1px;
width: 100%;
height: 4px;
background-color: var(--accent-color);
border-radius: 2px;
opacity: 0;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 250ms var(--timing);
transition: all 250ms var(--timing);
}
@media screen and (max-width: 767px) {
.site-nav__link::after {
bottom: -8px;
}
}
.site-nav__link:hover, .site-nav__link:focus {
color: var(--accent-color);
}
.site-nav__link:hover::after {
opacity: 1;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.site-nav__link.current {
color: var(--accent-color);
}
.site-nav__link.current::after {
content: "";
display: block;
position: absolute;
left: 0;
bottom: -1px;
width: 100%;
height: 4px;
background-color: var(--accent-color);
border-radius: 2px;
opacity: 0;
-webkit-transform: scaleX(0);
transform: scaleX(0);
opacity: 1;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
@media screen and (max-width: 767px) {
.site-nav__link.current::after {
bottom: -8px;
}
}
.nav-contacts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-left: auto;
}
.nav-contacts__title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: var(--title-text-color);
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 1.171;
letter-spacing: 0.02em;
-webkit-transition: color 250ms var(--timing);
transition: color 250ms var(--timing);
}
.nav-contacts__title:hover, .nav-contacts__title:focus {
color: var(--accent-color);
}
.contacts-icon {
margin-right: 8px;
fill: currentColor;
}
@media screen and (max-width: 767px) {
.nav-wrapper {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.nav-logo {
padding-top: 16px;
padding-bottom: 16px;
}
.main-nav {
margin-bottom: 60px;
}
.site-nav {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
}
.site-nav__item:not(:last-child) {
padding-bottom: 40px;
}
.nav-contacts {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.nav-contacts__title:not(:last-child) {
margin-bottom: 16px;
}
}
@media screen and (min-width: 768px) {
.nav-logo {
margin-right: 88px;
}
.site-nav__item:not(:last-child) {
margin-right: 50px;
}
.site-nav__link {
padding-top: 32px;
padding-bottom: 32px;
}
.nav-contacts {
margin-left: 84px;
}
}
@media screen and (max-width: 1199px) {
.nav-contacts {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-top: 20px;
padding-bottom: 20px;
}
.nav-contacts__title {
font-size: 12px;
line-height: 1.171;
}
.nav-contacts__title:not(:last-child) {
margin-bottom: 10px;
}
}
@media screen and (min-width: 1200px) {
.nav-logo {
margin-right: 93px;
}
.nav-contacts {
margin-left: 305px;
}
.nav-contacts__title {
padding-top: 32px;
padding-bottom: 32px;
}
.nav-contacts__title:not(:last-child) {
margin-right: 30px;
}
.contacts-icon {
margin-right: 10px;
}
}
.hero {
margin-left: auto;
margin-right: auto;
padding-top: 118px;
padding-bottom: 118px;
text-align: center;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/hero/hero-mobile.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/hero/hero-mobile.jpg");
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
}
.hero__title {
margin-bottom: 30px;
color: var(--primary-white-color);
font-size: 26px;
font-weight: 900;
line-height: 1.615;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.hero__button {
min-width: 200px;
height: 50px;
color: var(--primary-white-color);
background-color: var(--accent-color);
font-size: 16px;
font-weight: 700;
line-height: 1.875;
letter-spacing: 0.06em;
cursor: pointer;
-webkit-transition-property: background-color;
transition-property: background-color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: var(--timing);
transition-timing-function: var(--timing);
}
.hero__button:hover, .hero__button:focus {
background-color: #0e86e8;
}
@media screen and (min-device-pixel-ratio: 2) and (min-width: 320px), screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px), screen and (min-resolution: 192dpi) and (min-width: 320px), screen and (min-resolution: 2dppx) and (min-width: 320px) {
.hero {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/hero/hero-mobile@2x.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/hero/hero-mobile@2x.jpg");
}
}
@media screen and (min-device-pixel-ratio: 3) and (min-width: 320px), screen and (-webkit-min-device-pixel-ratio: 3) and (min-width: 320px), screen and (min-resolution: 288dpi) and (min-width: 320px), screen and (min-resolution: 3dppx) and (min-width: 320px) {
px .hero {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/hero/hero-mobile@3x.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/hero/hero-mobile@3x.jpg");
}
}
@media screen and (min-width: 768px) {
.hero {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/hero/hero-tablet.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/hero/hero-tablet.jpg");
background-size: 768px 400px;
}
}
@media screen and (min-device-pixel-ratio: 2) and (min-width: 768px), screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px), screen and (min-resolution: 192dpi) and (min-width: 768px), screen and (min-resolution: 2dppx) and (min-width: 768px) {
.hero {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/hero/hero-tablet@2x.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/hero/hero-tablet@2x.jpg");
}
}
@media screen and (min-device-pixel-ratio: 3) and (min-width: 768px), screen and (-webkit-min-device-pixel-ratio: 3) and (min-width: 768px), screen and (min-resolution: 288dpi) and (min-width: 768px), screen and (min-resolution: 3dppx) and (min-width: 768px) {
.hero {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/hero/hero-tablet@3x.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/hero/hero-tablet@3x.jpg");
}
}
@media screen and (min-width: 1200px) {
.hero {
padding-top: 200px;
padding-bottom: 200px;
max-width: 1600px;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/hero/hero-desktop.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/hero/hero-desktop.jpg");
background-size: 1600px 600px;
}
.hero__title {
font-size: 44px;
line-height: 1.36;
}
}
@media screen and (min-device-pixel-ratio: 2) and (min-width: 1200px), screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1200px), screen and (min-resolution: 192dpi) and (min-width: 1200px), screen and (min-resolution: 2dppx) and (min-width: 1200px) {
.hero {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/hero/hero-desktop@2x.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/hero/hero-desktop@2x.jpg");
}
}
@media screen and (min-device-pixel-ratio: 3) and (min-width: 1200px), screen and (-webkit-min-device-pixel-ratio: 3) and (min-width: 1200px), screen and (min-resolution: 288dpi) and (min-width: 1200px), screen and (min-resolution: 3dppx) and (min-width: 1200px) {
.hero {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url("../images/hero/hero-desktop@3x.jpg");
background-image: linear-gradient(rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url("../images/hero/hero-desktop@3x.jpg");
}
}
.features {
padding-top: 60px;
}
.features-list__item {
max-width: 450px;
}
.features-list__icon-wrapper {
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;
height: 120px;
margin-bottom: 30px;
background-color: var(--second-bg-color);
border-radius: 4px;
}
.features-list__title {
margin-bottom: 10px;
color: var(--primary-text-color);
font-size: 14px;
font-weight: 1.172;
font-weight: 700;
text-transform: uppercase;
text-align: center;
}
.features-list__descriptions {
font-size: 14px;
line-height: 1.714;
}
@media screen and (max-width: 767px) {
.features-list__item:not(:last-child) {
margin-bottom: 30px;
}
}
@media screen and (max-width: 1199px) {
.features {
padding-bottom: 60px;
}
.features-list__item:nth-child(-n + 2) {
margin-bottom: 30px;
}
}
@media screen and (min-width: 768px) {
.features-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
.features-list__item {
width: calc((100% - 2 * 30px) / 2);
margin-left: 15px;
margin-right: 15px;
}
}
@media screen and (min-width: 1200px) {
.features {
padding-top: 94px;
}
.features-list__item {
width: calc((100% - 4 * 30px) / 4);
}
}
.service {
padding-top: 94px;
padding-bottom: 94px;
}
.service-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: -15px;
margin-left: -15px;
}
.service-list__item {
margin-right: 15px;
margin-left: 15px;
}
.service-list__image-wrp {
position: relative;
}
.service-list__overlay {
position: absolute;
width: 100%;
height: 70px;
padding-top: 27px;
padding-bottom: 27px;
left: 0;
bottom: 0;
color: var(--primary-white-color);
font-size: 14px;
font-weight: 700;
line-height: 1.14;
letter-spacing: 0.03em;
text-align: center;
text-transform: uppercase;
background-color: rgba(47, 48, 58, 0.8);
}
@media screen and (max-width: 1199px) {
.service {
display: none;
}
}
.team {
padding-top: 60px;
padding-bottom: 60px;
background-color: var(--second-bg-color);
}
.team-list__item {
background-color: var(--primary-white-color);
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
border-radius: 0px 0px 4px 4px;
text-align: center;
}
.team-list__image {
margin-bottom: 30px;
}
.team-list__title {
margin-bottom: 10px;
color: var(--primary-text-color);
font-weight: 500;
font-size: 16px;
line-height: 1.171;
}
.team-list__description {
margin-bottom: 16px;
font-size: 16px;
line-height: 1.18;
}
@media screen and (max-width: 767px) {
.team-list__item:not(:last-child) {
margin-bottom: 30px;
}
}
@media screen and (max-width: 1199px) {
.team-list__item:nth-child(-n + 2) {
margin-bottom: 30px;
}
}
@media screen and (min-width: 768px) {
.team-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
.team-list__item {
width: calc((100% - 2 * 30px) / 2);
margin-left: 15px;
margin-right: 15px;
}
}
@media screen and (min-width: 1200px) {
.team {
padding-top: 94px;
padding-bottom: 94px;
}
.team-list__item {
width: calc((100% - 4 * 30px) / 4);
}
}
.clients {
padding-top: 60px;
padding-bottom: 60px;
}
.clients-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
margin-top: -15px;
margin-bottom: -15px;
}
.clients-list__item {
margin-right: 15px;
margin-left: 15px;
margin-top: 15px;
margin-bottom: 15px;
width: calc((100% - 2 * 30px) / 2);
}
.clients-list__link {
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;
height: 90px;
color: var(--clients-logo);
border: 1px solid var(--clients-logo);
border-radius: 4px;
-webkit-transition-property: color, border;
transition-property: color, border;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: var(--timing);
transition-timing-function: var(--timing);
}
.clients-list__link:hover, .clients-list__link:focus {
color: var(--accent-color);
border: 1px solid var(--accent-color);
}
.clients-list__icon {
fill: currentColor;
}
@media screen and (max-width: 1199px) {
.clients-list {
margin-top: -15px;
margin-bottom: -15px;
}
.clients-list__item {
margin-top: 15px;
margin-bottom: 15px;
}
}
@media screen and (min-width: 768px) {
.clients-list__item {
width: calc((100% - 3 * 30px) / 3);
}
}
@media screen and (min-width: 1200px) {
.clients {
padding-top: 94px;
padding-bottom: 94px;
}
.clients-list__item {
width: calc((100% - 6 * 30px) / 6);
}
}
.footer {
padding-top: 60px;
padding-bottom: 60px;
background-color: var(--third-bg-color);
}
.footer-logo {
display: inline-block;
color: var(--primary-white-color);
margin-bottom: 20px;
}
.footer-logo span {
color: var(--accent-color);
}
.footer-address {
margin-bottom: 8px;
color: var(--primary-white-color);
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 1.714;
letter-spacing: 0.03em;
}
.footer-contacts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.footer-contacts__title {
color: rgba(255, 255, 255, 0.6);
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 1.714;
letter-spacing: 0.03em;
}
.footer-contacts__title:not(:last-child) {
margin-bottom: 9px;
}
.footer-social {
width: 206px;
}
.footer-social__description {
margin-bottom: 20px;
color: var(--primary-white-color);
font-size: 14px;
font-weight: 700;
line-height: 1.172;
text-transform: uppercase;
}
.footer-form__form-field {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.footer-form__label {
display: block;
margin-bottom: 20px;
color: var(--primary-white-color);
font-size: 14px;
font-weight: 700;
line-height: 1.172;
text-transform: uppercase;
}
.footer-form__input {
height: 50px;
padding-left: 16px;
color: rgba(255, 255, 255, 0.6);
background-color: transparent;
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 4px;
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
.footer-form__input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.6);
font-size: 16px;
font-weight: 400;
line-height: 1.25;
letter-spacing: 0.03em;
}
.footer-form__input:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.6);
font-size: 16px;
font-weight: 400;
line-height: 1.25;
letter-spacing: 0.03em;
}
.footer-form__input::-ms-input-placeholder {
color: rgba(255, 255, 255, 0.6);
font-size: 16px;
font-weight: 400;
line-height: 1.25;
letter-spacing: 0.03em;
}
.footer-form__input::placeholder {
color: rgba(255, 255, 255, 0.6);
font-size: 16px;
font-weight: 400;
line-height: 1.25;
letter-spacing: 0.03em;
}
.footer-form__input:focus {
outline: none;
}
.footer-form__button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: auto;
margin-right: auto;
min-width: 200px;
height: 50px;
color: var(--primary-white-color);
background-color: var(--accent-color);
font-size: 16px;
font-weight: 700;
line-height: 1.875;
letter-spacing: 0.06em;
cursor: pointer;
-webkit-transition-property: background-color;
transition-property: background-color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: var(--timing);
transition-timing-function: var(--timing);
padding: 10px 28px;
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
.footer-form__button:hover, .footer-form__button:focus {
background-color: #0e86e8;
}
.footer-form__icon {
margin-left: 10px;
fill: var(--primary-white-color);
}
@media screen and (max-width: 767px) {
.footer-form__input {
width: 100%;
}
.footer-social {
margin-bottom: 60px;
margin-left: auto;
margin-right: auto;
}
.footer__address-side {
margin-bottom: 60px;
}
}
@media screen and (max-width: 1199px) {
.footer-wrapper {
text-align: center;
}
.footer-social {
margin-left: auto;
}
.footer-form__form-field {
margin-bottom: 20px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
.footer__left-side {
padding-left: 61px;
padding-right: 74px;
}
.footer-form {
margin-top: 60px;
}
.footer-form__input {
width: 450px;
}
}
@media screen and (min-width: 768px) {
.footer__left-side {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
}
@media screen and (min-width: 1200px) {
.footer-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
.footer__address-side {
margin-right: 85px;
}
.footer__right-side {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
.footer-social {
margin-right: 93px;
}
.footer-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.footer-form__form-field {
margin-right: 12px;
}
.footer-form__input {
width: 358px;
}
}
/*# sourceMappingURL=main.css.map */ | 0.359139 | 0.094302 |
/* Sample style sheet for boom!, the book microformat */
/* written by <NAME> and <NAME>, November 2005 */
/* You may reuse this style sheet for any purpose without any fees */
/* Modified for texxtoor
This is the base style for standard text books
Date: 27-04-2014
Lang: DE
AUTH: Joerg <isageek> Krause
*/
html {
margin: 0;
font: 10pt/1.26 "Georgia";
}
body {
margin: 0 0 0 0; /* 28% */
}
/* default colors */
@prince-color darkblue {
}
@prince-color black {
color: cmyk(0, 0, 0, 1);
}
@font-face {
font-family: 'Georgia';
src: url('Fonts/Georgia.ttf');
font-weight: normal;
font-style: normal;
}
/* cover */
@page cover {
size: 306mm 254mm;
margin: 0 !important;
}
/* Explicit printing support for full printed cover (2 pages and back spine) */
div.cover {
position: absolute;
width: 306mm;
height: 216mm;
padding: 0mm;
border: 0px;
margin: 3mm;
background-color: silver;
page: cover;
}
div.cover div.u1 {
position: absolute;
top: 0mm;
left: 155mm;
width: 151mm;
height: 216mm;
background-color: white;
}
div.cover div.u1 img {
width: 151mm;
height: 216mm;
top: 0mm;
border: 0;
}
div.cover div.u1 div.cover-title {
position: absolute;
left: 20mm;
bottom: 144mm;
width: 115mm;
color: prince-color(#000000, overprint);
font-size: 44pt;
font-weight: bold;
}
div.cover div.u1 div.cover-subtitle {
position: absolute;
left: 20mm;
top: 75mm;
width: 115mm;
color: prince-color(#000000, overprint);
font-size: 24pt;
font-weight: normal;
}
div.cover div.u1 div.cover-author {
position: absolute;
left: 20mm;
top: 100mm;
color: prince-color(#000000, overprint);
font-size: 16pt;
font-weight: normal;
}
div.cover div.spine {
position: absolute;
top: 0mm;
left: 151mm;
width: 4mm;
height: 216mm;
background-color: #113876;
}
div.cover div.u4 {
top: 0mm;
left: 0mm;
width: 151mm;
height: 216mm;
background-color: #96d4e6;
}
div.cover div.u4 div.back-author {
padding: 8mm;
font-size: 12pt;
}
div.cover div.u4 div.back-title {
padding: 0mm 8mm;
font-size: 36pt;
font-weight: bold;
}
div.cover div.u4 div.back-subtitle {
padding: 0mm 8mm;
font-size: 18pt;
font-weight: bold;
}
div.cover div.u4 div.back-about-name {
padding: 2mm 8mm;
font-size: 12pt;
font-weight: bold;
bottom: 95mm;
position: absolute;
left: -1px;
}
div.cover div.u4 div.back-about-author {
padding: 2mm;
margin-left: 8mm;
bottom: 35mm;
width: 130mm;
height: 65mm;
overflow-y: hidden;
position: absolute;
}
div.cover div.u4 div.back-about-author img.back-about-author-image {
width: 80px;
height: 130px;
margin-top: 6mm;
margin-left: -2mm;
position: absolute;
background-repeat: no-repeat;
}
div.cover div.u4 div.back-about-author div.back-about-author-text {
margin-left: 25mm;
margin-top: 5mm;
font-size: 10pt;
width: 100mm;
height: 40mm;
position: absolute;
overflow-y: hidden;
}
div.cover div.u4 div.back-update {
position: absolute;
bottom: 40mm;
padding-left: 8mm;
margin-top: 10mm;
}
p.back-update-text {
font-size: 12pt;
font-family: "Georgia";
font-weight: bold;
}
p.back-update-link {
font-size: 12pt;
margin-left: -6mm;
font-family: "Georgia";
font-weight: bold;
color: white;
}
div.cover div.u4 p.abstract {
padding: 8mm;
font-size: 12pt;
color: prince-color(black, overprint);
}
div.cover div.u4 div.back-data {
position: absolute;
width: 170mm;
height: 33mm;
padding: 2mm 8mm;
bottom: 0;
background-color: #113876;
}
div.cover div.u4 div.back-data img.back-texxtoor {
margin-top: 6mm;
width: 35mm;
height: 10mm;
left: 8mm;
background-repeat: no-repeat;
}
div.cover div.u4 div.back-data div.back-fixprice {
margin-top: 3mm;
font-size: 12pt;
color: #fff;
font-weight: bold;
}
div.cover div.u4 div.back-data img.back-qr {
position: absolute;
left: 64mm;
top: 8mm;
width: 21.5mm;
height: 21.5mm;
background-size: 21.5mm 21.5mm;
background-repeat: no-repeat;
}
div.cover div.u4 div.back-data div.back-isbn-keywords {
position: absolute;
color: #ffffff;
left: 90mm;
top: 3mm;
}
div.cover div.u4 div.back-data img.back-isbn {
position: absolute;
left: 90mm;
top: 8mm;
width: 52mm;
height: 21.5mm;
background-size: 42mm 21.5mm;
background-repeat: no-repeat;
}
div.cover div.marker div.v {
position: absolute;
z-index: 10;
width: 2px;
height: 6px;
background-color: black;
}
div.cover div.marker div.h {
position: absolute;
z-index: 10;
width: 6px;
background-color: black;
height: 2px;
}
div.cover div.marker #ltx {
top: 3mm;
left: -2mm;
}
div.cover div.marker #lty {
top: -2mm;
left: 3mm;
}
div.cover div.marker #lbx {
top: 213mm;
left: -2mm;
}
div.cover div.marker #lby {
top: 216mm;
left: 3mm;
}
div.cover div.marker #rtx {
top: 3mm;
left: 303mm;
}
div.cover div.marker #rty {
top: -2mm;
left: 300mm;
}
div.cover div.marker #rbx {
top: 213mm;
left: 303mm;
}
div.cover div.marker #rby {
top: 216mm;
left: 300mm;
}
div.cover div.marker #stl {
top: -3mm;
left: 151mm;
}
div.cover div.marker #str {
top: -3mm;
left: 155mm;
}
div.cover div.marker #sbl {
top: 216mm;
left: 151mm;
}
div.cover div.marker #sbr {
top: 216mm;
left: 155mm;
}
/* end cover */
h1, h2, h3, h4, h5, h6 {
font-family: "Tw Cen MT Condensed";
margin: 1em 0 0.5em 0;
page-break-after: avoid;
}
h1 {
padding: 1.8em 0 1em 0;
margin: 0;
font-size: 3.2em;
font-weight: 900;
}
h2 {
font-size: 1.4em;
text-transform: uppercase;
font-weight: bold;
}
h3 {
font-size: 1.3em;
font-weight: bold;
}
h4 {
font-size: 1.2em;
font-weight: bold;
}
q::before {
content: "\201C";
}
q::after {
content: "\201D";
}
p {
margin: 2mm 0 2mm 0;
font: 9pt "Georgia";
text-align: justify;
line-height: 1.4em;
widows: 2;
}
p + p {
text-indent: 1.3em;
}
p.sidenote + p, p.art {
text-indent: 0;
}
p.author {
margin-top: 2em;
text-indent: 0;
text-align: right;
}
p.Query {
font-style: italic;
}
ul {
margin-left: 4mm;
margin-top: 3mm;
}
ol {
margin-left: 5.5mm;
margin-top: 3mm;
}
ul, ol li {
font: 9pt "Georgia";
line-height: 1.4em;
text-align: left;
widows: 2;
}
li:last-child {
page-break-before: avoid;
}
li:first-child {
page-break-after: avoid;
}
ul, ol ul, ol {
margin-top: 1mm;
margin-bottom: 1mm;
}
ul ul li {
margin-left: 6mm;
}
ol ol li {
margin-left: 5mm;
}
pre {
margin: 1em 0em;
font: 70% "Lucida Console", "Lucida Sans Typewriter", monospace;
font-size: 0.9em;
max-width: 125mm;
word-wrap: break-word;
}
a {
text-decoration: none;
color: prince-color(black, overprint);
}
/* cross-references */
a.section::after {
content: " Seite " target-counter(attr(href), page);
}
a.section::before {
content: " Kapitel " target-counter(attr(href), chapter) ", ";
}
a.image {
content: " Abbildung " counter(chapter) "." target-counter(attr(href), figure);
}
a.table {
content: " Tabelle " counter(chapter) "." target-counter(attr(href), table);
}
a.listing {
content: " Listing " counter(chapter) "." target-counter(attr(href), listing);
}
/* sidenotes */
.sidenote {
float: left;
clear: left;
margin: 0 0 1em -41%;
width: 37%;
font-size: 0.9em;
font-style: normal;
text-indent: 0;
text-align: right;
page-break-inside: avoid;
}
/* sidebars */
header.builder {
margin: 1.2em 0 0 0;
background: #AAA;
padding: 0.5em 1em;
page-break-inside: avoid;
page-break-after: avoid;
font-weight: bold;
font-family: "Tw Cen MT Condensed";
}
header.builder[data-type=Tip] {
content: "Tipp";
}
header.builder[data-type=Warning] {
content: "Warnung";
}
header.builder[data-type=Note] {
content: "Hinweis";
}
header.builder[data-type=Information] {
content: "Information";
}
header.builder[data-type=Advice] {
content: "Empfehlung";
}
header.builder[data-type=Box] {
}
aside.builder {
font: 8pt "Georgia";
margin: 0 0 1.2em 0;
background: #CCC;
padding: 0.5em 1em;
page-break-inside: avoid;
text-align: justify;
/*column-count: 2;
column-gap: 1.5em;*/
}
aside.builder p {
padding: 0;
}
aside.builder h2 {
margin-top: 0;
}
/* figures, listings and tables*/
div.listing {
counter-increment: listing;
}
div.listing p.caption::before {
content: "Listing " counter(chapter) "." counter(listing) ": ";
font: 8pt "Georgia";
font-weight: bold;
font-family: "Georgia";
font-style: italic;
}
div.listing p.caption {
width: 100%;
font: 8pt "Georgia";
font-style: italic;
text-align: left;
font-size: 1em;
margin: 1.5em 0 0em 0;
}
div.figure {
position: relative;
margin: 1em 0;
counter-increment: figure;
height: 75%;
max-width: 125mm;
page-break-inside: avoid;
}
div.figure p.caption {
width: 75%;
position: absolute;
font: 8pt "Georgia";
text-align: left;
font-size: 0.8em;
bottom: 0;
margin: 0 0 0 0;
font-style: italic;
}
div.figure p.caption::before {
content: "Abbildung " counter(chapter) "." counter(figure) ": ";
font-weight: bold;
font-style: italic;
}
div.figure p.art {
padding-bottom: 1.5em;
}
div.figure p.art img {
top: 0px;
right: 0px;
left: 0px;
width: 75%;
height: 75%;
}
div.figure p.art artimg4 {
top: 0px;
right: 0px;
left: 0px;
width: 75%;
height: 75%;
}
table {
margin: 1em 0;
width: 100%;
counter-increment: table;
}
table th {
text-align: left;
background-color: #CCC;
font-size: 8pt;
}
table th, table td {
text-align: left;
padding-right: 1em;
}
table td {
background-color: #EEE;
font: 8pt "Georgia";
vertical-align: top;
}
table.lined td, table.lined th {
border-top: none;
border-bottom: thin dotted;
padding-top: 0.2em;
padding-bottom: 0.2em;
}
table caption {
width: 100%;
font: 8pt "Georgia";
text-align: left;
font-size: 0.7em;
margin: 0 0 1.2em 0;
}
table caption::before {
content: "Tabelle " counter(chapter) "." counter(table) ": ";
font-weight: bold;
}
.pspacing {
display: none;
}
@page {
margin: 25mm 14mm 25mm 14mm;
size: 148mm 210mm;
@footnotes {
border-top: thin solid black;
padding-top: 0.3em;
margin-top: 0.6em;
margin-left: 30%;
}
}
/* define default page and names pages: cover, blank, frontmatter */
@page :left {
@top-left {
font: 8pt "Georgia";
content: "Webentwicklung";
vertical-align: bottom;
padding-bottom: 2em;
color: gray;
}
@bottom-left {
font: 8pt "Georgia";
content: counter(page);
padding-top: 2em;
vertical-align: top;
color: Gray;
}
}
@page :right {
@top-right {
font: 8pt "Georgia";
content: string(header, first);
vertical-align: bottom;
padding-bottom: 2em;
color: Gray;
}
@bottom-right {
font: 8pt "Georgia";
content: counter(page);
text-align: right;
vertical-align: top;
padding-top: 2em;
color: Gray;
}
}
@page frontmatter :left {
@top-left {
font: 8pt "Georgia";
content: string(title);
vertical-align: bottom;
padding-bottom: 2em;
color: Gray;
}
@bottom-left {
font: 8pt "Georgia";
content: counter(page, lower-roman);
padding-top: 2em;
vertical-align: top;
color: Gray;
}
}
@page frontmatter :right {
@top-right {
font: 8pt "Georgia";
content: string(header, first);
vertical-align: bottom;
padding-bottom: 2em;
color: Gray;
}
@bottom-right {
font: 8pt "Georgia";
content: counter(page, lower-roman);
text-align: right;
vertical-align: top;
padding-top: 2em;
color: Gray;
}
}
@page frontcover {
margin: 0;
}
@page blank :left {
@top-left {
content: normal;
}
@bottom-left {
content: normal;
}
}
@page blank :right {
@top-right {
content: normal;
}
@bottom-right {
content: normal;
}
}
/* footnotes */
.footnote {
display: none; /* default rule */
display: prince-footnote; /* prince-specific rules */
position: footnote;
footnote-style-position: inside;
counter-increment: footnote;
margin-left: 1.4em;
font-size: 90%;
line-height: 1.4;
}
.footnote::footnote-call {
vertical-align: super;
font-size: 80%;
}
.footnote::footnote-marker {
vertical-align: super;
color: green;
padding-right: 0.4em;
}
/*
A book consists of different types of sections. We propose to use
DIV elements with these class names:
frontcover / cover (this is for separate printing with spine, does not need backcover)
halftitlepage: contains the title of the book
titlepage: contains the title of the book, name of author(s) and publisher
imprint: left page with copyright, publisher, library printing information
dedication: right page with short dedication
foreword: written by someone other than the author(s)
toc: table of contents
preface: preface, including acknowledgements
chapter: each chapter is given its own DIV element
references: contains list of references
appendix: each appendix is given its own
bibliography
glossary
index
colophon: describes how the book was produced
backcover
A book will use several of the types listed above, but few books
will use all of them.
*/
/* which section uses which named page */
div.halftitlepage, div.titlepage, div.imprint, div.dedication {
page: blank;
}
div.foreword, div.toc, div.preface {
page: frontmatter;
}
/* page breaks */
div.frontcover, div.halftitlepage, div.titlepage {
page-break-before: right;
}
div.imprint {
page-break-before: always;
}
div.imprint div.imprint-Title {
font-size: 24pt;
margin-top: -1em;
}
div.imprint div.imprint-Author {
font-size: 14pt;
}
div.imprint div.imprint-Text {
font-size: 8pt;
font-family: "Georgia";
margin-top: 5mm;
text-align: justify;
}
.imprint-Publisher {
margin-top: 1em;
font-size: 12pt;
}
.imprint-CopyEditor {
margin-top: 1em;
font-size: 12pt;
}
div.dedication, div.foreword, div.toc, div.preface, div.heading1, div.reference,
div.appendix, div.bibliography, div.glossary, div.index, div.colophon {
page-break-before: right;
}
div.backcover {
page-break-before: left;
}
/* the front cover; this code is probably not very reusable by other books */
div.frontcover {
page: frontcover;
}
div.frontcover img {
position: absolute;
width: 7in;
height: 9.25in;
left: 0;
top: 0;
z-index: -1;
}
div.frontcover h1 {
position: absolute;
left: 2cm;
top: 1cm;
color: Black;
font-size: 25pt;
font-weight: normal;
margin-top: -1em;
}
div.frontcover h2 {
position: absolute;
right: 0;
top: 5cm;
left: 3.5cm;
color: prince-color(black, overprint);
background: White;
font-size: 10pt;
font-weight: normal;
padding: 0.2em 5em 0.2em 1em;
letter-spacing: 0.15em;
margin-top: -1em;
}
div.frontcover h3 {
position: absolute;
left: 2cm;
top: 7cm;
color: Black;
font-size: 15pt;
font-weight: normal;
margin-top: -1em;
}
div.frontcover p {
position: absolute;
bottom: 2.5cm;
left: 1.3cm;
right: 1.3cm;
font-size: 15pt;
color: prince-color(black, overprint);
font-weight: bold;
text-transform: uppercase;
text-align: inherit;
padding-left: 10px;
}
/* titlepage, halftitlepage */
div.titlepage h1, div.halftitlepage h1 {
margin-bottom: 2em;
}
div.titlepage h2, div.halftitlepage h2 {
font-size: 1.2em;
margin-bottom: 3em;
}
div.titlepage h3, div.halftitlepage h3 {
font-size: 1em;
margin-bottom: 3em;
}
div.titlepage p, div.halftitlepage p {
font-size: 1.4em;
font-weight: bold;
margin: 0;
padding: 0;
}
/* TOC */
ul.toc, ul.toc ul {
list-style-type: none;
margin: 0;
padding: 0;
font-family: "Georgia";
font-size: 10pt;
}
ul.toc ul {
margin-left: 1em;
font-weight: normal;
}
ul.toc > li {
font-weight: bold;
margin-bottom: 2em;
}
ul.toc a::after {
content: leader('.') target-counter(attr(href), page);
font-style: normal;
}
ul.toc > li.frontmatter a::after {
content: leader('.') target-counter(attr(href), page, lower-roman);
font-style: normal;
}
ul.toc > li.endmatter a::after {
content: leader('.') target-counter(attr(href), page);
font-style: normal;
}
ul.toc > li.chapter {
counter-increment: tocchapter;
}
ul.toc > li.chapter::before {
content: counter(tocchapter, decimal) " ";
margin: -1.5em 0 1em 0;
font-weight: bold;
page-break-after: avoid;
}
ul.toc > li.frontmatter .toc-header:before {
content: "Inhaltsverzeichnis ";
}
ul.toc > li.frontmatter .idx-header:before {
content: "Index ";
}
li.section {
font-size: 8pt;
padding-top: 1em;
font-family: "Georgia";
}
/* chapter numbers */
div.heading1 {
counter-increment: chapter;
}
div.heading2 {
margin-top: 1em;
}
h1::before {
white-space: pre;
margin-left: -5mm;
font-size: 50%;
content: "\B0 \B0 \A"; /* ornaments */
}
div.heading1 h1::before {
content: "Kapitel " counter(chapter) " \A";
margin-left: 0px;
font-size: 18pt;
}
div.frontcover h1::before, div.titlepage h1::before, div.halftitlepage h1::before {
content: normal; /* that is, none */
}
h1 {
string-set: header content();
counter-reset: figure table listing;
}
/* toc */
div.toc {
margin-top: -7em;
}
div.toc h1.builder {
content: "Inhaltsverzeichnis";
}
/* index */
div.index {
margin-top: -7em;
}
div.index h1.builder {
content: "Index";
}
ul.index {
list-style-type: none;
margin: 0;
padding: 0;
column-count: 2;
column-gap: 1em;
width: 100mm;
height: 50mm;
margin-top: -8mm;
}
ul.index li {
width: 48mm;
float: left;
}
ul.index a::after {
content: ", " target-counter(attr(href), page);
}
span.element, span.attribute {
text-transform: uppercase;
font-weight: bold;
font-size: 80%;
}
span.property {
font-weight: bold;
}
ul.code li {
list-style-type: none;
font-family: "source Code Pro";
font-size: 8pt;
margin-left: -20px;
}
code, code p, span.css, span.value, span.declaration {
font: 90% "Lucida Console", "Lucida Sans Typewriter", monospace;
font-size: 0.9em;
}
code p {
line-height: 90%;
} | Texxtoor/Solution/DatabaseTest/Templates/MM/Pdf/de/Common Template/print.css | /* Sample style sheet for boom!, the book microformat */
/* written by <NAME> and <NAME>, November 2005 */
/* You may reuse this style sheet for any purpose without any fees */
/* Modified for texxtoor
This is the base style for standard text books
Date: 27-04-2014
Lang: DE
AUTH: Joerg <isageek> Krause
*/
html {
margin: 0;
font: 10pt/1.26 "Georgia";
}
body {
margin: 0 0 0 0; /* 28% */
}
/* default colors */
@prince-color darkblue {
}
@prince-color black {
color: cmyk(0, 0, 0, 1);
}
@font-face {
font-family: 'Georgia';
src: url('Fonts/Georgia.ttf');
font-weight: normal;
font-style: normal;
}
/* cover */
@page cover {
size: 306mm 254mm;
margin: 0 !important;
}
/* Explicit printing support for full printed cover (2 pages and back spine) */
div.cover {
position: absolute;
width: 306mm;
height: 216mm;
padding: 0mm;
border: 0px;
margin: 3mm;
background-color: silver;
page: cover;
}
div.cover div.u1 {
position: absolute;
top: 0mm;
left: 155mm;
width: 151mm;
height: 216mm;
background-color: white;
}
div.cover div.u1 img {
width: 151mm;
height: 216mm;
top: 0mm;
border: 0;
}
div.cover div.u1 div.cover-title {
position: absolute;
left: 20mm;
bottom: 144mm;
width: 115mm;
color: prince-color(#000000, overprint);
font-size: 44pt;
font-weight: bold;
}
div.cover div.u1 div.cover-subtitle {
position: absolute;
left: 20mm;
top: 75mm;
width: 115mm;
color: prince-color(#000000, overprint);
font-size: 24pt;
font-weight: normal;
}
div.cover div.u1 div.cover-author {
position: absolute;
left: 20mm;
top: 100mm;
color: prince-color(#000000, overprint);
font-size: 16pt;
font-weight: normal;
}
div.cover div.spine {
position: absolute;
top: 0mm;
left: 151mm;
width: 4mm;
height: 216mm;
background-color: #113876;
}
div.cover div.u4 {
top: 0mm;
left: 0mm;
width: 151mm;
height: 216mm;
background-color: #96d4e6;
}
div.cover div.u4 div.back-author {
padding: 8mm;
font-size: 12pt;
}
div.cover div.u4 div.back-title {
padding: 0mm 8mm;
font-size: 36pt;
font-weight: bold;
}
div.cover div.u4 div.back-subtitle {
padding: 0mm 8mm;
font-size: 18pt;
font-weight: bold;
}
div.cover div.u4 div.back-about-name {
padding: 2mm 8mm;
font-size: 12pt;
font-weight: bold;
bottom: 95mm;
position: absolute;
left: -1px;
}
div.cover div.u4 div.back-about-author {
padding: 2mm;
margin-left: 8mm;
bottom: 35mm;
width: 130mm;
height: 65mm;
overflow-y: hidden;
position: absolute;
}
div.cover div.u4 div.back-about-author img.back-about-author-image {
width: 80px;
height: 130px;
margin-top: 6mm;
margin-left: -2mm;
position: absolute;
background-repeat: no-repeat;
}
div.cover div.u4 div.back-about-author div.back-about-author-text {
margin-left: 25mm;
margin-top: 5mm;
font-size: 10pt;
width: 100mm;
height: 40mm;
position: absolute;
overflow-y: hidden;
}
div.cover div.u4 div.back-update {
position: absolute;
bottom: 40mm;
padding-left: 8mm;
margin-top: 10mm;
}
p.back-update-text {
font-size: 12pt;
font-family: "Georgia";
font-weight: bold;
}
p.back-update-link {
font-size: 12pt;
margin-left: -6mm;
font-family: "Georgia";
font-weight: bold;
color: white;
}
div.cover div.u4 p.abstract {
padding: 8mm;
font-size: 12pt;
color: prince-color(black, overprint);
}
div.cover div.u4 div.back-data {
position: absolute;
width: 170mm;
height: 33mm;
padding: 2mm 8mm;
bottom: 0;
background-color: #113876;
}
div.cover div.u4 div.back-data img.back-texxtoor {
margin-top: 6mm;
width: 35mm;
height: 10mm;
left: 8mm;
background-repeat: no-repeat;
}
div.cover div.u4 div.back-data div.back-fixprice {
margin-top: 3mm;
font-size: 12pt;
color: #fff;
font-weight: bold;
}
div.cover div.u4 div.back-data img.back-qr {
position: absolute;
left: 64mm;
top: 8mm;
width: 21.5mm;
height: 21.5mm;
background-size: 21.5mm 21.5mm;
background-repeat: no-repeat;
}
div.cover div.u4 div.back-data div.back-isbn-keywords {
position: absolute;
color: #ffffff;
left: 90mm;
top: 3mm;
}
div.cover div.u4 div.back-data img.back-isbn {
position: absolute;
left: 90mm;
top: 8mm;
width: 52mm;
height: 21.5mm;
background-size: 42mm 21.5mm;
background-repeat: no-repeat;
}
div.cover div.marker div.v {
position: absolute;
z-index: 10;
width: 2px;
height: 6px;
background-color: black;
}
div.cover div.marker div.h {
position: absolute;
z-index: 10;
width: 6px;
background-color: black;
height: 2px;
}
div.cover div.marker #ltx {
top: 3mm;
left: -2mm;
}
div.cover div.marker #lty {
top: -2mm;
left: 3mm;
}
div.cover div.marker #lbx {
top: 213mm;
left: -2mm;
}
div.cover div.marker #lby {
top: 216mm;
left: 3mm;
}
div.cover div.marker #rtx {
top: 3mm;
left: 303mm;
}
div.cover div.marker #rty {
top: -2mm;
left: 300mm;
}
div.cover div.marker #rbx {
top: 213mm;
left: 303mm;
}
div.cover div.marker #rby {
top: 216mm;
left: 300mm;
}
div.cover div.marker #stl {
top: -3mm;
left: 151mm;
}
div.cover div.marker #str {
top: -3mm;
left: 155mm;
}
div.cover div.marker #sbl {
top: 216mm;
left: 151mm;
}
div.cover div.marker #sbr {
top: 216mm;
left: 155mm;
}
/* end cover */
h1, h2, h3, h4, h5, h6 {
font-family: "Tw Cen MT Condensed";
margin: 1em 0 0.5em 0;
page-break-after: avoid;
}
h1 {
padding: 1.8em 0 1em 0;
margin: 0;
font-size: 3.2em;
font-weight: 900;
}
h2 {
font-size: 1.4em;
text-transform: uppercase;
font-weight: bold;
}
h3 {
font-size: 1.3em;
font-weight: bold;
}
h4 {
font-size: 1.2em;
font-weight: bold;
}
q::before {
content: "\201C";
}
q::after {
content: "\201D";
}
p {
margin: 2mm 0 2mm 0;
font: 9pt "Georgia";
text-align: justify;
line-height: 1.4em;
widows: 2;
}
p + p {
text-indent: 1.3em;
}
p.sidenote + p, p.art {
text-indent: 0;
}
p.author {
margin-top: 2em;
text-indent: 0;
text-align: right;
}
p.Query {
font-style: italic;
}
ul {
margin-left: 4mm;
margin-top: 3mm;
}
ol {
margin-left: 5.5mm;
margin-top: 3mm;
}
ul, ol li {
font: 9pt "Georgia";
line-height: 1.4em;
text-align: left;
widows: 2;
}
li:last-child {
page-break-before: avoid;
}
li:first-child {
page-break-after: avoid;
}
ul, ol ul, ol {
margin-top: 1mm;
margin-bottom: 1mm;
}
ul ul li {
margin-left: 6mm;
}
ol ol li {
margin-left: 5mm;
}
pre {
margin: 1em 0em;
font: 70% "Lucida Console", "Lucida Sans Typewriter", monospace;
font-size: 0.9em;
max-width: 125mm;
word-wrap: break-word;
}
a {
text-decoration: none;
color: prince-color(black, overprint);
}
/* cross-references */
a.section::after {
content: " Seite " target-counter(attr(href), page);
}
a.section::before {
content: " Kapitel " target-counter(attr(href), chapter) ", ";
}
a.image {
content: " Abbildung " counter(chapter) "." target-counter(attr(href), figure);
}
a.table {
content: " Tabelle " counter(chapter) "." target-counter(attr(href), table);
}
a.listing {
content: " Listing " counter(chapter) "." target-counter(attr(href), listing);
}
/* sidenotes */
.sidenote {
float: left;
clear: left;
margin: 0 0 1em -41%;
width: 37%;
font-size: 0.9em;
font-style: normal;
text-indent: 0;
text-align: right;
page-break-inside: avoid;
}
/* sidebars */
header.builder {
margin: 1.2em 0 0 0;
background: #AAA;
padding: 0.5em 1em;
page-break-inside: avoid;
page-break-after: avoid;
font-weight: bold;
font-family: "Tw Cen MT Condensed";
}
header.builder[data-type=Tip] {
content: "Tipp";
}
header.builder[data-type=Warning] {
content: "Warnung";
}
header.builder[data-type=Note] {
content: "Hinweis";
}
header.builder[data-type=Information] {
content: "Information";
}
header.builder[data-type=Advice] {
content: "Empfehlung";
}
header.builder[data-type=Box] {
}
aside.builder {
font: 8pt "Georgia";
margin: 0 0 1.2em 0;
background: #CCC;
padding: 0.5em 1em;
page-break-inside: avoid;
text-align: justify;
/*column-count: 2;
column-gap: 1.5em;*/
}
aside.builder p {
padding: 0;
}
aside.builder h2 {
margin-top: 0;
}
/* figures, listings and tables*/
div.listing {
counter-increment: listing;
}
div.listing p.caption::before {
content: "Listing " counter(chapter) "." counter(listing) ": ";
font: 8pt "Georgia";
font-weight: bold;
font-family: "Georgia";
font-style: italic;
}
div.listing p.caption {
width: 100%;
font: 8pt "Georgia";
font-style: italic;
text-align: left;
font-size: 1em;
margin: 1.5em 0 0em 0;
}
div.figure {
position: relative;
margin: 1em 0;
counter-increment: figure;
height: 75%;
max-width: 125mm;
page-break-inside: avoid;
}
div.figure p.caption {
width: 75%;
position: absolute;
font: 8pt "Georgia";
text-align: left;
font-size: 0.8em;
bottom: 0;
margin: 0 0 0 0;
font-style: italic;
}
div.figure p.caption::before {
content: "Abbildung " counter(chapter) "." counter(figure) ": ";
font-weight: bold;
font-style: italic;
}
div.figure p.art {
padding-bottom: 1.5em;
}
div.figure p.art img {
top: 0px;
right: 0px;
left: 0px;
width: 75%;
height: 75%;
}
div.figure p.art artimg4 {
top: 0px;
right: 0px;
left: 0px;
width: 75%;
height: 75%;
}
table {
margin: 1em 0;
width: 100%;
counter-increment: table;
}
table th {
text-align: left;
background-color: #CCC;
font-size: 8pt;
}
table th, table td {
text-align: left;
padding-right: 1em;
}
table td {
background-color: #EEE;
font: 8pt "Georgia";
vertical-align: top;
}
table.lined td, table.lined th {
border-top: none;
border-bottom: thin dotted;
padding-top: 0.2em;
padding-bottom: 0.2em;
}
table caption {
width: 100%;
font: 8pt "Georgia";
text-align: left;
font-size: 0.7em;
margin: 0 0 1.2em 0;
}
table caption::before {
content: "Tabelle " counter(chapter) "." counter(table) ": ";
font-weight: bold;
}
.pspacing {
display: none;
}
@page {
margin: 25mm 14mm 25mm 14mm;
size: 148mm 210mm;
@footnotes {
border-top: thin solid black;
padding-top: 0.3em;
margin-top: 0.6em;
margin-left: 30%;
}
}
/* define default page and names pages: cover, blank, frontmatter */
@page :left {
@top-left {
font: 8pt "Georgia";
content: "Webentwicklung";
vertical-align: bottom;
padding-bottom: 2em;
color: gray;
}
@bottom-left {
font: 8pt "Georgia";
content: counter(page);
padding-top: 2em;
vertical-align: top;
color: Gray;
}
}
@page :right {
@top-right {
font: 8pt "Georgia";
content: string(header, first);
vertical-align: bottom;
padding-bottom: 2em;
color: Gray;
}
@bottom-right {
font: 8pt "Georgia";
content: counter(page);
text-align: right;
vertical-align: top;
padding-top: 2em;
color: Gray;
}
}
@page frontmatter :left {
@top-left {
font: 8pt "Georgia";
content: string(title);
vertical-align: bottom;
padding-bottom: 2em;
color: Gray;
}
@bottom-left {
font: 8pt "Georgia";
content: counter(page, lower-roman);
padding-top: 2em;
vertical-align: top;
color: Gray;
}
}
@page frontmatter :right {
@top-right {
font: 8pt "Georgia";
content: string(header, first);
vertical-align: bottom;
padding-bottom: 2em;
color: Gray;
}
@bottom-right {
font: 8pt "Georgia";
content: counter(page, lower-roman);
text-align: right;
vertical-align: top;
padding-top: 2em;
color: Gray;
}
}
@page frontcover {
margin: 0;
}
@page blank :left {
@top-left {
content: normal;
}
@bottom-left {
content: normal;
}
}
@page blank :right {
@top-right {
content: normal;
}
@bottom-right {
content: normal;
}
}
/* footnotes */
.footnote {
display: none; /* default rule */
display: prince-footnote; /* prince-specific rules */
position: footnote;
footnote-style-position: inside;
counter-increment: footnote;
margin-left: 1.4em;
font-size: 90%;
line-height: 1.4;
}
.footnote::footnote-call {
vertical-align: super;
font-size: 80%;
}
.footnote::footnote-marker {
vertical-align: super;
color: green;
padding-right: 0.4em;
}
/*
A book consists of different types of sections. We propose to use
DIV elements with these class names:
frontcover / cover (this is for separate printing with spine, does not need backcover)
halftitlepage: contains the title of the book
titlepage: contains the title of the book, name of author(s) and publisher
imprint: left page with copyright, publisher, library printing information
dedication: right page with short dedication
foreword: written by someone other than the author(s)
toc: table of contents
preface: preface, including acknowledgements
chapter: each chapter is given its own DIV element
references: contains list of references
appendix: each appendix is given its own
bibliography
glossary
index
colophon: describes how the book was produced
backcover
A book will use several of the types listed above, but few books
will use all of them.
*/
/* which section uses which named page */
div.halftitlepage, div.titlepage, div.imprint, div.dedication {
page: blank;
}
div.foreword, div.toc, div.preface {
page: frontmatter;
}
/* page breaks */
div.frontcover, div.halftitlepage, div.titlepage {
page-break-before: right;
}
div.imprint {
page-break-before: always;
}
div.imprint div.imprint-Title {
font-size: 24pt;
margin-top: -1em;
}
div.imprint div.imprint-Author {
font-size: 14pt;
}
div.imprint div.imprint-Text {
font-size: 8pt;
font-family: "Georgia";
margin-top: 5mm;
text-align: justify;
}
.imprint-Publisher {
margin-top: 1em;
font-size: 12pt;
}
.imprint-CopyEditor {
margin-top: 1em;
font-size: 12pt;
}
div.dedication, div.foreword, div.toc, div.preface, div.heading1, div.reference,
div.appendix, div.bibliography, div.glossary, div.index, div.colophon {
page-break-before: right;
}
div.backcover {
page-break-before: left;
}
/* the front cover; this code is probably not very reusable by other books */
div.frontcover {
page: frontcover;
}
div.frontcover img {
position: absolute;
width: 7in;
height: 9.25in;
left: 0;
top: 0;
z-index: -1;
}
div.frontcover h1 {
position: absolute;
left: 2cm;
top: 1cm;
color: Black;
font-size: 25pt;
font-weight: normal;
margin-top: -1em;
}
div.frontcover h2 {
position: absolute;
right: 0;
top: 5cm;
left: 3.5cm;
color: prince-color(black, overprint);
background: White;
font-size: 10pt;
font-weight: normal;
padding: 0.2em 5em 0.2em 1em;
letter-spacing: 0.15em;
margin-top: -1em;
}
div.frontcover h3 {
position: absolute;
left: 2cm;
top: 7cm;
color: Black;
font-size: 15pt;
font-weight: normal;
margin-top: -1em;
}
div.frontcover p {
position: absolute;
bottom: 2.5cm;
left: 1.3cm;
right: 1.3cm;
font-size: 15pt;
color: prince-color(black, overprint);
font-weight: bold;
text-transform: uppercase;
text-align: inherit;
padding-left: 10px;
}
/* titlepage, halftitlepage */
div.titlepage h1, div.halftitlepage h1 {
margin-bottom: 2em;
}
div.titlepage h2, div.halftitlepage h2 {
font-size: 1.2em;
margin-bottom: 3em;
}
div.titlepage h3, div.halftitlepage h3 {
font-size: 1em;
margin-bottom: 3em;
}
div.titlepage p, div.halftitlepage p {
font-size: 1.4em;
font-weight: bold;
margin: 0;
padding: 0;
}
/* TOC */
ul.toc, ul.toc ul {
list-style-type: none;
margin: 0;
padding: 0;
font-family: "Georgia";
font-size: 10pt;
}
ul.toc ul {
margin-left: 1em;
font-weight: normal;
}
ul.toc > li {
font-weight: bold;
margin-bottom: 2em;
}
ul.toc a::after {
content: leader('.') target-counter(attr(href), page);
font-style: normal;
}
ul.toc > li.frontmatter a::after {
content: leader('.') target-counter(attr(href), page, lower-roman);
font-style: normal;
}
ul.toc > li.endmatter a::after {
content: leader('.') target-counter(attr(href), page);
font-style: normal;
}
ul.toc > li.chapter {
counter-increment: tocchapter;
}
ul.toc > li.chapter::before {
content: counter(tocchapter, decimal) " ";
margin: -1.5em 0 1em 0;
font-weight: bold;
page-break-after: avoid;
}
ul.toc > li.frontmatter .toc-header:before {
content: "Inhaltsverzeichnis ";
}
ul.toc > li.frontmatter .idx-header:before {
content: "Index ";
}
li.section {
font-size: 8pt;
padding-top: 1em;
font-family: "Georgia";
}
/* chapter numbers */
div.heading1 {
counter-increment: chapter;
}
div.heading2 {
margin-top: 1em;
}
h1::before {
white-space: pre;
margin-left: -5mm;
font-size: 50%;
content: "\B0 \B0 \A"; /* ornaments */
}
div.heading1 h1::before {
content: "Kapitel " counter(chapter) " \A";
margin-left: 0px;
font-size: 18pt;
}
div.frontcover h1::before, div.titlepage h1::before, div.halftitlepage h1::before {
content: normal; /* that is, none */
}
h1 {
string-set: header content();
counter-reset: figure table listing;
}
/* toc */
div.toc {
margin-top: -7em;
}
div.toc h1.builder {
content: "Inhaltsverzeichnis";
}
/* index */
div.index {
margin-top: -7em;
}
div.index h1.builder {
content: "Index";
}
ul.index {
list-style-type: none;
margin: 0;
padding: 0;
column-count: 2;
column-gap: 1em;
width: 100mm;
height: 50mm;
margin-top: -8mm;
}
ul.index li {
width: 48mm;
float: left;
}
ul.index a::after {
content: ", " target-counter(attr(href), page);
}
span.element, span.attribute {
text-transform: uppercase;
font-weight: bold;
font-size: 80%;
}
span.property {
font-weight: bold;
}
ul.code li {
list-style-type: none;
font-family: "source Code Pro";
font-size: 8pt;
margin-left: -20px;
}
code, code p, span.css, span.value, span.declaration {
font: 90% "Lucida Console", "Lucida Sans Typewriter", monospace;
font-size: 0.9em;
}
code p {
line-height: 90%;
} | 0.519034 | 0.078254 |
body {
margin: 0;
margin-bottom: 25px;
padding: 0;
background-color: #f0f0f0;
font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, sans-serif;
font-size: 13px;
color: #333;
}
h1 {
font-size: 28px;
color: #000;
}
a {color: #03c}
a:hover {
background-color: #03c;
color: white;
text-decoration: none;
}
#page {
background-color: #f0f0f0;
width: 700px;
margin: 0;
margin-left: auto;
margin-right: auto;
}
#content {
float: left;
background-color: white;
border: 3px solid #aaa;
border-top: none;
padding: 25px;
width: 700px;
}
#sidebar {
float: right;
width: 175px;
}
#footer {
clear: both;
}
#header, #about, #getting-started {
padding-left: 85px;
padding-right: 30px;
}
#header {
background-image: url("/images/cloud.png");
background-repeat: no-repeat;
background-position: top left;
height: 80px;
}
#header h1, #header h2 {margin: 0}
#header h2 {
color: #888;
font-weight: normal;
font-size: 16px;
}
#header a, #header a:hover {
background-color: white;
text-decoration: none;
/* This probably wont work in IE7 and below, they'll get pretty blue links */
color: inherit;
}
#about h3 {
margin: 0;
margin-bottom: 10px;
font-size: 14px;
}
#about-content {
background-color: #ffd;
border: 1px solid #fc0;
margin-left: -11px;
}
#about-content table {
margin-top: 10px;
margin-bottom: 10px;
font-size: 11px;
border-collapse: collapse;
}
#about-content td {
padding: 10px;
padding-top: 3px;
padding-bottom: 3px;
}
#about-content td.name {color: #555}
#about-content td.value {color: #000}
#about-content.failure {
background-color: #fcc;
border: 1px solid #f00;
}
#about-content.failure p {
margin: 0;
padding: 10px;
}
#getting-started {
margin-top: 25px;
}
#getting-started h1 {
margin: 0;
font-size: 20px;
}
#getting-started h2 {
margin: 0;
font-size: 14px;
font-weight: normal;
color: #333;
margin-bottom: 25px;
}
#getting-started ol {
margin-left: 0;
padding-left: 0;
}
#getting-started li {
font-size: 18px;
color: #888;
margin-bottom: 25px;
}
#getting-started li h2 {
margin: 0;
font-weight: normal;
font-size: 18px;
color: #333;
}
#getting-started li p {
color: #555;
font-size: 13px;
}
#search {
margin: 0;
padding-top: 10px;
padding-bottom: 10px;
font-size: 11px;
}
#search input {
font-size: 11px;
margin: 2px;
}
#search-text {width: 170px}
#sidebar ul {
margin-left: 0;
padding-left: 0;
}
#sidebar ul h3 {
margin-top: 25px;
font-size: 16px;
padding-bottom: 10px;
border-bottom: 1px solid #ccc;
}
#sidebar li {
list-style-type: none;
}
#sidebar ul.links li {
margin-bottom: 5px;
}
#nav {
padding: 10px 0 0 0;
margin: 13px auto 0 auto;
border-bottom: 1px solid #CCCCCC;
}
#nav ul {
margin: 1px;
}
#nav ul li {
list-style-type: none;
display: inline;
font-size: 14px;
border: 1px solid #ccc;
text-align: center;
padding: 1px 10px;
margin: 0 5px;
}
#nav ul li a {
color: #000;
text-decoration: none;
background-color: #fff;
}
#nav ul li a:hover {
color: red;
}
#login-status {
text-align: right;
float: right;
}
#confirm {
text-align: center;
padding-right: 50px;
}
.red { color: red; }
.fieldWithErrors {
padding: 2px;
background-color: red;
display: table;
}
#errorExplanation, #noticeExplanation {
width: 350px;
padding: 20px 20px 20px 30px;
background-color: #f0f0f0;
}
#errorExplanation {
border: 2px solid red;
}
#noticeExplanation {
border: 2px solid green;
}
#errorExplanation h2 {
text-align: left;
font-weight: bold;
padding: 5px 5px 5px 15px;
font-size: 12px;
margin: -7px;
background-color: #c00;
color: #fff;
}
#errorExplanation li, #noticeExplanation li {
font-size: 12px;
list-style: square;
margin-bottom: 0;
padding: 0 3px 10px 3px;
color: #000;
} | AppServer/demos/apichecker/stylesheets/all.css | body {
margin: 0;
margin-bottom: 25px;
padding: 0;
background-color: #f0f0f0;
font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, sans-serif;
font-size: 13px;
color: #333;
}
h1 {
font-size: 28px;
color: #000;
}
a {color: #03c}
a:hover {
background-color: #03c;
color: white;
text-decoration: none;
}
#page {
background-color: #f0f0f0;
width: 700px;
margin: 0;
margin-left: auto;
margin-right: auto;
}
#content {
float: left;
background-color: white;
border: 3px solid #aaa;
border-top: none;
padding: 25px;
width: 700px;
}
#sidebar {
float: right;
width: 175px;
}
#footer {
clear: both;
}
#header, #about, #getting-started {
padding-left: 85px;
padding-right: 30px;
}
#header {
background-image: url("/images/cloud.png");
background-repeat: no-repeat;
background-position: top left;
height: 80px;
}
#header h1, #header h2 {margin: 0}
#header h2 {
color: #888;
font-weight: normal;
font-size: 16px;
}
#header a, #header a:hover {
background-color: white;
text-decoration: none;
/* This probably wont work in IE7 and below, they'll get pretty blue links */
color: inherit;
}
#about h3 {
margin: 0;
margin-bottom: 10px;
font-size: 14px;
}
#about-content {
background-color: #ffd;
border: 1px solid #fc0;
margin-left: -11px;
}
#about-content table {
margin-top: 10px;
margin-bottom: 10px;
font-size: 11px;
border-collapse: collapse;
}
#about-content td {
padding: 10px;
padding-top: 3px;
padding-bottom: 3px;
}
#about-content td.name {color: #555}
#about-content td.value {color: #000}
#about-content.failure {
background-color: #fcc;
border: 1px solid #f00;
}
#about-content.failure p {
margin: 0;
padding: 10px;
}
#getting-started {
margin-top: 25px;
}
#getting-started h1 {
margin: 0;
font-size: 20px;
}
#getting-started h2 {
margin: 0;
font-size: 14px;
font-weight: normal;
color: #333;
margin-bottom: 25px;
}
#getting-started ol {
margin-left: 0;
padding-left: 0;
}
#getting-started li {
font-size: 18px;
color: #888;
margin-bottom: 25px;
}
#getting-started li h2 {
margin: 0;
font-weight: normal;
font-size: 18px;
color: #333;
}
#getting-started li p {
color: #555;
font-size: 13px;
}
#search {
margin: 0;
padding-top: 10px;
padding-bottom: 10px;
font-size: 11px;
}
#search input {
font-size: 11px;
margin: 2px;
}
#search-text {width: 170px}
#sidebar ul {
margin-left: 0;
padding-left: 0;
}
#sidebar ul h3 {
margin-top: 25px;
font-size: 16px;
padding-bottom: 10px;
border-bottom: 1px solid #ccc;
}
#sidebar li {
list-style-type: none;
}
#sidebar ul.links li {
margin-bottom: 5px;
}
#nav {
padding: 10px 0 0 0;
margin: 13px auto 0 auto;
border-bottom: 1px solid #CCCCCC;
}
#nav ul {
margin: 1px;
}
#nav ul li {
list-style-type: none;
display: inline;
font-size: 14px;
border: 1px solid #ccc;
text-align: center;
padding: 1px 10px;
margin: 0 5px;
}
#nav ul li a {
color: #000;
text-decoration: none;
background-color: #fff;
}
#nav ul li a:hover {
color: red;
}
#login-status {
text-align: right;
float: right;
}
#confirm {
text-align: center;
padding-right: 50px;
}
.red { color: red; }
.fieldWithErrors {
padding: 2px;
background-color: red;
display: table;
}
#errorExplanation, #noticeExplanation {
width: 350px;
padding: 20px 20px 20px 30px;
background-color: #f0f0f0;
}
#errorExplanation {
border: 2px solid red;
}
#noticeExplanation {
border: 2px solid green;
}
#errorExplanation h2 {
text-align: left;
font-weight: bold;
padding: 5px 5px 5px 15px;
font-size: 12px;
margin: -7px;
background-color: #c00;
color: #fff;
}
#errorExplanation li, #noticeExplanation li {
font-size: 12px;
list-style: square;
margin-bottom: 0;
padding: 0 3px 10px 3px;
color: #000;
} | 0.44071 | 0.110231 |
.ui-keyboard {
text-align: center;
padding: .3em;
position: absolute;
left: 0;
top: 0;
z-index: 16000;
-ms-touch-action: manipulation;
touch-action: manipulation
}
.ui-keyboard-has-focus {
z-index: 16001
}
.ui-keyboard div {
font-size: 1.1em
}
.ui-keyboard[contenteditable] {
white-space: pre
}
.ui-keyboard-button {
height: 2em;
min-width: 2em;
margin: .1em;
cursor: pointer;
overflow: hidden;
line-height: 2em;
-moz-user-focus: ignore
}
.ui-keyboard-button span {
padding: 0;
margin: 0;
white-space: nowrap;
display: inline-block
}
.ui-keyboard-button-endrow {
clear: left
}
.ui-keyboard-space {
width: 15em
}
.ui-keyboard-empty span, .ui-keyboard-space span {
font: 0/0 a;
text-shadow: none;
color: transparent
}
.ui-keyboard-preview-wrapper {
text-align: center;
position: relative;
overflow: hidden
}
.ui-keyboard-preview {
text-align: left;
margin: 0 0 3px 0;
display: inline;
width: 99%
}
.ui-keyboard-keyset {
text-align: center;
white-space: nowrap
}
.ui-keyboard-input {
text-align: left
}
.ui-keyboard-input-current {
-moz-box-shadow: 0 0 5px #4d90fe;
-webkit-box-shadow: 0 0 5px #4d90fe;
box-shadow: 0 0 5px #4d90fe
}
.ui-keyboard-placeholder {
color: #888
}
.ui-keyboard-nokeyboard {
color: #888;
border-color: #888
}
.ui-keyboard-spacer {
display: inline-block;
width: 1px;
height: 0;
cursor: default
}
.ui-keyboard-LRM span, .ui-keyboard-NBSP span, .ui-keyboard-RLM span, .ui-keyboard-ZWJ span, .ui-keyboard-ZWNJ span, .ui-keyboard-ZWSP span {
font-size: .5em;
line-height: 1.5em;
white-space: normal
}
.ui-keyboard-button.ui-keyboard-combo.ui-state-default {
border-color: #ffaf0f
}
button.ui-keyboard-accept.ui-keyboard-valid-input {
border-color: #0c0;
background: #080;
color: #fff
}
button.ui-keyboard-accept.ui-keyboard-valid-input:not([disabled]):hover {
background: #0a0
}
button.ui-keyboard-accept.ui-keyboard-invalid-input {
border-color: #c00;
background: #800;
color: #fff;
opacity: .5
}
button.ui-keyboard-accept.ui-keyboard-invalid-input:not([disabled]):hover {
background: #a00
}
.ui-keyboard-caret {
background: #c00;
width: 1px;
margin-top: 3px
}
div.ui-body.ui-keyboard button.ui-keyboard-button.ui-btn {
padding: .5em 1em;
border-color: transparent
}
.ui-body .ui-keyboard-button {
width: 3em;
height: 3em;
display: inline-block
}
.ui-body .ui-keyboard-widekey {
width: 5.5em
}
.ui-body .ui-keyboard-space {
width: 15em
}
.ui-body .ui-keyboard-space span {
visibility: hidden
}
.ui-body .ui-keyboard-keyset {
line-height: .5em
}
.ui-body input.ui-input-text, .ui-body textarea.ui-input-text {
width: 95%
}
.ui-body .ui-btn-inner {
height: 2em;
padding: .2em 0;
margin: 0
}
.ui-body .ui-btn {
margin: 0;
font-size: 13px
}
button.ui-keyboard-button.btn {
padding: 1px 6px
}
button.ui-keyboard-toggle span {
width: .8em;
height: .8em;
display: inline-block;
background-repeat: no-repeat;
background-position: center center;
background-size: contain
}
button.ui-keyboard-toggle span {
background-image: url(data:image/svg+xml;base64,<KEY>)
}
.ui-keyboard-dark-theme button.ui-keyboard-toggle span {
background-image: url(data:image/svg+xml;base64,<KEY>)
}
button.ui-keyboard-toggle.ui-keyboard-disabled span {
background-image: url(data:image/svg+xml;base64,<KEY>=)
}
.ui-keyboard-dark-theme button.ui-keyboard-toggle.ui-keyboard-disabled span {
background-image: url(data:image/svg+xml;base64,<KEY>)
}
.ui-keyboard.ui-keyboard-disabled button:not(.ui-keyboard-toggle), .ui-keyboard.ui-keyboard-disabled input {
opacity: .5
}
.ui-keyboard-overlay {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, .5)
}
.ui-keyboard-popup {
display: inline-block;
max-width: 22em
}
.ui-keyboard.ui-keyboard-popup-open .ui-keyboard-keyset .ui-keyboard-button {
pointer-events: none
}
div.ui-keyboard-extender {
margin-left: 5px
}
button.ui-keyboard-extender span {
width: .9em;
height: .9em;
display: inline-block;
margin-bottom: 3px;
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
background-image: url(data:image/svg+xml;base64,<KEY>
}
.ui-keyboard-dark-theme button.ui-keyboard-extender span {
background-image: url(data:image/svg+xml;base64,<KEY>
}
@media all and (max-width: 319px) {
.ui-keyboard div {
font-size: 9px
}
.ui-keyboard .ui-keyboard-input {
font-size: 12px
}
.ui-body .ui-btn {
margin: 0;
font-size: 9px
}
.ui-body .ui-keyboard-button {
width: 1.8em;
height: 2.5em
}
.ui-body .ui-keyboard-widekey {
width: 4em
}
.ui-body .ui-keyboard-space {
width: 8em
}
.ui-body .ui-btn-inner {
height: 2.5em;
padding: .3em 0
}
}
@media all and (min-width: 320px) and (max-width: 479px) {
.ui-keyboard div {
font-size: 9px
}
.ui-keyboard .ui-keyboard-input {
font-size: 14px
}
.ui-body .ui-btn {
margin: 0;
font-size: 11px
}
.ui-body .ui-keyboard-button {
width: 1.8em;
height: 3em
}
.ui-body .ui-keyboard-widekey {
width: 4.5em
}
.ui-body .ui-keyboard-space {
width: 10em
}
.ui-body .ui-btn-inner {
height: 3em;
padding: .7em 0
}
}
@media all and (min-width: 480px) and (max-width: 767px) {
.ui-keyboard div {
font-size: 13px
}
.ui-keyboard .ui-keyboard-input {
font-size: 14px
}
.ui-body .ui-btn {
margin: 0;
font-size: 10px
}
.ui-body .ui-keyboard-button {
height: 2.5em
}
.ui-body .ui-btn-inner {
height: 2.5em;
padding: .5em 0
}
} | demo/assets/js/virtual-keyboard/css/keyboard.min.css | .ui-keyboard {
text-align: center;
padding: .3em;
position: absolute;
left: 0;
top: 0;
z-index: 16000;
-ms-touch-action: manipulation;
touch-action: manipulation
}
.ui-keyboard-has-focus {
z-index: 16001
}
.ui-keyboard div {
font-size: 1.1em
}
.ui-keyboard[contenteditable] {
white-space: pre
}
.ui-keyboard-button {
height: 2em;
min-width: 2em;
margin: .1em;
cursor: pointer;
overflow: hidden;
line-height: 2em;
-moz-user-focus: ignore
}
.ui-keyboard-button span {
padding: 0;
margin: 0;
white-space: nowrap;
display: inline-block
}
.ui-keyboard-button-endrow {
clear: left
}
.ui-keyboard-space {
width: 15em
}
.ui-keyboard-empty span, .ui-keyboard-space span {
font: 0/0 a;
text-shadow: none;
color: transparent
}
.ui-keyboard-preview-wrapper {
text-align: center;
position: relative;
overflow: hidden
}
.ui-keyboard-preview {
text-align: left;
margin: 0 0 3px 0;
display: inline;
width: 99%
}
.ui-keyboard-keyset {
text-align: center;
white-space: nowrap
}
.ui-keyboard-input {
text-align: left
}
.ui-keyboard-input-current {
-moz-box-shadow: 0 0 5px #4d90fe;
-webkit-box-shadow: 0 0 5px #4d90fe;
box-shadow: 0 0 5px #4d90fe
}
.ui-keyboard-placeholder {
color: #888
}
.ui-keyboard-nokeyboard {
color: #888;
border-color: #888
}
.ui-keyboard-spacer {
display: inline-block;
width: 1px;
height: 0;
cursor: default
}
.ui-keyboard-LRM span, .ui-keyboard-NBSP span, .ui-keyboard-RLM span, .ui-keyboard-ZWJ span, .ui-keyboard-ZWNJ span, .ui-keyboard-ZWSP span {
font-size: .5em;
line-height: 1.5em;
white-space: normal
}
.ui-keyboard-button.ui-keyboard-combo.ui-state-default {
border-color: #ffaf0f
}
button.ui-keyboard-accept.ui-keyboard-valid-input {
border-color: #0c0;
background: #080;
color: #fff
}
button.ui-keyboard-accept.ui-keyboard-valid-input:not([disabled]):hover {
background: #0a0
}
button.ui-keyboard-accept.ui-keyboard-invalid-input {
border-color: #c00;
background: #800;
color: #fff;
opacity: .5
}
button.ui-keyboard-accept.ui-keyboard-invalid-input:not([disabled]):hover {
background: #a00
}
.ui-keyboard-caret {
background: #c00;
width: 1px;
margin-top: 3px
}
div.ui-body.ui-keyboard button.ui-keyboard-button.ui-btn {
padding: .5em 1em;
border-color: transparent
}
.ui-body .ui-keyboard-button {
width: 3em;
height: 3em;
display: inline-block
}
.ui-body .ui-keyboard-widekey {
width: 5.5em
}
.ui-body .ui-keyboard-space {
width: 15em
}
.ui-body .ui-keyboard-space span {
visibility: hidden
}
.ui-body .ui-keyboard-keyset {
line-height: .5em
}
.ui-body input.ui-input-text, .ui-body textarea.ui-input-text {
width: 95%
}
.ui-body .ui-btn-inner {
height: 2em;
padding: .2em 0;
margin: 0
}
.ui-body .ui-btn {
margin: 0;
font-size: 13px
}
button.ui-keyboard-button.btn {
padding: 1px 6px
}
button.ui-keyboard-toggle span {
width: .8em;
height: .8em;
display: inline-block;
background-repeat: no-repeat;
background-position: center center;
background-size: contain
}
button.ui-keyboard-toggle span {
background-image: url(data:image/svg+xml;base64,<KEY>)
}
.ui-keyboard-dark-theme button.ui-keyboard-toggle span {
background-image: url(data:image/svg+xml;base64,<KEY>)
}
button.ui-keyboard-toggle.ui-keyboard-disabled span {
background-image: url(data:image/svg+xml;base64,<KEY>=)
}
.ui-keyboard-dark-theme button.ui-keyboard-toggle.ui-keyboard-disabled span {
background-image: url(data:image/svg+xml;base64,<KEY>)
}
.ui-keyboard.ui-keyboard-disabled button:not(.ui-keyboard-toggle), .ui-keyboard.ui-keyboard-disabled input {
opacity: .5
}
.ui-keyboard-overlay {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, .5)
}
.ui-keyboard-popup {
display: inline-block;
max-width: 22em
}
.ui-keyboard.ui-keyboard-popup-open .ui-keyboard-keyset .ui-keyboard-button {
pointer-events: none
}
div.ui-keyboard-extender {
margin-left: 5px
}
button.ui-keyboard-extender span {
width: .9em;
height: .9em;
display: inline-block;
margin-bottom: 3px;
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
background-image: url(data:image/svg+xml;base64,<KEY>
}
.ui-keyboard-dark-theme button.ui-keyboard-extender span {
background-image: url(data:image/svg+xml;base64,<KEY>
}
@media all and (max-width: 319px) {
.ui-keyboard div {
font-size: 9px
}
.ui-keyboard .ui-keyboard-input {
font-size: 12px
}
.ui-body .ui-btn {
margin: 0;
font-size: 9px
}
.ui-body .ui-keyboard-button {
width: 1.8em;
height: 2.5em
}
.ui-body .ui-keyboard-widekey {
width: 4em
}
.ui-body .ui-keyboard-space {
width: 8em
}
.ui-body .ui-btn-inner {
height: 2.5em;
padding: .3em 0
}
}
@media all and (min-width: 320px) and (max-width: 479px) {
.ui-keyboard div {
font-size: 9px
}
.ui-keyboard .ui-keyboard-input {
font-size: 14px
}
.ui-body .ui-btn {
margin: 0;
font-size: 11px
}
.ui-body .ui-keyboard-button {
width: 1.8em;
height: 3em
}
.ui-body .ui-keyboard-widekey {
width: 4.5em
}
.ui-body .ui-keyboard-space {
width: 10em
}
.ui-body .ui-btn-inner {
height: 3em;
padding: .7em 0
}
}
@media all and (min-width: 480px) and (max-width: 767px) {
.ui-keyboard div {
font-size: 13px
}
.ui-keyboard .ui-keyboard-input {
font-size: 14px
}
.ui-body .ui-btn {
margin: 0;
font-size: 10px
}
.ui-body .ui-keyboard-button {
height: 2.5em
}
.ui-body .ui-btn-inner {
height: 2.5em;
padding: .5em 0
}
} | 0.609989 | 0.068787 |
----------------------------------------------------------------------------------------------------*/
.container_16 {
margin-left: 20px;
margin-right: auto;
min-width: 1200px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: flex-start;
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
margin-left: 0 !important;
}
.omega {
margin-right: 0 !important;
}
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16{
display:block;
position: relative;
margin-left: 10.0px;
margin-right: 10.0px;
}
/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .grid_1{
flex-grow: 1;
min-width:55px;
}
.container_16 .grid_2{
flex-grow: 2;
min-width:130px;
}
.container_16 .grid_3{
flex-grow: 3;
min-width:205px;
}
.container_16 .grid_4{
flex-grow: 4;
min-width:280px;
}
.container_16 .grid_5{
flex-grow: 5;
min-width:355px;
}
.container_16 .grid_6{
flex-grow: 6;
min-width:430px;
}
.container_16 .grid_7{
flex-grow: 7;
/*min-width:505px;*/
}
.container_16 .grid_8{
flex-grow: 8;
/*min-width:580px;*/
}
.container_16 .grid_9{
flex-grow: 9;
min-width:655px;
}
.container_16 .grid_10{
flex-grow: 10;
min-width:730px;
}
.container_16 .grid_11{
flex-grow: 11;
min-width:805px;
}
.container_16 .grid_12{
flex-grow: 12;
min-width:880px;
}
.container_16 .grid_13{
flex-grow: 13;
min-width:955px;
}
.container_16 .grid_14{
flex-grow: 14;
min-width:1030px;
}
.container_16 .grid_15{
flex-grow: 15;
min-width:1105px;
}
.container_16 .grid_16{
flex-grow: 16;
min-width:1180px;
}
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
} | src/lib/1200.css | ----------------------------------------------------------------------------------------------------*/
.container_16 {
margin-left: 20px;
margin-right: auto;
min-width: 1200px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: flex-start;
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
margin-left: 0 !important;
}
.omega {
margin-right: 0 !important;
}
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16{
display:block;
position: relative;
margin-left: 10.0px;
margin-right: 10.0px;
}
/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .grid_1{
flex-grow: 1;
min-width:55px;
}
.container_16 .grid_2{
flex-grow: 2;
min-width:130px;
}
.container_16 .grid_3{
flex-grow: 3;
min-width:205px;
}
.container_16 .grid_4{
flex-grow: 4;
min-width:280px;
}
.container_16 .grid_5{
flex-grow: 5;
min-width:355px;
}
.container_16 .grid_6{
flex-grow: 6;
min-width:430px;
}
.container_16 .grid_7{
flex-grow: 7;
/*min-width:505px;*/
}
.container_16 .grid_8{
flex-grow: 8;
/*min-width:580px;*/
}
.container_16 .grid_9{
flex-grow: 9;
min-width:655px;
}
.container_16 .grid_10{
flex-grow: 10;
min-width:730px;
}
.container_16 .grid_11{
flex-grow: 11;
min-width:805px;
}
.container_16 .grid_12{
flex-grow: 12;
min-width:880px;
}
.container_16 .grid_13{
flex-grow: 13;
min-width:955px;
}
.container_16 .grid_14{
flex-grow: 14;
min-width:1030px;
}
.container_16 .grid_15{
flex-grow: 15;
min-width:1105px;
}
.container_16 .grid_16{
flex-grow: 16;
min-width:1180px;
}
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
} | 0.246715 | 0.07403 |
* {
padding: 0;
margin: 0;
font-family: 'poppins', sans-serif;
box-sizing: border-box;
}
a{
text-decoration: none;
color: #5a5a5a;
}
img {
cursor: pointer;
}
.flex-div{
display: flex;
align-items: center;
}
nav {
padding: 10px 2%;
justify-content: space-between;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
background: #fff;
position: sticky;
top: 0;
z-index: 10;
}
.nav-right img{
width: 25px;
margin-right: 25px;
}
.nav-right .user-icon {
width: 45px;
border-radius: 50%;
margin-right: 0;
}
.nav-left .menu-icon {
width: 22px;
margin-right: 25px;
}
.nav-left .logo {
width: 150px;
}
.nav-middle .mic-icon{
width: 20px;
}
.nav-middle .search-box {
border: 1px solid;
margin-right: 15px;
padding: 8px;
border-radius: 25px;
}
.nav-middle .search-box input {
width: 400px;
border: 0;
outline: 0;
background: transparent;
}
.nav-middle .search-box img {
width: 15px;
}
/*-------------------sidebar---------------*/
.sidebar{
width: 15%;
background: #fff;
height: 100vh;
position: fixed;
top: 0;
padding-left: 2%;
padding-top: 80px;
}
.shortcut-links a img{
width: 20px;
margin-right: 20px;
}
.shortcut-links a {
display: flex;
align-items: center;
margin-bottom: 20px;
width: fit-content;
flex-wrap: wrap;
}
.shortcut-links a:first-child{
color: #ed3833;
}
.sidebar hr{
border: 0;
height: 1px;
background: #ccc;
width: 85%;
margin: 15px 0;
}
.subscribed-list h3{
font-size: 13px;
margin: 20px 0;
color: #5a5a5a;
}
.subscribed-list a{
display: flex;
align-items: center;
margin-bottom: 20px;
width: fit-content;
flex-wrap: wrap;
}
.subscribed-list a img {
width: 25px;
border-radius: 50%;
margin-right: 20px;
}
.small-sidebar{
width: 7%;
}
.small-sidebar a p {
display: none;
}
.small-sidebar h3 {
display: none;
}
.small-sidebar hr{
width: 50%;
margin-bottom: 25px;
}
/*--------------main--------*/
.container{
background: #f9f9f9;
padding: 20px 2% 20px 17%;
}
.large-container{
padding-left: 7%;
}
.banner{
width: 100%;
}
.banner img{
width: 100%;
border-radius: 8px;
}
.list-container{
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-column-gap: 16px;
grid-row-gap: 30px;
margin-top: 15px;
}
.vid-list .thumbnail {
width: 100%;
border-radius: 5px;
}
.vid-list .flex-div{
align-items: flex-start;
margin-top: 7px;
}
.vid-list .flex-div img {
width: 35px;
margin-right: 10px;
border-radius: 50%;
}
.vid-info {
color: #5a5a5a;
font-size: 13px;
}
.vid-info a{
color: #000;
font-weight: 600;
display: block;
margin-bottom: 5px;
}
@media (max-width: 900px) {
.menu-icon{
display:none;
}
.sidebar{
display:none;
}
.container, .large-container{
padding-left: 5%;
padding-right: 5%;
}
.nav-right img{
display:none;
}
.nav-right .user-icon{
display: block;
width: 30px;
}
.nav-middle .search-box input{
width: 100px;
}
.nav-middle .mic-icon{
display:none;
}
.logo{
width: 6px;
}
} | css/style.css | * {
padding: 0;
margin: 0;
font-family: 'poppins', sans-serif;
box-sizing: border-box;
}
a{
text-decoration: none;
color: #5a5a5a;
}
img {
cursor: pointer;
}
.flex-div{
display: flex;
align-items: center;
}
nav {
padding: 10px 2%;
justify-content: space-between;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
background: #fff;
position: sticky;
top: 0;
z-index: 10;
}
.nav-right img{
width: 25px;
margin-right: 25px;
}
.nav-right .user-icon {
width: 45px;
border-radius: 50%;
margin-right: 0;
}
.nav-left .menu-icon {
width: 22px;
margin-right: 25px;
}
.nav-left .logo {
width: 150px;
}
.nav-middle .mic-icon{
width: 20px;
}
.nav-middle .search-box {
border: 1px solid;
margin-right: 15px;
padding: 8px;
border-radius: 25px;
}
.nav-middle .search-box input {
width: 400px;
border: 0;
outline: 0;
background: transparent;
}
.nav-middle .search-box img {
width: 15px;
}
/*-------------------sidebar---------------*/
.sidebar{
width: 15%;
background: #fff;
height: 100vh;
position: fixed;
top: 0;
padding-left: 2%;
padding-top: 80px;
}
.shortcut-links a img{
width: 20px;
margin-right: 20px;
}
.shortcut-links a {
display: flex;
align-items: center;
margin-bottom: 20px;
width: fit-content;
flex-wrap: wrap;
}
.shortcut-links a:first-child{
color: #ed3833;
}
.sidebar hr{
border: 0;
height: 1px;
background: #ccc;
width: 85%;
margin: 15px 0;
}
.subscribed-list h3{
font-size: 13px;
margin: 20px 0;
color: #5a5a5a;
}
.subscribed-list a{
display: flex;
align-items: center;
margin-bottom: 20px;
width: fit-content;
flex-wrap: wrap;
}
.subscribed-list a img {
width: 25px;
border-radius: 50%;
margin-right: 20px;
}
.small-sidebar{
width: 7%;
}
.small-sidebar a p {
display: none;
}
.small-sidebar h3 {
display: none;
}
.small-sidebar hr{
width: 50%;
margin-bottom: 25px;
}
/*--------------main--------*/
.container{
background: #f9f9f9;
padding: 20px 2% 20px 17%;
}
.large-container{
padding-left: 7%;
}
.banner{
width: 100%;
}
.banner img{
width: 100%;
border-radius: 8px;
}
.list-container{
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-column-gap: 16px;
grid-row-gap: 30px;
margin-top: 15px;
}
.vid-list .thumbnail {
width: 100%;
border-radius: 5px;
}
.vid-list .flex-div{
align-items: flex-start;
margin-top: 7px;
}
.vid-list .flex-div img {
width: 35px;
margin-right: 10px;
border-radius: 50%;
}
.vid-info {
color: #5a5a5a;
font-size: 13px;
}
.vid-info a{
color: #000;
font-weight: 600;
display: block;
margin-bottom: 5px;
}
@media (max-width: 900px) {
.menu-icon{
display:none;
}
.sidebar{
display:none;
}
.container, .large-container{
padding-left: 5%;
padding-right: 5%;
}
.nav-right img{
display:none;
}
.nav-right .user-icon{
display: block;
width: 30px;
}
.nav-middle .search-box input{
width: 100px;
}
.nav-middle .mic-icon{
display:none;
}
.logo{
width: 6px;
}
} | 0.367838 | 0.051059 |
*,
*::after,
*::before {
box-sizing: border-box;
}
:root,
html,
body {
margin: 0;
padding: 0;
font-size: 100%;
font-size-adjust: 100%;
}
body {
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
background-color: #f1f1f1;
color: #333;
}
/* App Forms */
.form-wrapper {
width: 100vw;
height: 100vh;
display: -ms-flex;
display: -moz-flex;
display: -webkit-flex;
display: flex;
-ms-align-items: center;
-moz-align-items: center;
-webkit-align-items: center;
align-items: center;
-ms-justify-content: center;
-moz-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
}
.form,
.app {
flex: 0 1 90%;
padding: 0.5rem;
border-radius: 0.25rem;
}
.form {
max-width: 30rem;
box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.15);
}
.form__title {
background-color: rgb(16, 99, 119);
color: white;
padding: 0.5rem 1rem;
margin: 0;
margin-bottom: 1rem;
text-align: center;
border-radius: 0.15rem;
font-variant: small-caps;
font-size: 18px;
}
.form__group {
width: 100%;
margin: 1.25rem 0;
}
.form__group label {
font-variant: small-caps;
}
.form__group input {
width: 100%;
border: 1px solid rgba(0, 0, 0, 0.15);
padding: 0.5rem 0.25rem;
border-radius: 0.15rem;
margin-top: 0.25rem;
}
.form__group input:focus {
border-color: rgba(0, 0, 0, 0.25);
}
.btn {
border: none;
padding: 0.5rem 1rem;
background-color: dodgerblue;
color: white;
cursor: pointer;
transition: all 0.3s ease-in-out;
margin: 0 auto;
border-radius: 0.15rem;
font-size: 16px;
font-variant: small-caps;
}
.btn__login {
text-align: center;
margin-top: 1.25rem;
}
.form__link {
text-decoration: none;
color: dodgerblue;
}
/* Main APP */
.wrapper {
display: -ms-flex;
display: -moz-flex;
display: -webkit-flex;
display: flex;
-ms-align-items: flex-start;
-moz-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
-ms-justify-content: center;
-moz-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
}
.wrapper {
height: 100vh;
width: 100vw;
padding: 2rem;
}
.events-container {
box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.15);
background-color: white;
padding-bottom: 1rem;
}
.events {
margin: 0;
padding: 0;
list-style: none;
}
.events-title {
margin: 0;
margin-bottom: 0.5rem;
background-color: #333;
color: white;
text-align: left;
text-transform: uppercase;
padding: 0.5rem 1rem;
}
.event {
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
padding: 1rem;
margin-bottom: 1rem;
}
.event__name,
.event__title,
.event__desc {
margin: 0;
}
.event__title {
margin-top: 0.25rem;
font-weight: 600;
}
.event__desc {
margin-top: 1rem;
}
.event__date {
font-size: 13px;
font-weight: 600;
font-variant: small-caps;
margin-bottom: 1rem;
}
.date__banner {
max-width: 80%;
margin: 0.5rem auto;
background-color: white;
padding: 1rem;
box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.15);
}
.schedule__btn {
max-width: 20rem;
text-align: center;
font-size: 22px;
padding: 1rem 2rem;
border-radius: 1rem;
background-color: rgb(16, 99, 119);
}
.schedule__btn a {
display: block;
text-decoration: none;
color: white;
} | static/css/main.css | *,
*::after,
*::before {
box-sizing: border-box;
}
:root,
html,
body {
margin: 0;
padding: 0;
font-size: 100%;
font-size-adjust: 100%;
}
body {
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
background-color: #f1f1f1;
color: #333;
}
/* App Forms */
.form-wrapper {
width: 100vw;
height: 100vh;
display: -ms-flex;
display: -moz-flex;
display: -webkit-flex;
display: flex;
-ms-align-items: center;
-moz-align-items: center;
-webkit-align-items: center;
align-items: center;
-ms-justify-content: center;
-moz-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
}
.form,
.app {
flex: 0 1 90%;
padding: 0.5rem;
border-radius: 0.25rem;
}
.form {
max-width: 30rem;
box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.15);
}
.form__title {
background-color: rgb(16, 99, 119);
color: white;
padding: 0.5rem 1rem;
margin: 0;
margin-bottom: 1rem;
text-align: center;
border-radius: 0.15rem;
font-variant: small-caps;
font-size: 18px;
}
.form__group {
width: 100%;
margin: 1.25rem 0;
}
.form__group label {
font-variant: small-caps;
}
.form__group input {
width: 100%;
border: 1px solid rgba(0, 0, 0, 0.15);
padding: 0.5rem 0.25rem;
border-radius: 0.15rem;
margin-top: 0.25rem;
}
.form__group input:focus {
border-color: rgba(0, 0, 0, 0.25);
}
.btn {
border: none;
padding: 0.5rem 1rem;
background-color: dodgerblue;
color: white;
cursor: pointer;
transition: all 0.3s ease-in-out;
margin: 0 auto;
border-radius: 0.15rem;
font-size: 16px;
font-variant: small-caps;
}
.btn__login {
text-align: center;
margin-top: 1.25rem;
}
.form__link {
text-decoration: none;
color: dodgerblue;
}
/* Main APP */
.wrapper {
display: -ms-flex;
display: -moz-flex;
display: -webkit-flex;
display: flex;
-ms-align-items: flex-start;
-moz-align-items: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
-ms-justify-content: center;
-moz-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
}
.wrapper {
height: 100vh;
width: 100vw;
padding: 2rem;
}
.events-container {
box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.15);
background-color: white;
padding-bottom: 1rem;
}
.events {
margin: 0;
padding: 0;
list-style: none;
}
.events-title {
margin: 0;
margin-bottom: 0.5rem;
background-color: #333;
color: white;
text-align: left;
text-transform: uppercase;
padding: 0.5rem 1rem;
}
.event {
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
padding: 1rem;
margin-bottom: 1rem;
}
.event__name,
.event__title,
.event__desc {
margin: 0;
}
.event__title {
margin-top: 0.25rem;
font-weight: 600;
}
.event__desc {
margin-top: 1rem;
}
.event__date {
font-size: 13px;
font-weight: 600;
font-variant: small-caps;
margin-bottom: 1rem;
}
.date__banner {
max-width: 80%;
margin: 0.5rem auto;
background-color: white;
padding: 1rem;
box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.15);
}
.schedule__btn {
max-width: 20rem;
text-align: center;
font-size: 22px;
padding: 1rem 2rem;
border-radius: 1rem;
background-color: rgb(16, 99, 119);
}
.schedule__btn a {
display: block;
text-decoration: none;
color: white;
} | 0.341802 | 0.045268 |
*{
margin:0;padding:0;
box-sizing:border-box;
}
ul{
list-style:none;
}
a{
color:#363636;
text-decoration: none;
}
/* 面包屑导航 */
#main{
margin:0 15%;
display: block;
position:relative;
}
#main>.bread{
margin:0 auto;
padding:25px 30px;
}
.bread>ul>li{
color:#363636;
display:inline-block;
padding:0 5px;
font-size:14px;
}
.bread>ul>li:last-child{
color:#1428a0;
}
/* 详情最外层div */
#main>.details{
display:block;
margin-left:auto;
margin-right:auto;
padding:20px 30px;
position: relative;
}
/* 标签样式 */
#main>.details>.s_icons>.icon-active-box{
padding:20px 30px;
}
.icon-active-box{
position:absolute;
top:0;left:0;
padding-right:7px;
}
.icon{
font-style:normal !important;
font-weight:normal;
}
.icon-active-box lable:first-child{
margin-top:0;
}
.icon-active-box .icon{
height:auto !important;
padding:1px 5px 2px 5px;
display:block;
margin-top:11px;
font-size:20px;
color:#fff;
height:20px;
line-height:30px;
padding:0 5px;
position:relative;
opacity:.9;
}
.icon-orange{
background-color:#ed5e2f;
opacity:.9;
}
.icon-active-box .icon span{
max-width:40px;
display:block;
}
.icon-orange>i.arrow-top{
border-right-width:7px;
border-top-width:17px;
}
.icon-orange>i.arrow-bottom{
top:auto;
bottom:0;border:0;
border-right-width:7px;
border-bottom-width:17px;
border-right:7px solid transparent;
border-bottom:15px solid #ed5e2f;
}
.icon-active-box .icon>i{
position: absolute;
top:0;left:100%;
border:1;
border-right:7px solid transparent;
border-top:15px solid #ed5e2f;
width:0;
height:0;
display: inline-block;
zoom:1;
vertical-align: middle;
}
/* .icon-active-box>:last-child>i.arrow-bottom{
position: absolute;
top:0;left:0;
} */
/*详情图样式*/
/* 实验 */
#suphide{
background-color:#fff;
position:absolute;
top:515px;left:355px;
width:800px;height:100px;
z-index:150;
}
#main>.details>.details_left{
position:absolute;
top:0px;left:-100px;
}
#main>.details>.details_right{
position:absolute;
top:0px;right:-236px;
}
#main>.details .details_img_lg{
/* position:absolute;
top:0px;left:80px; */
margin-left:40px;
}
#main>.details .details_img_sm{
box-sizing: border-box;
/* max-width: 420px; */
overflow: hidden;
position: relative;
top:-10px;left:42px;
max-height:100px;
}
#main>.details .details_img_sm ul{
width:758px;
padding-top:20px;
/* padding-left:30px; */
/* position: absolute;
/* top:-10px;left:42px; */
/* top:440px;left:80px; */
/* overflow: hidden; */
}
#main>.details .details_img_sm ul>li>img{
width:79px;height:79px;
overflow: hidden;
}
#main>.details .details_img_sm ul>:first-child{
margin-left:30px;
}
#main>.details .details_img_sm ul>li{
margin-right:25px;
width:79px;height:79px;
position: relative;
float:left;
background-color: #fff;
}
/*图片详情——————左右按钮*/
#main>.details .btnLeft{
width:100px;height:100px;
background-image:url(../images/left.png);
position:absolute;
top:453px;left:0px;
background-repeat: no-repeat;
background-position:center;
cursor: pointer;
z-index: 1000;
}
#main>.details .btnRight{
width:100px;height:100px;
background-image:url(../images/right.png);
position:absolute;
top:453px;left:455px;
background-repeat: no-repeat;
background-position:center;
cursor: pointer;
z-index: 1000;
}
/* 文字详情 */
#main>.details .details_content{
width:640px;
position:absolute;
top:0px;right:80px;
/* background-color:#fff */
}
#main>.details .details_content>h1{
color:#333333;
font-size:28px;
font-weight: normal;
padding-left:60px;
}
#main>.details .details_content>p{
margin-top:5px;
padding:5px 0px;
}
#main>.details .details_content span{
border:1px solid #006ec7;
border-radius:4px;
background-color: #006ec7;
font-size:12px;
color:#fff;
width:50px;
text-align: center;
display:inline-block;
line-height:24px
}
#main>.details .details_content li{
padding-left:60px;
margin-top:8px;
}
#main>.details .details_content li>b{
color:#f00
}
#main>.details .details_content li>a{
color:#00f;
text-decoration-line: underline;
}
#main>.details .details_content>ul{
color:#333333;
font-size:14px;
background-color:#f3f7fb
}
/* 颜色详情 */
.details .details_color{
width:634px;
position:absolute;
top:312px;right:50px;
/* background-color:#fff */
}
.details .details_color>span{
display:block;
height:100px;
margin-right:20px;
margin-top:20px;
float:left;
}
.details .details_color>ul>li{
float:left;
display:block;
box-sizing:border-box;
margin-left:20px;
border:1px solid #ddd;
width:25%;
line-height: 44px;
margin:5px 5px;
/* padding:5px 0px; */
/* vertical-align: middle; */
}
.details .details_color>ul>li:hover{
border:1px solid #1428a0;
}
.details .details_color>ul>li>a>span{
display:inline-block;
margin-right:8px;
margin-top:10px;
border:10px solid #000;
border-radius:50%;
}
.details .details_color>ul>li>a{
display:block;
padding:0px 0px 0px 30px;
width:162px;height:44px;
}
.details .details_color>ul>li>a>i{
font-style:normal;
vertical-align:0.25rem
}
.details .details_color>ul>li.active{
border:2px solid #1428a0;
box-sizing: border-box;
}
/*内存样式*/
.details .details_color.ram{
width:634px;
position:absolute;
top:432px;right:50px;
z-index:302;
/* background-color:#fff */
}
.details .details_color.ram>ul>li{
height:88px;
line-height:22px;
text-align: center
}
.details .details_color.ram>ul>li>a{
padding:5px 0px 0px 0px;
}
/*版本样式*/
.details .details_color.ver{
width:634px;
position:absolute;
top:537px;right:50px;
z-index:306;
}
.details .details_color.ver>ul>li{
height:44px;
line-height:22px;
text-align: center
}
.details .details_color.ver>ul>li>a{
padding:5px 0px 0px 0px;
}
/*好礼样式*/
.details .details_color.sp{
width:634px;
position:absolute;
top:600px;right:50px;
}
.details .details_color.sp>ul>li{
height:44px;
line-height:22px;
text-align: center
}
.details .details_color.sp>ul>li>a{
padding:5px 0px 0px 0px;
}
/*最下边文字详情*/
.details .details_words{
width:634px;
position:absolute;
top:660px;right:50px;
}
.details .details_words .bg{
margin-left:55px;
background-color:#f8f8f8;
}
.details .details_words>span{
display:block;
height:150px;
margin-right:20px;
margin-top:20px;
float:left;
}
.details .details_words .details_words_title{
padding:20px;
border-bottom:2px solid #fff;
}
.details .details_words .details_words_title>.w_size{
display:inline-block;
font-size:16px;
font-weight: bold;
}
.details .details_words .details_words_title>.p_size{
display:inline-block;
font-size:28px;
margin-left:50px;
font-weight: bold;
}
.details .details_words .details_words_ul{
padding:20px;
height:157px
}
.details .details_words .details_words_ul>span{
display:block;
border:1px solid #fa7236;
color:#fa7236;
font-size:12px;
margin:0px 0px 10px 0px;
padding:3px 2px;
width:54px;
border-radius: 4px;
}
.details .details_words .details_words_ul>ul{
font-size:12px;
width:420px;
float:right;
position:absolute;
top:100px;right:50px;
list-style-type: disc;
}
/* .details .details_words .details_words_ul::after{
content:"";
display:block;
clear:both;
} */
.details .details_words .details_words_ul>ul>li{
margin-bottom:10px;
}
.details .details_words .details_words_ul>ul>li>a{
display:inline-block;
margin-right:30px;
color:#337ab7;
}
.details .details_words .details_words_ul>ul>li>i{
font-style:normal;
}
/*btn*/
.details .btn_parent{
width:634px;
position:absolute;
top:270px;right:50px;
padding-left:110px;
}
.details .btn_parent>.btnchange{
display:inline-block;
width:189px;height:50px;
border:1px solid #333333;
background-color:#2f0d9b;
font-size:24px;
color:#fff;
text-align: center;
line-height: 50px;
border-radius: 30px;
transition:all .5s linear;
}
.details .btn_parent>.btnchange:hover{
color:#2f0d9b;
background-color: #fff
}
.details .btn_parent>.btnbuy{
display:inline-block;
width:189px;height:50px;
border:1px solid #333333;
background-color:#fff;
font-size:24px;
color:#333333;
text-align: center;
line-height: 50px;
border-radius: 30px;
transition:all .5s linear;
}
.details .btn_parent>.btnbuy:hover{
color:#fff;
background-color: #000
}
/*图片导航*/
.img_nav{
width:100%;
height: 80px;
position: absolute;
top:1100px;
background-color:#e1e3e5;
border-bottom:1px solid #ddd
}
.img_nav>ul{
display:flex;
}
.img_nav>ul>:first-child{
width:315px;
text-align: center;
line-height: 80px;
font-size:24px;
color:#333;
font-weight: bold
}
.img_nav>ul>:nth-child(2),.img_nav>ul>:nth-child(3),.img_nav>ul>:nth-child(4){
width:180px;
text-align: center;
line-height: 80px;
font-size:20px;
color:#333;
}
.img_nav>ul>li>a{
display: block;height:80px
}
/*图片导航的选中样式*/
.img_nav>ul>li>a.active{
font-weight: bold;
color:#1428a0;
border-bottom:3px solid #1428a0;
}
.img_nav p{
position: absolute;
top:80px;
background-color: #e1e3e5;
display: block;
height:106px;
color:#2b3ea7;
padding:30px;
font-size: 18px;
text-align: center;
}
.img_nav p>span{
font-size: 22px;
color:#2b3ea7;
}
/*imgs style*/
.imgs{
width:100%;
position: absolute;
top:1286px;
}
.imgs>.img1{
background-image:url(../images/details_img/img-1-b.jpg);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img1>div{
background-image:url(../images/details_img/img-1-b.png);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img2{
background-image:url(../images/details_img/img-2-b.jpg);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img2>div{
background-image:url(../images/details_img/img-2-b.png);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img3{
background-image:url(../images/details_img/img-3-b.jpg);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img3>div{
background-image:url(../images/details_img/img-3-b.png);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img4{
background-image:url(../images/details_img/img-4-b.jpg);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img4>div{
background-image:url(../images/details_img/img-5-b.png);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img5{
background-image:url(../images/details_img/img-5-b.jpg);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img5>div{
background-image:url(../images/details_img/img-5-b.png);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img6{
background-image:url(../images/details_img/img-6-b.jpg);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img6>div{
background-image:url(../images/details_img/img-6-b.png);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img7{
background-image:url(../images/details_img/img-7-b.jpg);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img7>div{
background-image:url(../images/details_img/img-7-b.png);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img8{
background-image:url(../images/details_img/img-8-b.jpg);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img8>div{
background-image:url(../images/details_img/img-8-b.png);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img9{
background-image:url(../images/details_img/img-9-b.jpg);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img9>div{
background-image:url(../images/details_img/img-9-b.png);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img10{
background-image:url(../images/details_img/img-10-b.jpg);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img10>div{
background-image:url(../images/details_img/img-10-b.png);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
/* details_table style */
.details_table{
width:100%;
position: absolute;
top:7256px;
}
.details_table>.title{
display:block;
height:132px;
padding:70px 30px;
text-align: center;
font-size: 32px;
color:#333;
}
.details_table .cpu{
/* height:113px; */
padding:0px 30px 30px;
border-top:1px solid #ccc;
}
.details_table .cpu>.cpu_title{
display:inline-block;
padding-top:30px;
color:#007ebf;
}
.details_table .cpu>.cpu_ul{
display:flex;
width:963px;
justify-content: center;
margin-left:180px;
margin-top:-18px
}
.details_table .cpu>.cpu_ul>li{
width:321px;
padding-right:15px;
}
.details_table .cpu>.cpu_ul h5{
font-size: 15px;
}
.details_table .cpu>.cpu_ul p{
font-size: 14px;
display:inline-block
}
.details_table>a{
display:block;
padding:30px;
font-size: 16px;
color:#5f5f5f;
}
.details_table>a>span{
font-size:26px;
}
.details_table>#canHide.hide{
opacity:0;
height:0;
background-color:#f9f9f9;
transition:all .5s linear;
}
#spec{
background-color:#f9f9f9;
}
.details_table>#canHide.show{
opacity:1;
height:284px;
background-color:#f9f9f9;
transition:all .5s linear;
}
.details_table>.memory{
padding:20px 30px;
font-size:14px;
color:#333;
background-color:#f1f2f4
}
/* 相关推荐 */
#recommend>.title{
display:block;
height:132px;
padding:70px 30px;
text-align: center;
font-size: 32px;
color:#333;
}
#recommend>ul{
display: flex;
justify-content: center;
}
#recommend>ul>li h2,#recommend>ul>li p{
text-align: center;
}
#recommend>ul>li h2>a,#recommend>ul>li p{
font-size:16px;
color:#333;
font-weight: normal;
} | css/details.css | *{
margin:0;padding:0;
box-sizing:border-box;
}
ul{
list-style:none;
}
a{
color:#363636;
text-decoration: none;
}
/* 面包屑导航 */
#main{
margin:0 15%;
display: block;
position:relative;
}
#main>.bread{
margin:0 auto;
padding:25px 30px;
}
.bread>ul>li{
color:#363636;
display:inline-block;
padding:0 5px;
font-size:14px;
}
.bread>ul>li:last-child{
color:#1428a0;
}
/* 详情最外层div */
#main>.details{
display:block;
margin-left:auto;
margin-right:auto;
padding:20px 30px;
position: relative;
}
/* 标签样式 */
#main>.details>.s_icons>.icon-active-box{
padding:20px 30px;
}
.icon-active-box{
position:absolute;
top:0;left:0;
padding-right:7px;
}
.icon{
font-style:normal !important;
font-weight:normal;
}
.icon-active-box lable:first-child{
margin-top:0;
}
.icon-active-box .icon{
height:auto !important;
padding:1px 5px 2px 5px;
display:block;
margin-top:11px;
font-size:20px;
color:#fff;
height:20px;
line-height:30px;
padding:0 5px;
position:relative;
opacity:.9;
}
.icon-orange{
background-color:#ed5e2f;
opacity:.9;
}
.icon-active-box .icon span{
max-width:40px;
display:block;
}
.icon-orange>i.arrow-top{
border-right-width:7px;
border-top-width:17px;
}
.icon-orange>i.arrow-bottom{
top:auto;
bottom:0;border:0;
border-right-width:7px;
border-bottom-width:17px;
border-right:7px solid transparent;
border-bottom:15px solid #ed5e2f;
}
.icon-active-box .icon>i{
position: absolute;
top:0;left:100%;
border:1;
border-right:7px solid transparent;
border-top:15px solid #ed5e2f;
width:0;
height:0;
display: inline-block;
zoom:1;
vertical-align: middle;
}
/* .icon-active-box>:last-child>i.arrow-bottom{
position: absolute;
top:0;left:0;
} */
/*详情图样式*/
/* 实验 */
#suphide{
background-color:#fff;
position:absolute;
top:515px;left:355px;
width:800px;height:100px;
z-index:150;
}
#main>.details>.details_left{
position:absolute;
top:0px;left:-100px;
}
#main>.details>.details_right{
position:absolute;
top:0px;right:-236px;
}
#main>.details .details_img_lg{
/* position:absolute;
top:0px;left:80px; */
margin-left:40px;
}
#main>.details .details_img_sm{
box-sizing: border-box;
/* max-width: 420px; */
overflow: hidden;
position: relative;
top:-10px;left:42px;
max-height:100px;
}
#main>.details .details_img_sm ul{
width:758px;
padding-top:20px;
/* padding-left:30px; */
/* position: absolute;
/* top:-10px;left:42px; */
/* top:440px;left:80px; */
/* overflow: hidden; */
}
#main>.details .details_img_sm ul>li>img{
width:79px;height:79px;
overflow: hidden;
}
#main>.details .details_img_sm ul>:first-child{
margin-left:30px;
}
#main>.details .details_img_sm ul>li{
margin-right:25px;
width:79px;height:79px;
position: relative;
float:left;
background-color: #fff;
}
/*图片详情——————左右按钮*/
#main>.details .btnLeft{
width:100px;height:100px;
background-image:url(../images/left.png);
position:absolute;
top:453px;left:0px;
background-repeat: no-repeat;
background-position:center;
cursor: pointer;
z-index: 1000;
}
#main>.details .btnRight{
width:100px;height:100px;
background-image:url(../images/right.png);
position:absolute;
top:453px;left:455px;
background-repeat: no-repeat;
background-position:center;
cursor: pointer;
z-index: 1000;
}
/* 文字详情 */
#main>.details .details_content{
width:640px;
position:absolute;
top:0px;right:80px;
/* background-color:#fff */
}
#main>.details .details_content>h1{
color:#333333;
font-size:28px;
font-weight: normal;
padding-left:60px;
}
#main>.details .details_content>p{
margin-top:5px;
padding:5px 0px;
}
#main>.details .details_content span{
border:1px solid #006ec7;
border-radius:4px;
background-color: #006ec7;
font-size:12px;
color:#fff;
width:50px;
text-align: center;
display:inline-block;
line-height:24px
}
#main>.details .details_content li{
padding-left:60px;
margin-top:8px;
}
#main>.details .details_content li>b{
color:#f00
}
#main>.details .details_content li>a{
color:#00f;
text-decoration-line: underline;
}
#main>.details .details_content>ul{
color:#333333;
font-size:14px;
background-color:#f3f7fb
}
/* 颜色详情 */
.details .details_color{
width:634px;
position:absolute;
top:312px;right:50px;
/* background-color:#fff */
}
.details .details_color>span{
display:block;
height:100px;
margin-right:20px;
margin-top:20px;
float:left;
}
.details .details_color>ul>li{
float:left;
display:block;
box-sizing:border-box;
margin-left:20px;
border:1px solid #ddd;
width:25%;
line-height: 44px;
margin:5px 5px;
/* padding:5px 0px; */
/* vertical-align: middle; */
}
.details .details_color>ul>li:hover{
border:1px solid #1428a0;
}
.details .details_color>ul>li>a>span{
display:inline-block;
margin-right:8px;
margin-top:10px;
border:10px solid #000;
border-radius:50%;
}
.details .details_color>ul>li>a{
display:block;
padding:0px 0px 0px 30px;
width:162px;height:44px;
}
.details .details_color>ul>li>a>i{
font-style:normal;
vertical-align:0.25rem
}
.details .details_color>ul>li.active{
border:2px solid #1428a0;
box-sizing: border-box;
}
/*内存样式*/
.details .details_color.ram{
width:634px;
position:absolute;
top:432px;right:50px;
z-index:302;
/* background-color:#fff */
}
.details .details_color.ram>ul>li{
height:88px;
line-height:22px;
text-align: center
}
.details .details_color.ram>ul>li>a{
padding:5px 0px 0px 0px;
}
/*版本样式*/
.details .details_color.ver{
width:634px;
position:absolute;
top:537px;right:50px;
z-index:306;
}
.details .details_color.ver>ul>li{
height:44px;
line-height:22px;
text-align: center
}
.details .details_color.ver>ul>li>a{
padding:5px 0px 0px 0px;
}
/*好礼样式*/
.details .details_color.sp{
width:634px;
position:absolute;
top:600px;right:50px;
}
.details .details_color.sp>ul>li{
height:44px;
line-height:22px;
text-align: center
}
.details .details_color.sp>ul>li>a{
padding:5px 0px 0px 0px;
}
/*最下边文字详情*/
.details .details_words{
width:634px;
position:absolute;
top:660px;right:50px;
}
.details .details_words .bg{
margin-left:55px;
background-color:#f8f8f8;
}
.details .details_words>span{
display:block;
height:150px;
margin-right:20px;
margin-top:20px;
float:left;
}
.details .details_words .details_words_title{
padding:20px;
border-bottom:2px solid #fff;
}
.details .details_words .details_words_title>.w_size{
display:inline-block;
font-size:16px;
font-weight: bold;
}
.details .details_words .details_words_title>.p_size{
display:inline-block;
font-size:28px;
margin-left:50px;
font-weight: bold;
}
.details .details_words .details_words_ul{
padding:20px;
height:157px
}
.details .details_words .details_words_ul>span{
display:block;
border:1px solid #fa7236;
color:#fa7236;
font-size:12px;
margin:0px 0px 10px 0px;
padding:3px 2px;
width:54px;
border-radius: 4px;
}
.details .details_words .details_words_ul>ul{
font-size:12px;
width:420px;
float:right;
position:absolute;
top:100px;right:50px;
list-style-type: disc;
}
/* .details .details_words .details_words_ul::after{
content:"";
display:block;
clear:both;
} */
.details .details_words .details_words_ul>ul>li{
margin-bottom:10px;
}
.details .details_words .details_words_ul>ul>li>a{
display:inline-block;
margin-right:30px;
color:#337ab7;
}
.details .details_words .details_words_ul>ul>li>i{
font-style:normal;
}
/*btn*/
.details .btn_parent{
width:634px;
position:absolute;
top:270px;right:50px;
padding-left:110px;
}
.details .btn_parent>.btnchange{
display:inline-block;
width:189px;height:50px;
border:1px solid #333333;
background-color:#2f0d9b;
font-size:24px;
color:#fff;
text-align: center;
line-height: 50px;
border-radius: 30px;
transition:all .5s linear;
}
.details .btn_parent>.btnchange:hover{
color:#2f0d9b;
background-color: #fff
}
.details .btn_parent>.btnbuy{
display:inline-block;
width:189px;height:50px;
border:1px solid #333333;
background-color:#fff;
font-size:24px;
color:#333333;
text-align: center;
line-height: 50px;
border-radius: 30px;
transition:all .5s linear;
}
.details .btn_parent>.btnbuy:hover{
color:#fff;
background-color: #000
}
/*图片导航*/
.img_nav{
width:100%;
height: 80px;
position: absolute;
top:1100px;
background-color:#e1e3e5;
border-bottom:1px solid #ddd
}
.img_nav>ul{
display:flex;
}
.img_nav>ul>:first-child{
width:315px;
text-align: center;
line-height: 80px;
font-size:24px;
color:#333;
font-weight: bold
}
.img_nav>ul>:nth-child(2),.img_nav>ul>:nth-child(3),.img_nav>ul>:nth-child(4){
width:180px;
text-align: center;
line-height: 80px;
font-size:20px;
color:#333;
}
.img_nav>ul>li>a{
display: block;height:80px
}
/*图片导航的选中样式*/
.img_nav>ul>li>a.active{
font-weight: bold;
color:#1428a0;
border-bottom:3px solid #1428a0;
}
.img_nav p{
position: absolute;
top:80px;
background-color: #e1e3e5;
display: block;
height:106px;
color:#2b3ea7;
padding:30px;
font-size: 18px;
text-align: center;
}
.img_nav p>span{
font-size: 22px;
color:#2b3ea7;
}
/*imgs style*/
.imgs{
width:100%;
position: absolute;
top:1286px;
}
.imgs>.img1{
background-image:url(../images/details_img/img-1-b.jpg);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img1>div{
background-image:url(../images/details_img/img-1-b.png);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img2{
background-image:url(../images/details_img/img-2-b.jpg);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img2>div{
background-image:url(../images/details_img/img-2-b.png);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img3{
background-image:url(../images/details_img/img-3-b.jpg);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img3>div{
background-image:url(../images/details_img/img-3-b.png);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img4{
background-image:url(../images/details_img/img-4-b.jpg);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img4>div{
background-image:url(../images/details_img/img-5-b.png);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img5{
background-image:url(../images/details_img/img-5-b.jpg);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img5>div{
background-image:url(../images/details_img/img-5-b.png);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img6{
background-image:url(../images/details_img/img-6-b.jpg);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img6>div{
background-image:url(../images/details_img/img-6-b.png);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img7{
background-image:url(../images/details_img/img-7-b.jpg);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img7>div{
background-image:url(../images/details_img/img-7-b.png);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img8{
background-image:url(../images/details_img/img-8-b.jpg);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img8>div{
background-image:url(../images/details_img/img-8-b.png);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img9{
background-image:url(../images/details_img/img-9-b.jpg);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img9>div{
background-image:url(../images/details_img/img-9-b.png);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img10{
background-image:url(../images/details_img/img-10-b.jpg);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
.imgs>.img10>div{
background-image:url(../images/details_img/img-10-b.png);
height:597px;
/* vertical-align: middle; */
background-position:center;
background-repeat:no-repeat;
}
/* details_table style */
.details_table{
width:100%;
position: absolute;
top:7256px;
}
.details_table>.title{
display:block;
height:132px;
padding:70px 30px;
text-align: center;
font-size: 32px;
color:#333;
}
.details_table .cpu{
/* height:113px; */
padding:0px 30px 30px;
border-top:1px solid #ccc;
}
.details_table .cpu>.cpu_title{
display:inline-block;
padding-top:30px;
color:#007ebf;
}
.details_table .cpu>.cpu_ul{
display:flex;
width:963px;
justify-content: center;
margin-left:180px;
margin-top:-18px
}
.details_table .cpu>.cpu_ul>li{
width:321px;
padding-right:15px;
}
.details_table .cpu>.cpu_ul h5{
font-size: 15px;
}
.details_table .cpu>.cpu_ul p{
font-size: 14px;
display:inline-block
}
.details_table>a{
display:block;
padding:30px;
font-size: 16px;
color:#5f5f5f;
}
.details_table>a>span{
font-size:26px;
}
.details_table>#canHide.hide{
opacity:0;
height:0;
background-color:#f9f9f9;
transition:all .5s linear;
}
#spec{
background-color:#f9f9f9;
}
.details_table>#canHide.show{
opacity:1;
height:284px;
background-color:#f9f9f9;
transition:all .5s linear;
}
.details_table>.memory{
padding:20px 30px;
font-size:14px;
color:#333;
background-color:#f1f2f4
}
/* 相关推荐 */
#recommend>.title{
display:block;
height:132px;
padding:70px 30px;
text-align: center;
font-size: 32px;
color:#333;
}
#recommend>ul{
display: flex;
justify-content: center;
}
#recommend>ul>li h2,#recommend>ul>li p{
text-align: center;
}
#recommend>ul>li h2>a,#recommend>ul>li p{
font-size:16px;
color:#333;
font-weight: normal;
} | 0.30549 | 0.046921 |
:root {
--font-big-title: 1.5rem;
--font-banner: 0.875rem;
--font-inner-title: 0.75rem;
--font-inner-text: 0.75rem;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,
body {
max-width: 100%;
font-size: 16px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
main,
header,
img {
max-width: 100%;
}
h1,
h2,
h3,
p {
font-family: "JetBrains Mono", "Roboto Mono", monospace;
}
a {
text-decoration: none;
}
a:hover {
cursor: pointer;
}
button {
border: none;
background: none;
}
ul {
list-style: none;
}
.default-p {
padding: 72px 0;
}
.center-r {
display: flex;
align-items: center;
justify-content: center;
}
.center-c {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
/* TEXT */
.inner-text {
font-size: var(--font-inner-text);
font-weight: 400;
letter-spacing: 0.01rem;
}
.inner-title {
font-size: var(--font-inner-title);
font-weight: 700;
letter-spacing: -0.01rem;
}
.wc {
color: #fff;
}
.bc {
color: #000;
}
/* ICONS */
.inner-icon {
border-radius: 10px;
width: 46px;
height: 46px;
}
.arrow {
width: 10px;
position: relative;
}
.arrow {
animation-name: arrow-move;
animation-duration: 1s;
animation-direction: alternate;
animation-iteration-count: infinite;
animation-timing-function: ease-out;
-webkit-animation-name: arrow-move;
-webkit-animation-duration: 1s;
-webkit-animation-direction: alternate;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-out;
}
@keyframes arrow-move {
0% {
right: 0px;
}
100% {
right: -6px;
}
}
@-webkit-keyframes arrow-move {
0% {
right: 0px;
}
100% {
right: -6px;
}
}
/* NAVIGATION SECTION */
.nav-icon {
height: 32px;
width: 32px;
border-radius: 100%;
transition: 0.5s;
}
.nav-icon:hover {
box-shadow: 0 0 15px 2px rgba(255, 255, 255, 0.5);
}
.nav-section {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
background-color: #000;
opacity: .9;
}
.links {
width: 100%;
justify-content: space-evenly;
}
.links > p {
font-size: var(--font-banner);
letter-spacing: 0.08rem;
color: #fff;
}
.links > nav {
height: 4.5rem;
gap: 1.25rem;
}
.sep {
position: absolute;
bottom: -4px;
height: 8px;
width: 110px;
border-radius: 10px;
border: 1px solid #000;
background: #fff;
}
/* HEADER -> BANNER */
.banner {
background: url("./assets/webp/gradientCompressed.webp") no-repeat;
background-size: 100%;
height: 390px;
}
.banner > h1 {
margin-top: 47px;
}
.banner > p {
font-size: var(--font-banner);
text-align: center;
max-width: 190px;
margin-top: 27px;
}
.logo-circle {
width: 125px;
height: 125px;
border: solid 2px #fff;
border-radius: 100%;
}
.logo-circle > img {
width: 64px;
}
/* CONTENTS */
.contents-section {
gap: 1.8rem;
}
.btn-section {
justify-content: space-evenly;
gap: 11px;
width: 310px;
height: 72px;
padding: 11px;
border: 1px solid #000;
border-radius: 12px;
cursor: pointer;
}
.btn-section > img {
border: 1px solid black;
}
.content-btn {
max-width: 204px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.content-btn > p {
line-height: 1rem;
}
/* SOON BUTTON */
.soon-container > h1 {
color: #fff;
font-size: 18px;
}
.color-animation {
animation-name: color-transition;
animation-duration: 15s;
animation-direction: alternate;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: color-transition;
-webkit-animation-duration: 15s;
-webkit-animation-direction: alternate;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
}
@keyframes color-transition {
0% {
background-color: #259ed1;
}
33% {
background-color: #1d5bc5;
}
66% {
background-color: #bd18bd;
}
100% {
background-color: #d12147;
}
}
@-webkit-keyframes color-transition {
0% {
background-color: #40b3e4;
}
33% {
background-color: #386ecc;
}
66% {
background-color: #c532c5;
}
100% {
background-color: #d3294e;
}
}
/* AFFILIATES */
.affiliates-section {
gap: 3.5rem;
background-color: #000;
}
.affiliate {
display: flex;
flex-direction: column;
gap: 1rem;
width: 310px;
}
.affiliate > p {
font-size: var(--font-inner-title);
line-height: 1.24rem;
}
.affiliate-container {
width: 100%;
display: flex;
align-items: center;
gap: 11px;
}
.affiliate-container > button {
height: 72px;
padding: 11px;
border: 1px solid #fff;
border-radius: 12px;
cursor: pointer;
}
.affiliate-text {
height: 100%;
text-align: left;
}
.affiliate-info {
width: 100%;
display: flex;
align-items: center;
gap: 11px;
}
.affiliate-info > img {
border: 1px solid #fff;
}
.arrow-btn {
min-width: 72px;
background-color: #fff;
}
/* DIVISION */
.division {
width: 100%;
height: 46px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}
.division {
background: linear-gradient(-45deg, #00e2dd, #2b6ad9, #a90caf, #e91151);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
/* PARTNERSHIPS */
.partnerships-section {
background-color: #000;
}
/* EMPTY */
.empty {
gap: 2.3rem;
margin-top: 42px;
text-align: center;
}
.empty > img {
height: 110px;
}
.empty > p {
font-size: 14px;
font-weight: bold;
line-height: 1.35rem;
width: 264px;
}
/* CONTACT */
.contact {
margin-top: 1.75rem;
width: 100%;
}
.contact-button {
width: 220px;
height: 64px;
z-index: 2;
border: 2px solid #fff;
background-color: #000;
color: #fff;
font-family: "JetBrains Mono", "Roboto Mono", monospace;
font-size: 1rem;
font-weight: 700;
box-shadow: 5px 5px 0px #ffffff;
transition: 0.4s;
}
.contact-button:hover {
cursor: pointer;
box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.6);
}
/* FOOTER */
footer {
width: 100%;
height: 46px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
background: linear-gradient(-45deg, #00e2dd, #2b6ad9, #a90caf, #e91151);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
}
footer > p {
font-family: "Roboto Mono", monospace;
font-size: 1rem;
}
/* OVERLAY */
.wallpaper-overlay {
height: 100vh;
width: 100vw;
position: fixed;
z-index: 100;
padding: 10px;
display: none;
background-color: rgba(0, 0, 0, 0.8);
}
.overlay-container {
width: 90%;
max-width: 620px;
height: 90%;
max-height: 1080px;
border-radius: 20px;
background-color: #fff;
}
.options {
width: 100%;
height: 46px;
justify-content: space-between;
background-color: #fff;
border-radius: 20px 20px 0 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.options > button {
width: 46px;
height: 46px;
cursor: pointer;
}
.options > h1 {
text-align: center;
font-size: var(--font-inner-title);
font-weight: 700;
}
.hiden {
visibility: hidden;
}
/* WALLPAPER OVERLAY CONTAINER */
.wallpapers-container {
flex-direction: column;
justify-content: flex-start;
gap: 2.75rem;
height: inherit;
padding: 2rem 0.75rem;
overflow-y: scroll;
}
.wallpaper-section {
flex-direction: column;
}
.wallpaper-section > h1 {
font-size: 1rem;
font-weight: 700;
}
.wallpaper-section > h2 {
margin-top: 0.25rem;
font-size: 0.625rem;
font-weight: 400;
}
.image {
width: 240px;
height: 240px;
margin-bottom: 1rem;
border-radius: 20px;
position: relative;
}
.download-button {
width: 42px;
height: 42px;
position: absolute;
right: 2px;
bottom: 2px;
}
.download-icon {
width: 18px;
height: 18px;
}
.image > button {
color: rgb(255, 255, 255);
font-size: 1.55rem;
cursor: pointer;
}
.left-button {
width: 32px;
height: 60%;
position: absolute;
top: 50%;
left: 6px;
transform: translateY(-50%);
}
.right-button {
width: 32px;
height: 60%;
position: absolute;
top: 50%;
right: 6px;
transform: translateY(-50%);
}
.slide {
position: absolute;
inset: 0;
opacity: 0;
transition: 0.2s;
}
.slide[active-data] {
opacity: 1;
}
.slide > img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.wallpaper {
border-radius: 20px;
width: 100%;
height: 100%;
} | styles.css | :root {
--font-big-title: 1.5rem;
--font-banner: 0.875rem;
--font-inner-title: 0.75rem;
--font-inner-text: 0.75rem;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,
body {
max-width: 100%;
font-size: 16px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
main,
header,
img {
max-width: 100%;
}
h1,
h2,
h3,
p {
font-family: "JetBrains Mono", "Roboto Mono", monospace;
}
a {
text-decoration: none;
}
a:hover {
cursor: pointer;
}
button {
border: none;
background: none;
}
ul {
list-style: none;
}
.default-p {
padding: 72px 0;
}
.center-r {
display: flex;
align-items: center;
justify-content: center;
}
.center-c {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
/* TEXT */
.inner-text {
font-size: var(--font-inner-text);
font-weight: 400;
letter-spacing: 0.01rem;
}
.inner-title {
font-size: var(--font-inner-title);
font-weight: 700;
letter-spacing: -0.01rem;
}
.wc {
color: #fff;
}
.bc {
color: #000;
}
/* ICONS */
.inner-icon {
border-radius: 10px;
width: 46px;
height: 46px;
}
.arrow {
width: 10px;
position: relative;
}
.arrow {
animation-name: arrow-move;
animation-duration: 1s;
animation-direction: alternate;
animation-iteration-count: infinite;
animation-timing-function: ease-out;
-webkit-animation-name: arrow-move;
-webkit-animation-duration: 1s;
-webkit-animation-direction: alternate;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-out;
}
@keyframes arrow-move {
0% {
right: 0px;
}
100% {
right: -6px;
}
}
@-webkit-keyframes arrow-move {
0% {
right: 0px;
}
100% {
right: -6px;
}
}
/* NAVIGATION SECTION */
.nav-icon {
height: 32px;
width: 32px;
border-radius: 100%;
transition: 0.5s;
}
.nav-icon:hover {
box-shadow: 0 0 15px 2px rgba(255, 255, 255, 0.5);
}
.nav-section {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
background-color: #000;
opacity: .9;
}
.links {
width: 100%;
justify-content: space-evenly;
}
.links > p {
font-size: var(--font-banner);
letter-spacing: 0.08rem;
color: #fff;
}
.links > nav {
height: 4.5rem;
gap: 1.25rem;
}
.sep {
position: absolute;
bottom: -4px;
height: 8px;
width: 110px;
border-radius: 10px;
border: 1px solid #000;
background: #fff;
}
/* HEADER -> BANNER */
.banner {
background: url("./assets/webp/gradientCompressed.webp") no-repeat;
background-size: 100%;
height: 390px;
}
.banner > h1 {
margin-top: 47px;
}
.banner > p {
font-size: var(--font-banner);
text-align: center;
max-width: 190px;
margin-top: 27px;
}
.logo-circle {
width: 125px;
height: 125px;
border: solid 2px #fff;
border-radius: 100%;
}
.logo-circle > img {
width: 64px;
}
/* CONTENTS */
.contents-section {
gap: 1.8rem;
}
.btn-section {
justify-content: space-evenly;
gap: 11px;
width: 310px;
height: 72px;
padding: 11px;
border: 1px solid #000;
border-radius: 12px;
cursor: pointer;
}
.btn-section > img {
border: 1px solid black;
}
.content-btn {
max-width: 204px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.content-btn > p {
line-height: 1rem;
}
/* SOON BUTTON */
.soon-container > h1 {
color: #fff;
font-size: 18px;
}
.color-animation {
animation-name: color-transition;
animation-duration: 15s;
animation-direction: alternate;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: color-transition;
-webkit-animation-duration: 15s;
-webkit-animation-direction: alternate;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
}
@keyframes color-transition {
0% {
background-color: #259ed1;
}
33% {
background-color: #1d5bc5;
}
66% {
background-color: #bd18bd;
}
100% {
background-color: #d12147;
}
}
@-webkit-keyframes color-transition {
0% {
background-color: #40b3e4;
}
33% {
background-color: #386ecc;
}
66% {
background-color: #c532c5;
}
100% {
background-color: #d3294e;
}
}
/* AFFILIATES */
.affiliates-section {
gap: 3.5rem;
background-color: #000;
}
.affiliate {
display: flex;
flex-direction: column;
gap: 1rem;
width: 310px;
}
.affiliate > p {
font-size: var(--font-inner-title);
line-height: 1.24rem;
}
.affiliate-container {
width: 100%;
display: flex;
align-items: center;
gap: 11px;
}
.affiliate-container > button {
height: 72px;
padding: 11px;
border: 1px solid #fff;
border-radius: 12px;
cursor: pointer;
}
.affiliate-text {
height: 100%;
text-align: left;
}
.affiliate-info {
width: 100%;
display: flex;
align-items: center;
gap: 11px;
}
.affiliate-info > img {
border: 1px solid #fff;
}
.arrow-btn {
min-width: 72px;
background-color: #fff;
}
/* DIVISION */
.division {
width: 100%;
height: 46px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}
.division {
background: linear-gradient(-45deg, #00e2dd, #2b6ad9, #a90caf, #e91151);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
/* PARTNERSHIPS */
.partnerships-section {
background-color: #000;
}
/* EMPTY */
.empty {
gap: 2.3rem;
margin-top: 42px;
text-align: center;
}
.empty > img {
height: 110px;
}
.empty > p {
font-size: 14px;
font-weight: bold;
line-height: 1.35rem;
width: 264px;
}
/* CONTACT */
.contact {
margin-top: 1.75rem;
width: 100%;
}
.contact-button {
width: 220px;
height: 64px;
z-index: 2;
border: 2px solid #fff;
background-color: #000;
color: #fff;
font-family: "JetBrains Mono", "Roboto Mono", monospace;
font-size: 1rem;
font-weight: 700;
box-shadow: 5px 5px 0px #ffffff;
transition: 0.4s;
}
.contact-button:hover {
cursor: pointer;
box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.6);
}
/* FOOTER */
footer {
width: 100%;
height: 46px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
background: linear-gradient(-45deg, #00e2dd, #2b6ad9, #a90caf, #e91151);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
}
footer > p {
font-family: "Roboto Mono", monospace;
font-size: 1rem;
}
/* OVERLAY */
.wallpaper-overlay {
height: 100vh;
width: 100vw;
position: fixed;
z-index: 100;
padding: 10px;
display: none;
background-color: rgba(0, 0, 0, 0.8);
}
.overlay-container {
width: 90%;
max-width: 620px;
height: 90%;
max-height: 1080px;
border-radius: 20px;
background-color: #fff;
}
.options {
width: 100%;
height: 46px;
justify-content: space-between;
background-color: #fff;
border-radius: 20px 20px 0 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.options > button {
width: 46px;
height: 46px;
cursor: pointer;
}
.options > h1 {
text-align: center;
font-size: var(--font-inner-title);
font-weight: 700;
}
.hiden {
visibility: hidden;
}
/* WALLPAPER OVERLAY CONTAINER */
.wallpapers-container {
flex-direction: column;
justify-content: flex-start;
gap: 2.75rem;
height: inherit;
padding: 2rem 0.75rem;
overflow-y: scroll;
}
.wallpaper-section {
flex-direction: column;
}
.wallpaper-section > h1 {
font-size: 1rem;
font-weight: 700;
}
.wallpaper-section > h2 {
margin-top: 0.25rem;
font-size: 0.625rem;
font-weight: 400;
}
.image {
width: 240px;
height: 240px;
margin-bottom: 1rem;
border-radius: 20px;
position: relative;
}
.download-button {
width: 42px;
height: 42px;
position: absolute;
right: 2px;
bottom: 2px;
}
.download-icon {
width: 18px;
height: 18px;
}
.image > button {
color: rgb(255, 255, 255);
font-size: 1.55rem;
cursor: pointer;
}
.left-button {
width: 32px;
height: 60%;
position: absolute;
top: 50%;
left: 6px;
transform: translateY(-50%);
}
.right-button {
width: 32px;
height: 60%;
position: absolute;
top: 50%;
right: 6px;
transform: translateY(-50%);
}
.slide {
position: absolute;
inset: 0;
opacity: 0;
transition: 0.2s;
}
.slide[active-data] {
opacity: 1;
}
.slide > img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.wallpaper {
border-radius: 20px;
width: 100%;
height: 100%;
} | 0.422743 | 0.130064 |
.header {
overflow: hidden;
background-color: #ffcb00;
padding: 0.1px 5px;
}
.header a {
float: left;
color: black;
text-align: center;
padding: 12px;
text-decoration: none;
font-size: 15px;
line-height: 50px;
border-radius: 4px;
}
.header a.logo {
font-size: 25px;
font-weight: bold;
font-family:verdana;
}
.header-right {
float: right;
}
@media screen and (max-width: 500px) {
.header a {
float: none;
display: block;
text-align: left;
}
.header-right {
float: none;
}
}
button{
margin:20px;
}
.button1 {
background-color: white;
border: none;
color:black;
padding: 10px 30px;
text-align: center;
/* margin: 400px; */
font-size: 20px;
/* margin: 6px 4px; */
cursor: pointer;
border-radius: 50px;
}
.button2 {
background-color:black;
border: none;
color: white;
padding: 10px 30px;
text-align: center;
font-size: 20px;
/* margin: 6px 4px; */
cursor: pointer;
border-radius: 50px;
}
.form-main {
margin-top: 0;
}
.form-input-fields {
margin-bottom: 0;
}
.section-main {
margin-top:40px;
background-color: lightgrey;
padding: 20px 0;
}
.group-icon {
background-color:#fff;
border:0;
}
.input-search {
border:1px solid #fff;
padding:20px 40px;
font-size:20px;
box-shadow:none;
}
@media (max-width: 992px) {
.pull-left-sm {
float: left !important;
}
}
@media (max-width: 767px) {
.nofloat-xs {
float: none !important;
}
.btn-submit {
margin-top:10px;
}
}
.sidebar {
height: 100%; /* 100% Full-height */
width: 0; /* 0 width - change this with JavaScript */
position: fixed; /* Stay in place */
z-index: 1; /* Stay on top */
top: 0;
left: 0;
background-color: #111; /* Black*/
overflow-x: hidden; /* Disable horizontal scroll */
padding-top: 60px; /* Place content 60px from the top */
transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}
/* The sidebar links */
.sidebar a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
}
/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
color: #f1f1f1;
}
/* Position and style the close button (top right corner) */
.sidebar .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
/* The button used to open the sidebar */
.openbtn {
font-size: 20px;
cursor: pointer;
background-color: #111;
color: white;
padding: 0px 15px;
border: none;
}
.openbtn:hover {
background-color: #444;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
transition: margin-left .5s; /* If you want a transition effect */
padding: 0px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidebar {padding-top: 5px;}
.sidebar a {font-size: 18px;}
}
.card-img-top
{
padding-left: 0px;
width:190px;
height:140px;
}
.card-title
{
padding:10px 25px;
}
.card-text
{
padding:0px 25px;
}
.checked {
color: orange;
}
.star
{
margin-left:40px;
}
.card{
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
transition: 0.2s ease;
}
.card:hover,
.card:focus{box-shadow: 0 2px 4px rgba(0,0,0,0.4);
transition:0.2s ease;}
.card:active{
box-shadow:0 1px 2px rgba(0,0,0,0.4);
transition:0.2s ease;
}
.container
{
padding-top: 20px;
} | ase_project/homechef/static/homechef/css/food.css | .header {
overflow: hidden;
background-color: #ffcb00;
padding: 0.1px 5px;
}
.header a {
float: left;
color: black;
text-align: center;
padding: 12px;
text-decoration: none;
font-size: 15px;
line-height: 50px;
border-radius: 4px;
}
.header a.logo {
font-size: 25px;
font-weight: bold;
font-family:verdana;
}
.header-right {
float: right;
}
@media screen and (max-width: 500px) {
.header a {
float: none;
display: block;
text-align: left;
}
.header-right {
float: none;
}
}
button{
margin:20px;
}
.button1 {
background-color: white;
border: none;
color:black;
padding: 10px 30px;
text-align: center;
/* margin: 400px; */
font-size: 20px;
/* margin: 6px 4px; */
cursor: pointer;
border-radius: 50px;
}
.button2 {
background-color:black;
border: none;
color: white;
padding: 10px 30px;
text-align: center;
font-size: 20px;
/* margin: 6px 4px; */
cursor: pointer;
border-radius: 50px;
}
.form-main {
margin-top: 0;
}
.form-input-fields {
margin-bottom: 0;
}
.section-main {
margin-top:40px;
background-color: lightgrey;
padding: 20px 0;
}
.group-icon {
background-color:#fff;
border:0;
}
.input-search {
border:1px solid #fff;
padding:20px 40px;
font-size:20px;
box-shadow:none;
}
@media (max-width: 992px) {
.pull-left-sm {
float: left !important;
}
}
@media (max-width: 767px) {
.nofloat-xs {
float: none !important;
}
.btn-submit {
margin-top:10px;
}
}
.sidebar {
height: 100%; /* 100% Full-height */
width: 0; /* 0 width - change this with JavaScript */
position: fixed; /* Stay in place */
z-index: 1; /* Stay on top */
top: 0;
left: 0;
background-color: #111; /* Black*/
overflow-x: hidden; /* Disable horizontal scroll */
padding-top: 60px; /* Place content 60px from the top */
transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}
/* The sidebar links */
.sidebar a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
}
/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
color: #f1f1f1;
}
/* Position and style the close button (top right corner) */
.sidebar .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
/* The button used to open the sidebar */
.openbtn {
font-size: 20px;
cursor: pointer;
background-color: #111;
color: white;
padding: 0px 15px;
border: none;
}
.openbtn:hover {
background-color: #444;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
transition: margin-left .5s; /* If you want a transition effect */
padding: 0px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidebar {padding-top: 5px;}
.sidebar a {font-size: 18px;}
}
.card-img-top
{
padding-left: 0px;
width:190px;
height:140px;
}
.card-title
{
padding:10px 25px;
}
.card-text
{
padding:0px 25px;
}
.checked {
color: orange;
}
.star
{
margin-left:40px;
}
.card{
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
transition: 0.2s ease;
}
.card:hover,
.card:focus{box-shadow: 0 2px 4px rgba(0,0,0,0.4);
transition:0.2s ease;}
.card:active{
box-shadow:0 1px 2px rgba(0,0,0,0.4);
transition:0.2s ease;
}
.container
{
padding-top: 20px;
} | 0.52342 | 0.191101 |
body{
background: #00a2ff;
font-family: Verdana, Tahoma, Arial;
}
h1 {
font-family: '<NAME>', cursive;
text-align: center;
font-size: 28px;
margin: 10px 0 0;
padding: 0;
}
label.error,
.required {
font-size: 12px;
color: red;
}
.intro {
margin: 0 0 10px;
text-align: center;
}
#wrapper {
width: 500px;
margin: 0 auto;
position: relative;
}
form {
border-radius: 10px;
border: 3px solid #ccc;
box-shadow: 0px 2px 5px 0px #444;
background: #fff;
position: relative;
padding: 10px;
overflow: hidden;
}
label {
margin-bottom: 5px;
}
fieldset {
border: none;
padding: 0;
margin: 0 0 10px;
width: 100%;
}
input, textarea, label, select {
display: block;
outline: none;
}
input, textarea, select {
margin-bottom: 10px;
}
input, textarea {
background: -moz-linear-gradient(center top , #F2F2F2, #FFFFFF) repeat scroll 0 0 transparent;
border: 1px solid #DEDEDE;
border-radius: 5px 5px 5px 5px;
color: #403D3A;
font-size: 16px;
padding: 1px 6px;
-webkit-input-placeholder
}
textarea {
width: 100%;
height: 140px;
resize: none;
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
}
input {
width: 200px;
height: 26px;
}
::-webkit-input-placeholder {
color: #ccc;
}
:-moz-placeholder {
color: #ccc;
}
a {
color: #333;
font-size: 20px;
text-decoration: none;
}
.simple-form-button {
-moz-border-bottom-colors: none;
-moz-border-image: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE) repeat scroll 0 0 transparent;
background: -webkit-linear-gradient(center top , #FFFFFF, #EEEEEE) repeat scroll 0 0 transparent;
border-color: #E2E2E2 #DDDDDD #CCCCCC;
border-left: 1px solid #DDDDDD;
border-radius: 5px 5px 5px 5px;
border-right: 1px solid #DDDDDD;
border-style: solid;
border-width: 1px 1px 2px;
color: #000000;
cursor: pointer;
font-size: 9pt;
margin: 0;
padding: 8px 18px;
width: auto;
height: auto;
}
.submit-button {
background: -moz-linear-gradient(center top , #FFFFFF, #2a8db4) repeat scroll 0 0 transparent;
float: right;
display: none;
}
.form-controls {
clear: both;
}
.previous-fieldset {
display: none;
float: left;
}
.next-fieldset {
float: right;
},
a.next-fieldset,
a.previous-fieldset {
color: #ccc;
}
.clear {
clear: both;
}
.progress {
border-bottom: 1px solid #EEECE9;
border-top: 1px solid #FFFFFF;
height: 20px;
}
.progress-bar {
height: 15px; /* Can be anything */
position: relative;
background: #e2e2e2;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
padding: 5px;
-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
-moz-box-shadow : inset 0 -1px 1px rgba(255,255,255,0.3);
box-shadow : inset 0 -1px 1px rgba(255,255,255,0.3);
margin: 10px 0;
overflow: hidden;
}
.progress-bar .progress-bg{
display: block;
height: 100%;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
background-color: rgb(43,194,83);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(43,194,83)),
color-stop(1, rgb(84,240,84))
);
background-image: -webkit-linear-gradient(
center bottom,
rgb(43,194,83) 37%,
rgb(84,240,84) 69%
);
background-image: -moz-linear-gradient(
center bottom,
rgb(43,194,83) 37%,
rgb(84,240,84) 69%
);
background-image: -ms-linear-gradient(
center bottom,
rgb(43,194,83) 37%,
rgb(84,240,84) 69%
);
background-image: -o-linear-gradient(
center bottom,
rgb(43,194,83) 37%,
rgb(84,240,84) 69%
);
-webkit-box-shadow:
inset 0 2px 9px rgba(255,255,255,0.3),
inset 0 -2px 6px rgba(0,0,0,0.4);
-moz-box-shadow:
inset 0 2px 9px rgba(255,255,255,0.3),
inset 0 -2px 6px rgba(0,0,0,0.4);
overflow: hidden;
width: 0%;
}
.progress-bar .progress-text {
position: absolute;
left: 50%;
top: 2px;
z-index: 10;
} | public/validate/simpleform.css | body{
background: #00a2ff;
font-family: Verdana, Tahoma, Arial;
}
h1 {
font-family: '<NAME>', cursive;
text-align: center;
font-size: 28px;
margin: 10px 0 0;
padding: 0;
}
label.error,
.required {
font-size: 12px;
color: red;
}
.intro {
margin: 0 0 10px;
text-align: center;
}
#wrapper {
width: 500px;
margin: 0 auto;
position: relative;
}
form {
border-radius: 10px;
border: 3px solid #ccc;
box-shadow: 0px 2px 5px 0px #444;
background: #fff;
position: relative;
padding: 10px;
overflow: hidden;
}
label {
margin-bottom: 5px;
}
fieldset {
border: none;
padding: 0;
margin: 0 0 10px;
width: 100%;
}
input, textarea, label, select {
display: block;
outline: none;
}
input, textarea, select {
margin-bottom: 10px;
}
input, textarea {
background: -moz-linear-gradient(center top , #F2F2F2, #FFFFFF) repeat scroll 0 0 transparent;
border: 1px solid #DEDEDE;
border-radius: 5px 5px 5px 5px;
color: #403D3A;
font-size: 16px;
padding: 1px 6px;
-webkit-input-placeholder
}
textarea {
width: 100%;
height: 140px;
resize: none;
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
}
input {
width: 200px;
height: 26px;
}
::-webkit-input-placeholder {
color: #ccc;
}
:-moz-placeholder {
color: #ccc;
}
a {
color: #333;
font-size: 20px;
text-decoration: none;
}
.simple-form-button {
-moz-border-bottom-colors: none;
-moz-border-image: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE) repeat scroll 0 0 transparent;
background: -webkit-linear-gradient(center top , #FFFFFF, #EEEEEE) repeat scroll 0 0 transparent;
border-color: #E2E2E2 #DDDDDD #CCCCCC;
border-left: 1px solid #DDDDDD;
border-radius: 5px 5px 5px 5px;
border-right: 1px solid #DDDDDD;
border-style: solid;
border-width: 1px 1px 2px;
color: #000000;
cursor: pointer;
font-size: 9pt;
margin: 0;
padding: 8px 18px;
width: auto;
height: auto;
}
.submit-button {
background: -moz-linear-gradient(center top , #FFFFFF, #2a8db4) repeat scroll 0 0 transparent;
float: right;
display: none;
}
.form-controls {
clear: both;
}
.previous-fieldset {
display: none;
float: left;
}
.next-fieldset {
float: right;
},
a.next-fieldset,
a.previous-fieldset {
color: #ccc;
}
.clear {
clear: both;
}
.progress {
border-bottom: 1px solid #EEECE9;
border-top: 1px solid #FFFFFF;
height: 20px;
}
.progress-bar {
height: 15px; /* Can be anything */
position: relative;
background: #e2e2e2;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
padding: 5px;
-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
-moz-box-shadow : inset 0 -1px 1px rgba(255,255,255,0.3);
box-shadow : inset 0 -1px 1px rgba(255,255,255,0.3);
margin: 10px 0;
overflow: hidden;
}
.progress-bar .progress-bg{
display: block;
height: 100%;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
background-color: rgb(43,194,83);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(43,194,83)),
color-stop(1, rgb(84,240,84))
);
background-image: -webkit-linear-gradient(
center bottom,
rgb(43,194,83) 37%,
rgb(84,240,84) 69%
);
background-image: -moz-linear-gradient(
center bottom,
rgb(43,194,83) 37%,
rgb(84,240,84) 69%
);
background-image: -ms-linear-gradient(
center bottom,
rgb(43,194,83) 37%,
rgb(84,240,84) 69%
);
background-image: -o-linear-gradient(
center bottom,
rgb(43,194,83) 37%,
rgb(84,240,84) 69%
);
-webkit-box-shadow:
inset 0 2px 9px rgba(255,255,255,0.3),
inset 0 -2px 6px rgba(0,0,0,0.4);
-moz-box-shadow:
inset 0 2px 9px rgba(255,255,255,0.3),
inset 0 -2px 6px rgba(0,0,0,0.4);
overflow: hidden;
width: 0%;
}
.progress-bar .progress-text {
position: absolute;
left: 50%;
top: 2px;
z-index: 10;
} | 0.360602 | 0.100392 |
@media only screen and (min-width: 951px){
.landinglogo{
width: 149px;
height: 50px;
}
.words{
font-size: 18px;
color: #6A6A6A;
margin: 2px;
line-height: 150%;
margin-top: 35px;
}
form {
/* This bit sets up the horizontal layout */
display:flex;
flex-direction:row;
border-radius: 4px;
width: 500px;
height: 50px;
border: 1px solid #E5E5E5;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
background-color: #FFFFFF;
}
input {
/* Tell the input to use all the available space */
flex-grow:2;
/* And hide the input's outline, so the form looks like the outline */
border:none;
}
input:focus {
/* removing the input focus blue box. Put this on the form if you like. */
outline: none;
}
button {
/* Just a little styling to make it pretty */
border:1px solid #1E90FF;
background:#1E90FF;
color:white;
font-size: 16px;
border-radius: 4px;
width: 130px;
height: auto;
margin: auto;
font-weight: 600;
letter-spacing: .5px;
padding-bottom: 5px;
padding-top: 10px;
margin-right: 3px;
}
::placeholder{
opacity: 1;
font-family: roboto;
font-size: 18px;
color: #C4C4C4;
}
.sign{
border-bottom: 3px solid #1E90FF;
}
.search-service{
background-color: #FEC128;
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
font-family: roboto;
color: #6A6A6A;
font-size: 24px;
font-weight: bold;
padding-top: 30px;
}
/* .search-box{
width: 500px;
height: 50px;
border-radius: 4px;
border: 1px solid #E5E5E5;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
} */
.top-page{
background-color: #FEC128 ;
height: 600px;
padding-top: 50px;
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-evenly;
}
.top-page-text{
width: 536px;
height: 200px;
font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 50px;
color: #346E93;
margin-top: 30px;
}
.bottom-page{
display: flex;
justify-content: center;
}
.how{
display: block;
width: 100%;
}
.how2{
display: none;
width: 100%;
}
.cp{
width: 450px;
height: auto;
}
.btn-dl {
font-family: Roboto;
text-decoration: none;
font-size: 16px;
font-weight: 500;
background-color: transparent;
color: white;
width: auto;
border: none;
outline: transparent;
}
.btn-dl:hover{
cursor: pointer;
background-color: #1E90FF;
}
.btn-dl:active{
cursor: pointer;
background-color: transparent;
}
.dl-logo{
width:"20";
height:"15";
}
.newsletter-content{
display: flex;
justify-content: center;
flex-direction: column;
}
.newsletter-btn{
width: 200px;
height: 50px;
background: #FEC128;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
border-radius: 4px;
font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 23px;
color: #FFFFFF;
margin-left: auto;
margin-right: auto;
margin-bottom: 120px;
}
.newsletter-label{
display: flex;
justify-content: center;
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 30px;
line-height: 35px;
margin-bottom: 30px;
margin-top: 70px;
}
.newsletter-input{
width: 500px;
height: 50px;
background: #FFFFFF;
border: 1px solid #E5E5E5;
box-sizing: border-box;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
border-radius: 4px;
margin-right:30px;
align-self: center;
margin-bottom: 20px;
}
}
/* Mobile */
@media only screen and (max-width: 950px){
.words{
justify-self: center;
font-size: 14px;
color: #6A6A6A;
margin-left: 0;
margin-right: auto;
text-align: left;
line-height: 150%;
margin-top: 20px;
width: 80%;
}
form {
/* This bit sets up the horizontal layout */
display:flex;
flex-direction:row;
border-radius: 4px;
width: 90%;
height: 60px;
border: 1px solid #E5E5E5;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
background-color: #FFFFFF;
}
input {
/* Tell the input to use all the available space */
flex-grow:2;
/* And hide the input's outline, so the form looks like the outline */
border:none;
}
input:focus {
/* removing the input focus blue box. Put this on the form if you like. */
outline: none;
}
button {
/* Just a little styling to make it pretty */
border:1px solid #1E90FF;
background:#1E90FF;
color:white;
font-size: 11px;
border-radius: 4px;
width: 90%;
height: auto;
margin: auto;
font-weight: 600;
letter-spacing: .5px;
padding-bottom: 5px;
padding-top: 10px;
margin-right: 3px;
}
::placeholder{
opacity: 1;
font-family: roboto;
font-size: 18px;
color: #C4C4C4;
}
.search-service{
background-color: #FEC128;
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
font-family: roboto;
color: #FFFBFF;
font-size: 24px;
font-weight: bold;
padding-top: 30px;
}
.search-box{
width: 90%;
height: 50px;
border-radius: 4px;
border: 1px solid #E5E5E5;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}
.top-page{
background-color: #FEC128 ;
height: 650px;
padding-top: 0px;
width: 100%;
display: flex;
flex-direction: column;
}
.top-page-text{
width: 100%;
height: 80px;
font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 30px;
line-height: 40px;
color: #346E93;
padding-left: 30px;
margin-top: 30px;
}
.btn-dark{
margin-left: 30px;
margin-top: -70px;
}
.how{
display: none;
width: 100%;
}
.how2{
display: block;
width: 100%;
}
.cp{
width: 300px;
height: auto;
padding-top: 230px;
}
.cell-image{
margin-left: auto;
margin-right: auto;
}
.newsletter-content{
display: flex;
justify-content: center;
flex-direction: column;
}
.newsletter-btn{
width: 80%;
font-family: Roboto;
height: 50px;
margin-right:auto;
margin-left: auto;
background: #FEC128;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
border-radius: 4px;
margin-bottom: 20px;
font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 23px;
color: #FFFFFF;
}
.newsletter-label{
display: flex;
justify-content: center;
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 25px;
text-align: center;
line-height: 35px;
margin-bottom: 30px;
margin-top: 70px;
}
.newsletter-input{
width: 80%;
height: 50px;
background: #FFFFFF;
border: 1px solid #E5E5E5;
box-sizing: border-box;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
border-radius: 4px;
margin-right:auto;
margin-left: auto;
margin-bottom: 20px;
}
}
/* Iphone 5 */
@media only screen and (max-width: 950px) and (max-height: 568px){
.words{
font-size: 13px;
color: #6A6A6A;
margin: 2px;
line-height: 150%;
margin-top: 35px;
}
form {
/* This bit sets up the horizontal layout */
display:flex;
flex-direction:row;
border-radius: 4px;
width: 90%;
height: 60px;
border: 1px solid #E5E5E5;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
background-color: #FFFFFF;
}
input {
/* Tell the input to use all the available space */
flex-grow:2;
/* And hide the input's outline, so the form looks like the outline */
border:none;
}
input:focus {
/* removing the input focus blue box. Put this on the form if you like. */
outline: none;
}
button {
/* Just a little styling to make it pretty */
border:1px solid #1E90FF;
background:#1E90FF;
color:white;
font-size: 11px;
border-radius: 4px;
width: 20%;
height: auto;
margin: auto;
font-weight: 600;
letter-spacing: .5px;
padding-bottom: 5px;
padding-top: 10px;
margin-right: 3px;
}
.search-service{
background-color: #FEC128;
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
font-family: roboto;
color: white;
font-size: 18px;
font-weight: bold;
padding-top: 30px;
width: 100%;
}
.cp{
padding-top: 280px;
}
} | public/css/homepage.css | @media only screen and (min-width: 951px){
.landinglogo{
width: 149px;
height: 50px;
}
.words{
font-size: 18px;
color: #6A6A6A;
margin: 2px;
line-height: 150%;
margin-top: 35px;
}
form {
/* This bit sets up the horizontal layout */
display:flex;
flex-direction:row;
border-radius: 4px;
width: 500px;
height: 50px;
border: 1px solid #E5E5E5;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
background-color: #FFFFFF;
}
input {
/* Tell the input to use all the available space */
flex-grow:2;
/* And hide the input's outline, so the form looks like the outline */
border:none;
}
input:focus {
/* removing the input focus blue box. Put this on the form if you like. */
outline: none;
}
button {
/* Just a little styling to make it pretty */
border:1px solid #1E90FF;
background:#1E90FF;
color:white;
font-size: 16px;
border-radius: 4px;
width: 130px;
height: auto;
margin: auto;
font-weight: 600;
letter-spacing: .5px;
padding-bottom: 5px;
padding-top: 10px;
margin-right: 3px;
}
::placeholder{
opacity: 1;
font-family: roboto;
font-size: 18px;
color: #C4C4C4;
}
.sign{
border-bottom: 3px solid #1E90FF;
}
.search-service{
background-color: #FEC128;
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
font-family: roboto;
color: #6A6A6A;
font-size: 24px;
font-weight: bold;
padding-top: 30px;
}
/* .search-box{
width: 500px;
height: 50px;
border-radius: 4px;
border: 1px solid #E5E5E5;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
} */
.top-page{
background-color: #FEC128 ;
height: 600px;
padding-top: 50px;
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-evenly;
}
.top-page-text{
width: 536px;
height: 200px;
font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 50px;
color: #346E93;
margin-top: 30px;
}
.bottom-page{
display: flex;
justify-content: center;
}
.how{
display: block;
width: 100%;
}
.how2{
display: none;
width: 100%;
}
.cp{
width: 450px;
height: auto;
}
.btn-dl {
font-family: Roboto;
text-decoration: none;
font-size: 16px;
font-weight: 500;
background-color: transparent;
color: white;
width: auto;
border: none;
outline: transparent;
}
.btn-dl:hover{
cursor: pointer;
background-color: #1E90FF;
}
.btn-dl:active{
cursor: pointer;
background-color: transparent;
}
.dl-logo{
width:"20";
height:"15";
}
.newsletter-content{
display: flex;
justify-content: center;
flex-direction: column;
}
.newsletter-btn{
width: 200px;
height: 50px;
background: #FEC128;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
border-radius: 4px;
font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 23px;
color: #FFFFFF;
margin-left: auto;
margin-right: auto;
margin-bottom: 120px;
}
.newsletter-label{
display: flex;
justify-content: center;
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 30px;
line-height: 35px;
margin-bottom: 30px;
margin-top: 70px;
}
.newsletter-input{
width: 500px;
height: 50px;
background: #FFFFFF;
border: 1px solid #E5E5E5;
box-sizing: border-box;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
border-radius: 4px;
margin-right:30px;
align-self: center;
margin-bottom: 20px;
}
}
/* Mobile */
@media only screen and (max-width: 950px){
.words{
justify-self: center;
font-size: 14px;
color: #6A6A6A;
margin-left: 0;
margin-right: auto;
text-align: left;
line-height: 150%;
margin-top: 20px;
width: 80%;
}
form {
/* This bit sets up the horizontal layout */
display:flex;
flex-direction:row;
border-radius: 4px;
width: 90%;
height: 60px;
border: 1px solid #E5E5E5;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
background-color: #FFFFFF;
}
input {
/* Tell the input to use all the available space */
flex-grow:2;
/* And hide the input's outline, so the form looks like the outline */
border:none;
}
input:focus {
/* removing the input focus blue box. Put this on the form if you like. */
outline: none;
}
button {
/* Just a little styling to make it pretty */
border:1px solid #1E90FF;
background:#1E90FF;
color:white;
font-size: 11px;
border-radius: 4px;
width: 90%;
height: auto;
margin: auto;
font-weight: 600;
letter-spacing: .5px;
padding-bottom: 5px;
padding-top: 10px;
margin-right: 3px;
}
::placeholder{
opacity: 1;
font-family: roboto;
font-size: 18px;
color: #C4C4C4;
}
.search-service{
background-color: #FEC128;
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
font-family: roboto;
color: #FFFBFF;
font-size: 24px;
font-weight: bold;
padding-top: 30px;
}
.search-box{
width: 90%;
height: 50px;
border-radius: 4px;
border: 1px solid #E5E5E5;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}
.top-page{
background-color: #FEC128 ;
height: 650px;
padding-top: 0px;
width: 100%;
display: flex;
flex-direction: column;
}
.top-page-text{
width: 100%;
height: 80px;
font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 30px;
line-height: 40px;
color: #346E93;
padding-left: 30px;
margin-top: 30px;
}
.btn-dark{
margin-left: 30px;
margin-top: -70px;
}
.how{
display: none;
width: 100%;
}
.how2{
display: block;
width: 100%;
}
.cp{
width: 300px;
height: auto;
padding-top: 230px;
}
.cell-image{
margin-left: auto;
margin-right: auto;
}
.newsletter-content{
display: flex;
justify-content: center;
flex-direction: column;
}
.newsletter-btn{
width: 80%;
font-family: Roboto;
height: 50px;
margin-right:auto;
margin-left: auto;
background: #FEC128;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
border-radius: 4px;
margin-bottom: 20px;
font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 23px;
color: #FFFFFF;
}
.newsletter-label{
display: flex;
justify-content: center;
font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 25px;
text-align: center;
line-height: 35px;
margin-bottom: 30px;
margin-top: 70px;
}
.newsletter-input{
width: 80%;
height: 50px;
background: #FFFFFF;
border: 1px solid #E5E5E5;
box-sizing: border-box;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
border-radius: 4px;
margin-right:auto;
margin-left: auto;
margin-bottom: 20px;
}
}
/* Iphone 5 */
@media only screen and (max-width: 950px) and (max-height: 568px){
.words{
font-size: 13px;
color: #6A6A6A;
margin: 2px;
line-height: 150%;
margin-top: 35px;
}
form {
/* This bit sets up the horizontal layout */
display:flex;
flex-direction:row;
border-radius: 4px;
width: 90%;
height: 60px;
border: 1px solid #E5E5E5;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
background-color: #FFFFFF;
}
input {
/* Tell the input to use all the available space */
flex-grow:2;
/* And hide the input's outline, so the form looks like the outline */
border:none;
}
input:focus {
/* removing the input focus blue box. Put this on the form if you like. */
outline: none;
}
button {
/* Just a little styling to make it pretty */
border:1px solid #1E90FF;
background:#1E90FF;
color:white;
font-size: 11px;
border-radius: 4px;
width: 20%;
height: auto;
margin: auto;
font-weight: 600;
letter-spacing: .5px;
padding-bottom: 5px;
padding-top: 10px;
margin-right: 3px;
}
.search-service{
background-color: #FEC128;
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
font-family: roboto;
color: white;
font-size: 18px;
font-weight: bold;
padding-top: 30px;
width: 100%;
}
.cp{
padding-top: 280px;
}
} | 0.235108 | 0.081082 |
@import 'part:@lyra/base/theme/variables-style';
@keyframes appear {
0% {
opacity: 0;
max-height: 0;
transform: scaleY(0);
}
100% {
opacity: 1;
max-height: 100vh;
transform: scaleY(1);
}
}
:root {
--array--add-item-color: var(--brand-primary);
--array--add-item-triangle-color: color(
var(--form-builder--array--add-item-color) lightness(- 20%)
);
}
.overlay {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: var(--backdrop-background-color);
opacity: 0.75;
z-index: var(--zindex-portal);
pointer-events: none;
}
.target {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.popper {
z-index: var(--zindex-portal);
position: relative;
@nest .responsive & {
@media (--max-screen-medium) {
position: fixed;
box-sizing: border-box;
top: 0;
left: 0;
right: 0;
height: 100vh;
width: 100vw;
overflow: auto;
}
}
}
.arrow {
position: absolute;
height: 1em;
width: 1em;
transform: translate(-50%, -50%) rotate(45deg);
box-shadow: 0 0 40px var(--component-box-shadow-base);
z-index: 0;
@nest &::before {
content: '';
position: absolute;
height: 1em;
width: 1em;
background-color: var(--component-bg);
z-index: 3;
clip-path: polygon(100% 0, 0 0, 0 100%);
@nest .color_danger & {
background-color: var(--state-danger-color);
}
}
@nest .popper[data-placement^='top'] & {
bottom: 0;
transform: translate(-50%, 50%) rotate(45deg);
@nest &::before {
clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
}
@nest .popper[data-placement^='right'] & {
left: 0;
transform: translate(-50%, 0) rotate(45deg);
}
@nest .popper[data-placement^='left'] & {
right: 0;
transform: translate(50%, 0) rotate(45deg);
@nest &::before {
clip-path: polygon(100% 100%, 100% 0, 0 0);
}
}
}
.filledArrow {
composes: arrow;
@nest .popper[data-placement^='bottom'] & {
@nest &::before {
background-color: var(--brand-primary);
}
}
}
.popover {
z-index: 0;
composes: shadow-24dp from 'part:@lyra/base/theme/shadows-style';
background-color: var(--component-bg);
border-radius: var(--border-radius-base);
box-sizing: border-box;
position: relative;
@nest .color_danger & {
background-color: var(--state-danger-color);
}
@nest .responsive & {
@media (--max-screen-medium) {
box-shadow: none;
position: fixed !important;
box-sizing: border-box;
top: 0 !important;
left: 0 !important;
height: 100vh !important;
width: 100vw !important;
margin: 0 !important;
transform: translate(0, 0) !important;
min-width: 100vw !important;
padding-bottom: 3rem;
overflow: hidden;
}
}
}
.close {
position: absolute;
border: 0;
background-color: transparent;
font-size: 1.5em;
cursor: pointer;
outline: none;
padding-right: 0.25em;
color: var(--text-color);
top: var(--small-padding);
right: var(--small-padding);
z-index: 1;
@nest .color_default & {
background-color: color(var(--component-bg) a(50%));
}
@nest .color_danger & {
color: var(--white);
}
@nest &:hover {
color: var(--black);
}
}
.closeInverted {
composes: close;
color: #fff;
top: calc(var(--small-padding) / 2);
background-color: transparent;
right: 0;
@nest .color_default & {
background-color: transparent;
}
@nest .responsive & {
@media (--max-screen-medium) {
top: var(--small-padding);
right: var(--small-padding);
}
}
}
.content {
height: 100%;
box-sizing: border-box;
overflow: auto;
max-height: 40em;
@nest .responsive & {
@media (--max-screen-medium) {
max-height: calc(100vh - var(--header-height)) !important;
}
}
}
.contentWithActions {
composes: content;
padding-bottom: 5rem;
}
.content.padding_none {
padding: 0;
}
.content.padding_small {
padding: var(--small-padding);
}
.content.padding_medium {
padding: var(--medium-padding);
}
.content.padding_large {
padding: var(--large-padding);
}
.responsive .head {
/* Mobile header */
font-size: 1em;
padding: 0.5em;
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
left: 0;
z-index: 2;
@media (--screen-medium) {
display: none;
}
}
.title {
margin: 0;
background-color: var(--array--add-item-color);
color: var(--component-bg);
padding: var(--small-padding);
font-size: 1rem;
font-weight: 400;
border-radius: var(--border-radius-base) var(--border-radius-base) 0 0;
@nest .responsive & {
@media (--max-screen-medium) {
height: var(--header-height);
line-height: var(--header-height);
padding: 0 var(--small-padding);
}
}
}
.footer {
composes: footer from 'part:@lyra/components/dialogs/default-style';
}
.actions {
composes: actions from 'part:@lyra/components/dialogs/default-style';
}
.primaryFunctions {
margin-top: 1em;
}
.paddingDummy {
padding: 0;
margin: 0;
} | packages/@lyra/components/src/dialogs/styles/PopOver.css | @import 'part:@lyra/base/theme/variables-style';
@keyframes appear {
0% {
opacity: 0;
max-height: 0;
transform: scaleY(0);
}
100% {
opacity: 1;
max-height: 100vh;
transform: scaleY(1);
}
}
:root {
--array--add-item-color: var(--brand-primary);
--array--add-item-triangle-color: color(
var(--form-builder--array--add-item-color) lightness(- 20%)
);
}
.overlay {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: var(--backdrop-background-color);
opacity: 0.75;
z-index: var(--zindex-portal);
pointer-events: none;
}
.target {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.popper {
z-index: var(--zindex-portal);
position: relative;
@nest .responsive & {
@media (--max-screen-medium) {
position: fixed;
box-sizing: border-box;
top: 0;
left: 0;
right: 0;
height: 100vh;
width: 100vw;
overflow: auto;
}
}
}
.arrow {
position: absolute;
height: 1em;
width: 1em;
transform: translate(-50%, -50%) rotate(45deg);
box-shadow: 0 0 40px var(--component-box-shadow-base);
z-index: 0;
@nest &::before {
content: '';
position: absolute;
height: 1em;
width: 1em;
background-color: var(--component-bg);
z-index: 3;
clip-path: polygon(100% 0, 0 0, 0 100%);
@nest .color_danger & {
background-color: var(--state-danger-color);
}
}
@nest .popper[data-placement^='top'] & {
bottom: 0;
transform: translate(-50%, 50%) rotate(45deg);
@nest &::before {
clip-path: polygon(100% 100%, 100% 0, 0 100%);
}
}
@nest .popper[data-placement^='right'] & {
left: 0;
transform: translate(-50%, 0) rotate(45deg);
}
@nest .popper[data-placement^='left'] & {
right: 0;
transform: translate(50%, 0) rotate(45deg);
@nest &::before {
clip-path: polygon(100% 100%, 100% 0, 0 0);
}
}
}
.filledArrow {
composes: arrow;
@nest .popper[data-placement^='bottom'] & {
@nest &::before {
background-color: var(--brand-primary);
}
}
}
.popover {
z-index: 0;
composes: shadow-24dp from 'part:@lyra/base/theme/shadows-style';
background-color: var(--component-bg);
border-radius: var(--border-radius-base);
box-sizing: border-box;
position: relative;
@nest .color_danger & {
background-color: var(--state-danger-color);
}
@nest .responsive & {
@media (--max-screen-medium) {
box-shadow: none;
position: fixed !important;
box-sizing: border-box;
top: 0 !important;
left: 0 !important;
height: 100vh !important;
width: 100vw !important;
margin: 0 !important;
transform: translate(0, 0) !important;
min-width: 100vw !important;
padding-bottom: 3rem;
overflow: hidden;
}
}
}
.close {
position: absolute;
border: 0;
background-color: transparent;
font-size: 1.5em;
cursor: pointer;
outline: none;
padding-right: 0.25em;
color: var(--text-color);
top: var(--small-padding);
right: var(--small-padding);
z-index: 1;
@nest .color_default & {
background-color: color(var(--component-bg) a(50%));
}
@nest .color_danger & {
color: var(--white);
}
@nest &:hover {
color: var(--black);
}
}
.closeInverted {
composes: close;
color: #fff;
top: calc(var(--small-padding) / 2);
background-color: transparent;
right: 0;
@nest .color_default & {
background-color: transparent;
}
@nest .responsive & {
@media (--max-screen-medium) {
top: var(--small-padding);
right: var(--small-padding);
}
}
}
.content {
height: 100%;
box-sizing: border-box;
overflow: auto;
max-height: 40em;
@nest .responsive & {
@media (--max-screen-medium) {
max-height: calc(100vh - var(--header-height)) !important;
}
}
}
.contentWithActions {
composes: content;
padding-bottom: 5rem;
}
.content.padding_none {
padding: 0;
}
.content.padding_small {
padding: var(--small-padding);
}
.content.padding_medium {
padding: var(--medium-padding);
}
.content.padding_large {
padding: var(--large-padding);
}
.responsive .head {
/* Mobile header */
font-size: 1em;
padding: 0.5em;
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
left: 0;
z-index: 2;
@media (--screen-medium) {
display: none;
}
}
.title {
margin: 0;
background-color: var(--array--add-item-color);
color: var(--component-bg);
padding: var(--small-padding);
font-size: 1rem;
font-weight: 400;
border-radius: var(--border-radius-base) var(--border-radius-base) 0 0;
@nest .responsive & {
@media (--max-screen-medium) {
height: var(--header-height);
line-height: var(--header-height);
padding: 0 var(--small-padding);
}
}
}
.footer {
composes: footer from 'part:@lyra/components/dialogs/default-style';
}
.actions {
composes: actions from 'part:@lyra/components/dialogs/default-style';
}
.primaryFunctions {
margin-top: 1em;
}
.paddingDummy {
padding: 0;
margin: 0;
} | 0.61231 | 0.122392 |
.TwoDView * {
vector-effect: non-scaling-stroke;
}
.TwoDView {
display: flex;
display: -webkit-flex;
flex: 1 1 auto;
-webkit-flex: 1 1 auto;
align-items: stretch;
}
.TwoDView {
border: solid gray 1px;
background: #000;
}
.TwoDView > svg {
flex: 1 0 auto;
-webkit-flex: 1;
}
.TwoDView .background {
opacity: 0.4;
}
.TwoDView .grid * {
vector-effect: non-scaling-stroke;
}
.TwoDView .mmGrid {
stroke: #FF7F2A;
stroke-dasharray: 5, 5;
stroke-width: 0.5;
}
.TwoDView .halfCmGrid {
stroke: #FF7F2A;
stroke-width: 0.5;
stroke-dasharray: none;
}
.TwoDView .cmGrid {
stroke: #FF7F2A;
stroke-dasharray: 5, 2;
stroke-width: 2;
font-size: 2px;
}
.TwoDView .halfDmGrid {
stroke: #FF7F2A;
stroke-width: 2;
font-size: 7px;
}
.TwoDView .dmGrid {
stroke: #FF7F2A;
stroke-width: 4;
font-size: 10px;
}
.TwoDView .gridText {
transform: scaleY(-1);
-webkit-transform: scaleY(-1);
-moz-transform: scaleY(-1);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-anchor: middle;
cursor: default;
stroke: none;
fill: rgb(128, 128, 128);
}
#computingFill * {
opacity: 0.5;
}
#computingFill rect {
stroke: none;
fill: yellow;
}
#computingFill line {
stroke: black;
stroke-width: 1;
vector-effect: non-scaling-stroke;
}
.undercutPolygon {
fill: red;
}
.computing {
stroke: red;
}
.lol {
stroke: red;
}
.outline {
stroke-width: 2px;
}
:not(.computing).outline {
fill: none;
stroke: yellow;
vector-effect: non-scaling-stroke;
}
.TwoDView .outline.computing {
stroke: gray;
}
.TwoDView .pocket {
fill: none;
stroke: blue;
}
.TwoDView .spiralPocketOutline {
fill-rule: evenodd;
fill: rgba(100, 100, 255, 0.2);
stroke: none;
}
.TwoDView .outline.seenFromFar {
fill-rule: evenodd;
fill: blue;
stroke: gray;
}
.TwoDView .undercut {
fill: red;
stroke: none;
}
.toolpath {
stroke-width: 1.5;
fill: none;
}
.rapidMove {
stroke: #FF0000;
}
.normalMove {
stroke: white;
} | public/webgcode/webapp/twoDView.css | .TwoDView * {
vector-effect: non-scaling-stroke;
}
.TwoDView {
display: flex;
display: -webkit-flex;
flex: 1 1 auto;
-webkit-flex: 1 1 auto;
align-items: stretch;
}
.TwoDView {
border: solid gray 1px;
background: #000;
}
.TwoDView > svg {
flex: 1 0 auto;
-webkit-flex: 1;
}
.TwoDView .background {
opacity: 0.4;
}
.TwoDView .grid * {
vector-effect: non-scaling-stroke;
}
.TwoDView .mmGrid {
stroke: #FF7F2A;
stroke-dasharray: 5, 5;
stroke-width: 0.5;
}
.TwoDView .halfCmGrid {
stroke: #FF7F2A;
stroke-width: 0.5;
stroke-dasharray: none;
}
.TwoDView .cmGrid {
stroke: #FF7F2A;
stroke-dasharray: 5, 2;
stroke-width: 2;
font-size: 2px;
}
.TwoDView .halfDmGrid {
stroke: #FF7F2A;
stroke-width: 2;
font-size: 7px;
}
.TwoDView .dmGrid {
stroke: #FF7F2A;
stroke-width: 4;
font-size: 10px;
}
.TwoDView .gridText {
transform: scaleY(-1);
-webkit-transform: scaleY(-1);
-moz-transform: scaleY(-1);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-anchor: middle;
cursor: default;
stroke: none;
fill: rgb(128, 128, 128);
}
#computingFill * {
opacity: 0.5;
}
#computingFill rect {
stroke: none;
fill: yellow;
}
#computingFill line {
stroke: black;
stroke-width: 1;
vector-effect: non-scaling-stroke;
}
.undercutPolygon {
fill: red;
}
.computing {
stroke: red;
}
.lol {
stroke: red;
}
.outline {
stroke-width: 2px;
}
:not(.computing).outline {
fill: none;
stroke: yellow;
vector-effect: non-scaling-stroke;
}
.TwoDView .outline.computing {
stroke: gray;
}
.TwoDView .pocket {
fill: none;
stroke: blue;
}
.TwoDView .spiralPocketOutline {
fill-rule: evenodd;
fill: rgba(100, 100, 255, 0.2);
stroke: none;
}
.TwoDView .outline.seenFromFar {
fill-rule: evenodd;
fill: blue;
stroke: gray;
}
.TwoDView .undercut {
fill: red;
stroke: none;
}
.toolpath {
stroke-width: 1.5;
fill: none;
}
.rapidMove {
stroke: #FF0000;
}
.normalMove {
stroke: white;
} | 0.673836 | 0.267806 |
.animated {
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.animated.hinge{
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
@-webkit-keyframes flash {
0%, 50%, 100% {opacity: 1;} 25%, 75% {opacity: 0;}
}
@-moz-keyframes flash {
0%, 50%, 100% {opacity: 1;}
25%, 75% {opacity: 0;}
}
@-o-keyframes flash {
0%, 50%, 100% {opacity: 1;}
25%, 75% {opacity: 0;}
}
@keyframes flash {
0%, 50%, 100% {opacity: 1;}
25%, 75% {opacity: 0;}
}
.flash {
-webkit-animation-name: flash;
-moz-animation-name: flash;
-o-animation-name: flash;
animation-name: flash;
}
@-webkit-keyframes shake {
0%, 100% {-webkit-transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}
@-moz-keyframes shake {
0%, 100% {-moz-transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}
@-o-keyframes shake {
0%, 100% {-o-transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}
@keyframes shake {
0%, 100% {transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
20%, 40%, 60%, 80% {transform: translateX(10px);}
}
.shake {
-webkit-animation-name: shake;
-moz-animation-name: shake;
-o-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
40% {-webkit-transform: translateY(-30px);}
60% {-webkit-transform: translateY(-15px);}
}
@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
40% {-moz-transform: translateY(-30px);}
60% {-moz-transform: translateY(-15px);}
}
@-o-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
40% {-o-transform: translateY(-30px);}
60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
}
.bounce {
-webkit-animation-name: bounce;
-moz-animation-name: bounce;
-o-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes tada {
0% {-webkit-transform: scale(1);}
10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
100% {-webkit-transform: scale(1) rotate(0);}
}
@-moz-keyframes tada {
0% {-moz-transform: scale(1);}
10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
100% {-moz-transform: scale(1) rotate(0);}
}
@-o-keyframes tada {
0% {-o-transform: scale(1);}
10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
100% {-o-transform: scale(1) rotate(0);}
}
@keyframes tada {
0% {transform: scale(1);}
10%, 20% {transform: scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
100% {transform: scale(1) rotate(0);}
}
.tada {
-webkit-animation-name: tada;
-moz-animation-name: tada;
-o-animation-name: tada;
animation-name: tada;
}
@-webkit-keyframes swing {
20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
20% { -webkit-transform: rotate(15deg); }
40% { -webkit-transform: rotate(-10deg); }
60% { -webkit-transform: rotate(5deg); }
80% { -webkit-transform: rotate(-5deg); }
100% { -webkit-transform: rotate(0deg); }
}
@-moz-keyframes swing {
20% { -moz-transform: rotate(15deg); }
40% { -moz-transform: rotate(-10deg); }
60% { -moz-transform: rotate(5deg); }
80% { -moz-transform: rotate(-5deg); }
100% { -moz-transform: rotate(0deg); }
}
@-o-keyframes swing {
20% { -o-transform: rotate(15deg); }
40% { -o-transform: rotate(-10deg); }
60% { -o-transform: rotate(5deg); }
80% { -o-transform: rotate(-5deg); }
100% { -o-transform: rotate(0deg); }
}
@keyframes swing {
20% { transform: rotate(15deg); }
40% { transform: rotate(-10deg); }
60% { transform: rotate(5deg); }
80% { transform: rotate(-5deg); }
100% { transform: rotate(0deg); }
}
.swing {
-webkit-transform-origin: top center;
-moz-transform-origin: top center;
-o-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
-moz-animation-name: swing;
-o-animation-name: swing;
animation-name: swing;
}
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
0% { -webkit-transform: translateX(0%); }
15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
30% { -webkit-transform: translateX(20%) rotate(3deg); }
45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
60% { -webkit-transform: translateX(10%) rotate(2deg); }
75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
100% { -webkit-transform: translateX(0%); }
}
@-moz-keyframes wobble {
0% { -moz-transform: translateX(0%); }
15% { -moz-transform: translateX(-25%) rotate(-5deg); }
30% { -moz-transform: translateX(20%) rotate(3deg); }
45% { -moz-transform: translateX(-15%) rotate(-3deg); }
60% { -moz-transform: translateX(10%) rotate(2deg); }
75% { -moz-transform: translateX(-5%) rotate(-1deg); }
100% { -moz-transform: translateX(0%); }
}
@-o-keyframes wobble {
0% { -o-transform: translateX(0%); }
15% { -o-transform: translateX(-25%) rotate(-5deg); }
30% { -o-transform: translateX(20%) rotate(3deg); }
45% { -o-transform: translateX(-15%) rotate(-3deg); }
60% { -o-transform: translateX(10%) rotate(2deg); }
75% { -o-transform: translateX(-5%) rotate(-1deg); }
100% { -o-transform: translateX(0%); }
}
@keyframes wobble {
0% { transform: translateX(0%); }
15% { transform: translateX(-25%) rotate(-5deg); }
30% { transform: translateX(20%) rotate(3deg); }
45% { transform: translateX(-15%) rotate(-3deg); }
60% { transform: translateX(10%) rotate(2deg); }
75% { transform: translateX(-5%) rotate(-1deg); }
100% { transform: translateX(0%); }
}
.wobble {
-webkit-animation-name: wobble;
-moz-animation-name: wobble;
-o-animation-name: wobble;
animation-name: wobble;
}
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
0% { -webkit-transform: scale(1); }
50% { -webkit-transform: scale(1.1); }
100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
0% { -moz-transform: scale(1); }
50% { -moz-transform: scale(1.1); }
100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
0% { -o-transform: scale(1); }
50% { -o-transform: scale(1.1); }
100% { -o-transform: scale(1); }
}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.1); }
100% { transform: scale(1); }
}
.pulse {
-webkit-animation-name: pulse;
-moz-animation-name: pulse;
-o-animation-name: pulse;
animation-name: pulse;
} | css/animate-custom.css | .animated {
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
-ms-animation-fill-mode:both;
-o-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
.animated.hinge{
-webkit-animation-duration:1s;
-moz-animation-duration:1s;
-ms-animation-duration:1s;
-o-animation-duration:1s;
animation-duration:1s;
}
@-webkit-keyframes flash {
0%, 50%, 100% {opacity: 1;} 25%, 75% {opacity: 0;}
}
@-moz-keyframes flash {
0%, 50%, 100% {opacity: 1;}
25%, 75% {opacity: 0;}
}
@-o-keyframes flash {
0%, 50%, 100% {opacity: 1;}
25%, 75% {opacity: 0;}
}
@keyframes flash {
0%, 50%, 100% {opacity: 1;}
25%, 75% {opacity: 0;}
}
.flash {
-webkit-animation-name: flash;
-moz-animation-name: flash;
-o-animation-name: flash;
animation-name: flash;
}
@-webkit-keyframes shake {
0%, 100% {-webkit-transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}
@-moz-keyframes shake {
0%, 100% {-moz-transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}
@-o-keyframes shake {
0%, 100% {-o-transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}
@keyframes shake {
0%, 100% {transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
20%, 40%, 60%, 80% {transform: translateX(10px);}
}
.shake {
-webkit-animation-name: shake;
-moz-animation-name: shake;
-o-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
40% {-webkit-transform: translateY(-30px);}
60% {-webkit-transform: translateY(-15px);}
}
@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
40% {-moz-transform: translateY(-30px);}
60% {-moz-transform: translateY(-15px);}
}
@-o-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
40% {-o-transform: translateY(-30px);}
60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
}
.bounce {
-webkit-animation-name: bounce;
-moz-animation-name: bounce;
-o-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes tada {
0% {-webkit-transform: scale(1);}
10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
100% {-webkit-transform: scale(1) rotate(0);}
}
@-moz-keyframes tada {
0% {-moz-transform: scale(1);}
10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
100% {-moz-transform: scale(1) rotate(0);}
}
@-o-keyframes tada {
0% {-o-transform: scale(1);}
10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
100% {-o-transform: scale(1) rotate(0);}
}
@keyframes tada {
0% {transform: scale(1);}
10%, 20% {transform: scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
100% {transform: scale(1) rotate(0);}
}
.tada {
-webkit-animation-name: tada;
-moz-animation-name: tada;
-o-animation-name: tada;
animation-name: tada;
}
@-webkit-keyframes swing {
20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
20% { -webkit-transform: rotate(15deg); }
40% { -webkit-transform: rotate(-10deg); }
60% { -webkit-transform: rotate(5deg); }
80% { -webkit-transform: rotate(-5deg); }
100% { -webkit-transform: rotate(0deg); }
}
@-moz-keyframes swing {
20% { -moz-transform: rotate(15deg); }
40% { -moz-transform: rotate(-10deg); }
60% { -moz-transform: rotate(5deg); }
80% { -moz-transform: rotate(-5deg); }
100% { -moz-transform: rotate(0deg); }
}
@-o-keyframes swing {
20% { -o-transform: rotate(15deg); }
40% { -o-transform: rotate(-10deg); }
60% { -o-transform: rotate(5deg); }
80% { -o-transform: rotate(-5deg); }
100% { -o-transform: rotate(0deg); }
}
@keyframes swing {
20% { transform: rotate(15deg); }
40% { transform: rotate(-10deg); }
60% { transform: rotate(5deg); }
80% { transform: rotate(-5deg); }
100% { transform: rotate(0deg); }
}
.swing {
-webkit-transform-origin: top center;
-moz-transform-origin: top center;
-o-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
-moz-animation-name: swing;
-o-animation-name: swing;
animation-name: swing;
}
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
0% { -webkit-transform: translateX(0%); }
15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
30% { -webkit-transform: translateX(20%) rotate(3deg); }
45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
60% { -webkit-transform: translateX(10%) rotate(2deg); }
75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
100% { -webkit-transform: translateX(0%); }
}
@-moz-keyframes wobble {
0% { -moz-transform: translateX(0%); }
15% { -moz-transform: translateX(-25%) rotate(-5deg); }
30% { -moz-transform: translateX(20%) rotate(3deg); }
45% { -moz-transform: translateX(-15%) rotate(-3deg); }
60% { -moz-transform: translateX(10%) rotate(2deg); }
75% { -moz-transform: translateX(-5%) rotate(-1deg); }
100% { -moz-transform: translateX(0%); }
}
@-o-keyframes wobble {
0% { -o-transform: translateX(0%); }
15% { -o-transform: translateX(-25%) rotate(-5deg); }
30% { -o-transform: translateX(20%) rotate(3deg); }
45% { -o-transform: translateX(-15%) rotate(-3deg); }
60% { -o-transform: translateX(10%) rotate(2deg); }
75% { -o-transform: translateX(-5%) rotate(-1deg); }
100% { -o-transform: translateX(0%); }
}
@keyframes wobble {
0% { transform: translateX(0%); }
15% { transform: translateX(-25%) rotate(-5deg); }
30% { transform: translateX(20%) rotate(3deg); }
45% { transform: translateX(-15%) rotate(-3deg); }
60% { transform: translateX(10%) rotate(2deg); }
75% { transform: translateX(-5%) rotate(-1deg); }
100% { transform: translateX(0%); }
}
.wobble {
-webkit-animation-name: wobble;
-moz-animation-name: wobble;
-o-animation-name: wobble;
animation-name: wobble;
}
/* originally authored by <NAME> - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
0% { -webkit-transform: scale(1); }
50% { -webkit-transform: scale(1.1); }
100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
0% { -moz-transform: scale(1); }
50% { -moz-transform: scale(1.1); }
100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
0% { -o-transform: scale(1); }
50% { -o-transform: scale(1.1); }
100% { -o-transform: scale(1); }
}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.1); }
100% { transform: scale(1); }
}
.pulse {
-webkit-animation-name: pulse;
-moz-animation-name: pulse;
-o-animation-name: pulse;
animation-name: pulse;
} | 0.454472 | 0.063978 |
.container2 {
display: flex;
flex-wrap: wrap-reverse;
justify-content: space-between;
align-items: flex-end;
}
.col-1index {
flex-basis: 500px;
order: 1;
}
.col-2index {
position: relative;
z-index: 1;
flex-basis: 400px;
order: 2;
}
.trends_change {
position: fixed;
}
.product_image {
max-width: 500px;
max-height: 500px;
background-color: #e6e6e6;
margin: auto;
}
.product_image img {
width: 100%;
height: auto;
}
.product_name {
padding-top: 10px;
padding-bottom: 5px;
font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
.product_seller, .product_description {
font-size: 75%;
font-weight: 500;
font-family: 'Roboto', sans-serif;
}
.product_description {
line-height: 18px;
word-spacing: 3px;
word-wrap: break-word;
}
.product_star {
font-size: 60%;
color: #929aab;
font-style: italic;
font-weight: 500;
font-family: 'Montserrat', sans-serif;
padding-bottom: 5px;
}
.product_star b {
color: darkred;
}
.product_buy {
background-color: #393e46 !important;
color: #fafafa;
padding: 5px 10px;
font-size: 70%;
cursor: pointer;
user-select: none;
}
.product_buy:hover {
background-color: #393e46;
animation-name: buynow;
animation-duration: 1s;
animation-fill-mode: forwards;
}
@keyframes buynow{
from {
box-shadow: 0 0 0;
}
to {
box-shadow: 0 0.5px 2px #929aab;
}
}
.product_price {
font-size: 80%;
font-weight: 600;
font-family: Montserrat, sans-serif;
padding-top: 5px;
padding-bottom: 10px;
}
.articles {
max-width: 500px !important;
box-shadow: 0 0.5px 1px grey;
margin-bottom: 20px;
}
.product_details {
background-color: white;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
font-family: 'Montserrat', sans-serif;
}
.products_actions {
padding-top: 15px;
padding-bottom: 0;
user-select: none;
}
.product_details button {
border: 0;
background-color: white;
outline: none;
margin-right: 7px;
}
.products_actions button {
font-size: 30px;
padding: 0;
margin: 0;
line-height: 0;
white-space: normal;
word-wrap: normal;
color: #393e46;
cursor: pointer;
}
.fav {
float: right !important;
font-size: 35px !important;
margin-top: 7px !important;
color: black !important;
}
.footer {
font-size: 10px;
color: #929aab;
font-family: 'Roboto', sans-serif;
}
.col-2index > div > p {
margin-bottom: 10px;
}
/*Trending*/
.trending {
display: flex;
box-shadow: 0 0.5px 1px #393e46;
margin-bottom: 10px;
width: 380px;
}
.trending:hover {
animation-name: trendhover;
animation-duration: 1s;
animation-fill-mode: forwards;
cursor: pointer;
}
@keyframes trendhover{
from {
box-shadow: 0 0.5px 1px #393e46;
}
to {
box-shadow: 0 0.5px 2px #393e46;
}
}
.trend_image {
flex-basis: 90px;
height: inherit;
background-color: white;
order: 1;
}
.trend_image img {
width: 80px;
height: inherit;
}
.trend_details {
flex-basis: 300px;
order: 2;
background-color: white;
padding-bottom: 5px;
padding-left: 15px;
padding-right: 15px;
font-size: 12px;
font-family: 'Montserrat', sans-serif;
}
.trend_star {
font-size: 80%;
color: #929aab;
font-style: italic;
font-weight: 500;
font-family: 'Montserrat', sans-serif;
padding-bottom: 5px;
}
.trend_star b {
color: darkred;
}
.trend_name {
padding-top: 10px;
padding-bottom: 5px;
font-weight: 500;
font-family: 'Montserrat', sans-serif;
}
.trend_price {
font-weight: 500;
font-family: 'Montserrat', sans-serif;
padding-top: 5px;
}
#share_pop {
display: none;
position: fixed;
z-index: 3;
width: 250px;
height: 180px;
padding: 15px;
background-color: #eeeeee;
opacity: 0.9;
font-size: 12px;
box-shadow: 0 0.5px 2px #393e46;
border-radius: 10px;
overflow: auto;
}
#more_pop {
display: none;
position: fixed;
z-index: 4;
width: 250px;
height: 300px;
padding: 15px;
background-color: #eeeeee;
opacity: 0.9;
font-size: 12px;
box-shadow: 0 0.5px 2px #393e46;
border-radius: 10px;
overflow: auto;
word-wrap: break-word;
}
#twitz {
margin-top: 10px;
-webkit-font-smoothing: antialiased;
direction: ltr;
font: inherit;
line-height: normal;
font-family: sans-serif;
background-repeat: no-repeat;
border-radius: 100px;
display: inline-block;
font-size: 14px;
font-weight: bold;
padding: 8px 16px;
position: relative;
-webkit-appearance: button;
cursor: pointer;
color: #fff;
background-color: #1da1f2;
border: 1px solid #1da1f2;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
}
#close, #close2 {
border: 1px solid #393e46;
background-color: #393e46;
color: #f7f7f7;
font-size: 10px;
padding: 2px 5px;
float: right;
clear: both;
margin-top: 0;
cursor: pointer;
user-select: none;
}
#copy {
background-color: #929aab;
-webkit-font-smoothing: antialiased;
direction: ltr;
font: inherit;
margin-top: 10px;
line-height: normal;
font-family: sans-serif;
background-repeat: no-repeat;
border-radius: 100px;
display: inline-block;
font-size: 14px;
font-weight: normal;
padding: 2px 16px;
position: relative;
-webkit-appearance: button;
cursor: pointer;
color: #fff;
border: 1px solid #929aab;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
word-wrap: normal;
width: 215px;
}
#copy span {
font-size: 60%;
color: darkred;
}
#share_name {
padding-top: 25px;
}
#text {
display: block;
font-size: 14px;
font-size: 10px;
word-wrap: break-word;
outline: none;
border: 0;
background-color: #929aab;
color: black;
cursor: pointer;
width: 200px;
}
.product_seller img {
width: 40px;
height: auto;
}
#more_timeline {
margin-top: 25px;
font-weight: 600;
}
.more {
padding-top: 15px;
font-family: Roboto, sans-serif;
line-height: 18px;
word-spacing: 3px;
}
#feed_head, #trend_head {
padding: 0 5px 5px 5px;
font-size: 70%;
font-weight: 600;
} | simplified/static/content/index.css | .container2 {
display: flex;
flex-wrap: wrap-reverse;
justify-content: space-between;
align-items: flex-end;
}
.col-1index {
flex-basis: 500px;
order: 1;
}
.col-2index {
position: relative;
z-index: 1;
flex-basis: 400px;
order: 2;
}
.trends_change {
position: fixed;
}
.product_image {
max-width: 500px;
max-height: 500px;
background-color: #e6e6e6;
margin: auto;
}
.product_image img {
width: 100%;
height: auto;
}
.product_name {
padding-top: 10px;
padding-bottom: 5px;
font-weight: 600;
font-family: 'Montserrat', sans-serif;
}
.product_seller, .product_description {
font-size: 75%;
font-weight: 500;
font-family: 'Roboto', sans-serif;
}
.product_description {
line-height: 18px;
word-spacing: 3px;
word-wrap: break-word;
}
.product_star {
font-size: 60%;
color: #929aab;
font-style: italic;
font-weight: 500;
font-family: 'Montserrat', sans-serif;
padding-bottom: 5px;
}
.product_star b {
color: darkred;
}
.product_buy {
background-color: #393e46 !important;
color: #fafafa;
padding: 5px 10px;
font-size: 70%;
cursor: pointer;
user-select: none;
}
.product_buy:hover {
background-color: #393e46;
animation-name: buynow;
animation-duration: 1s;
animation-fill-mode: forwards;
}
@keyframes buynow{
from {
box-shadow: 0 0 0;
}
to {
box-shadow: 0 0.5px 2px #929aab;
}
}
.product_price {
font-size: 80%;
font-weight: 600;
font-family: Montserrat, sans-serif;
padding-top: 5px;
padding-bottom: 10px;
}
.articles {
max-width: 500px !important;
box-shadow: 0 0.5px 1px grey;
margin-bottom: 20px;
}
.product_details {
background-color: white;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
font-family: 'Montserrat', sans-serif;
}
.products_actions {
padding-top: 15px;
padding-bottom: 0;
user-select: none;
}
.product_details button {
border: 0;
background-color: white;
outline: none;
margin-right: 7px;
}
.products_actions button {
font-size: 30px;
padding: 0;
margin: 0;
line-height: 0;
white-space: normal;
word-wrap: normal;
color: #393e46;
cursor: pointer;
}
.fav {
float: right !important;
font-size: 35px !important;
margin-top: 7px !important;
color: black !important;
}
.footer {
font-size: 10px;
color: #929aab;
font-family: 'Roboto', sans-serif;
}
.col-2index > div > p {
margin-bottom: 10px;
}
/*Trending*/
.trending {
display: flex;
box-shadow: 0 0.5px 1px #393e46;
margin-bottom: 10px;
width: 380px;
}
.trending:hover {
animation-name: trendhover;
animation-duration: 1s;
animation-fill-mode: forwards;
cursor: pointer;
}
@keyframes trendhover{
from {
box-shadow: 0 0.5px 1px #393e46;
}
to {
box-shadow: 0 0.5px 2px #393e46;
}
}
.trend_image {
flex-basis: 90px;
height: inherit;
background-color: white;
order: 1;
}
.trend_image img {
width: 80px;
height: inherit;
}
.trend_details {
flex-basis: 300px;
order: 2;
background-color: white;
padding-bottom: 5px;
padding-left: 15px;
padding-right: 15px;
font-size: 12px;
font-family: 'Montserrat', sans-serif;
}
.trend_star {
font-size: 80%;
color: #929aab;
font-style: italic;
font-weight: 500;
font-family: 'Montserrat', sans-serif;
padding-bottom: 5px;
}
.trend_star b {
color: darkred;
}
.trend_name {
padding-top: 10px;
padding-bottom: 5px;
font-weight: 500;
font-family: 'Montserrat', sans-serif;
}
.trend_price {
font-weight: 500;
font-family: 'Montserrat', sans-serif;
padding-top: 5px;
}
#share_pop {
display: none;
position: fixed;
z-index: 3;
width: 250px;
height: 180px;
padding: 15px;
background-color: #eeeeee;
opacity: 0.9;
font-size: 12px;
box-shadow: 0 0.5px 2px #393e46;
border-radius: 10px;
overflow: auto;
}
#more_pop {
display: none;
position: fixed;
z-index: 4;
width: 250px;
height: 300px;
padding: 15px;
background-color: #eeeeee;
opacity: 0.9;
font-size: 12px;
box-shadow: 0 0.5px 2px #393e46;
border-radius: 10px;
overflow: auto;
word-wrap: break-word;
}
#twitz {
margin-top: 10px;
-webkit-font-smoothing: antialiased;
direction: ltr;
font: inherit;
line-height: normal;
font-family: sans-serif;
background-repeat: no-repeat;
border-radius: 100px;
display: inline-block;
font-size: 14px;
font-weight: bold;
padding: 8px 16px;
position: relative;
-webkit-appearance: button;
cursor: pointer;
color: #fff;
background-color: #1da1f2;
border: 1px solid #1da1f2;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
}
#close, #close2 {
border: 1px solid #393e46;
background-color: #393e46;
color: #f7f7f7;
font-size: 10px;
padding: 2px 5px;
float: right;
clear: both;
margin-top: 0;
cursor: pointer;
user-select: none;
}
#copy {
background-color: #929aab;
-webkit-font-smoothing: antialiased;
direction: ltr;
font: inherit;
margin-top: 10px;
line-height: normal;
font-family: sans-serif;
background-repeat: no-repeat;
border-radius: 100px;
display: inline-block;
font-size: 14px;
font-weight: normal;
padding: 2px 16px;
position: relative;
-webkit-appearance: button;
cursor: pointer;
color: #fff;
border: 1px solid #929aab;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
word-wrap: normal;
width: 215px;
}
#copy span {
font-size: 60%;
color: darkred;
}
#share_name {
padding-top: 25px;
}
#text {
display: block;
font-size: 14px;
font-size: 10px;
word-wrap: break-word;
outline: none;
border: 0;
background-color: #929aab;
color: black;
cursor: pointer;
width: 200px;
}
.product_seller img {
width: 40px;
height: auto;
}
#more_timeline {
margin-top: 25px;
font-weight: 600;
}
.more {
padding-top: 15px;
font-family: Roboto, sans-serif;
line-height: 18px;
word-spacing: 3px;
}
#feed_head, #trend_head {
padding: 0 5px 5px 5px;
font-size: 70%;
font-weight: 600;
} | 0.256459 | 0.074332 |
position: absolute;
z-index: 20;
overflow: hidden;
opacity : 1.0;
transition: opacity 1s;
background:black;
top: 0px;
left: 0px;
width: 1280px;
height: 720px;
}
#video, #ad1, #ad2, #broadcast {
display: block;
opacity : 1.0;
transition: all 0.5s;
position: absolute;
width: 1280px;
height: 720px;
top: 0px;
left: 0px;
}
#adInfo{
display: block;
position: absolute;
z-index: 99;
opacity:0.0;
transition: all 0.5s;
background-color: rgba(0,0,0,0.7);
color:white;
text-align: left ;
vertical-align: middle;
padding: 10px;
width: 260px;
height: 0px;
left: 1100px;
top: 550px;
line-height: 50px;
border-radius: 10px 0px 0px 10px;
font-size: 21px;
text-shadow: 2px 2px 4px #000;
}
#adInfo.show{
height: 50px !important;
opacity:1.0 !important;
}
.hide{
display: none !important;
_left:-1280px !important;
}
.slideleft {
left:-1280px !important;
opacity : 0.0 !important;
}
.slideright {
left:1280px !important;
display: none !important;
}
/*
#loadingImage {
background: rgba(0, 0, 0, 0) url("images/loading.gif") repeat scroll 0 0;
display: block;
height: 21px;
left: 614px;
position: absolute;
top: 350px;
width: 56px;
z-index: 20;
}
*/
.hidden:not(#player_buttons){
opacity : 0.0;
}
.fullscreen {
position: absolute;
top: 0px !important;
left: 0px !important;
width: 1280px !important;
height: 720px !important;
}
.colorbtn {
display: inline-block;
background: url(../icons/colorbtns.png) no-repeat;
height: 30px;
width: 30px;
margin-right: 12px;
vertical-align: bottom;
}
#prew, #pff{
height: 30px;
width: 35px;
vertical-align: bottom;
top: 25px;
position: absolute;
}
#prew{
background: url(../icons/rew.png) no-repeat;
left: 75px;
}
#prew.activated{
background: url(../icons/rew_active.png) no-repeat !important;
}
#pff{
background: url(../icons/ff.png) no-repeat;
left: 185px;
}
#pff.activated{
background: url(../icons/ff_active.png) no-repeat !important;
}
#pff.disabled, #prew.disabled {
display: none !important;
}
#playerTitle, #player {
position: absolute;
left: 0px;
color: #FFF;
z-index: 527 !important;
font-size: 22px;
line-height: 1;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
#playerTitle {
opacity: 0;
top: 0px;
padding-left: 0px;
width:1280px;
padding-top: 0px;
height: 400px;
}
#playerTitle.show{
opacity: 1.0 !important;
}
#player {
width: 1280px;
height: 0px;
_bottom: 0px;
top: 720px;
background: rgba(0,0,0,0.4);
opacity: 0.0;
}
#player.show{
height : 150px !important;
opacity: 1.0 !important;
top: 570px;
}
#playposition {
position: absolute;
top: 47px;
left: 50%;
font-size: 13px;
z-index: 999;
height: 20px;
line-height: 20px;
width: 90px;
text-align: center;
margin-left: 160px;
}
#playtime {
position: absolute;
top: 23px;
left: 1010px;
font-size: 16px;
z-index: 999;
height: 30px;
line-height: 30px;
width: 200px;
text-align: right;
}
#progressbarbg {
position: absolute;
top: 33px;
left: 234px;
width: 895px;
height: 8px;
background-color: #181818;
background-color: black;
}
#progressbar {
position: absolute;
background-color: #f7921d;
top: 33px;
left: 234px;
width: 0px;
height: 8px;
}
#progress_currentTime {
width: 2px;
background-color: #f7921d;
height: 18px;
position: absolute;
top: 28px;
left: 0px;
margin-left: 234px;
z-index: 100;
}
#progress_liveTime{
width: 120px;
height: 20px;
position: absolute;
z-index: 100;
top: 47px;
left: 234px;
}
#ppauseplay {
position: absolute;
top: 22px;
left: 132px;
width: 30px;
line-height: 30px;
}
.vcrbtn {
display: inline-block;
background: url(../icons/vcrbtns.png) no-repeat;
height: 30px;
margin-right: 15px;
vertical-align: bottom;
}
#pstop .vcrbtn {
background-position: 0px 0px;
width: 15px;
}
.play .vcrbtn {
background-position: -31px 0px;
width: 16px;
margin-left: 5px;
}
.play.activated .vcrbtn {
background-position: -31px 0px;
width: 16px;
margin-left: 5px;
background-image:url(../icons/vcrbtns_active.png);
}
.pause .vcrbtn {
background-position: -7px 0px;
width: 24px;
}
.pause.activated .vcrbtn {
background-position: -7px 0px;
width: 24px;
background-image:url(../icons/vcrbtns_active.png);
}
@keyframes fromRight {
0% { right: 0px; }
100% { right: 250px; }
}
#subtitleButton,
#audioButton,
#debugButton_temp {
position: absolute;
bottom: 40px;
display: none;
background-image: url(../catalogue/images/icons.png);
background-position: -60px 0px;
width: 30px;
height: 30px;
right: 300px;
-webkit-animation: fromRight 1s;
-moz-animation: fromRight 1s;
-o-animation: fromRight 1s;
animation: fromRight 1s;
}
#debugButton_temp {
background-position: -90px 0px;
}
#subtitleButtonText,
#audioButtonText,
#debugButtonText_temp {
position: absolute;
left: 30px;
color: #fff;
width: 130px;
height: 30px;
line-height: 30px;
text-align: left;
font-size: 21px;
}
#audioButton{
right: 160px !important;
background-position: -30px 0px !important;
}
/* Player controls */
#playerControls {
background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
bottom: 0;
height: 75px;
left: 0;
position: absolute;
text-align: center;
width: inherit;
padding-top: 20px;
z-index: 20;
-o-transition: bottom 0.3s linear;
-moz-transition: bottom 0.3s linear;
-webkit-transition: bottom 0.3s linear;
transition: bottom 0.3s linear;
}
#playerControls.hidden{
bottom: -95px !important;
}
#playerControls #playTime, #playerControls #playPosition{
color:white;
font-size: 14px;
position: absolute;
top:12px;
}
#playerControls #playPosition{
left:63px;
}
#playerControls #playTime{
right:63px;
}
#progressbarBg{
top:0px;
height:10px;
left:63px;
width: 1154px;
background: #111;
display: block;
position: absolute;
}
#progressbarBg .progressbar{
background-color: white;
height: inherit;
width: 0px;
position: 0px;
left:0px;
}
#playerButtonsContainer{
display: block;
position: absolute;
top:20px;
left:0px;
width: inherit;
height:22px;
}
.playerbtn {
background: rgba(0, 0, 0, 0) url("images/player_sprite.png") no-repeat scroll 0 0;
display: inline-block;
height: 23px;
margin-left: 20px;
position: static;
top: 0;
width: 40px;
}
.playerbtn:first-child{
margin-left: 0px;
}
.playerbtn.selected{
background: url("images/player_sprite_selected.png");
border: none !important;
background-repeat: no-repeat;
background-color: transparent !important;
}
.playerbtn.focused{
background: url("images/player_sprite_focused.png");
border: none !important;
background-repeat: no-repeat;
background-color: transparent !important;
}
#stop_icon, #stop_icon.focused, #stop_icon.selected {
background-position: -40px -4px;
}
#play_icon, #play_icon.focused, #play_icon.selected {
background-position: -80px -4px;
}
#pause_icon, #pause_icon.focused, #pause_icon.selected {
background-position: 0px -4px;
}
#forward_icon, #forward_icon.focused, #forward_icon.selected {
background-position: -120px -4px;
}
#rewind_icon, #rewind_icon.focused, #rewind_icon.selected {
background-position: -160px -4px;
}
#fullscreen_icon, #fullscreen_icon.focused, #fullscreen_icon.selected {
background-position: -200px -4px;
}
/* Loading */
#loadingImage {
width: 60px;
height: 60px;
background: url("images/loading_anim.png") left center;
-webkit-animation: play_loading 1.8s steps(13) infinite;
-moz-animation: play_loading 1.8s steps(13) infinite;
-o-animation: play_loading 1.8s steps(13) infinite;
animation: play_loading 1.8s steps(13) infinite;
position: absolute;
top: 50%;
left: 50%;
z-index: 1001;
margin-left: -30px;
margin-top: -30px;
}
@-webkit-keyframes play_loading {
from { background-position: 0px; }
to { background-position: -780px; }
}
@-moz-keyframes play_loading {
from { background-position: 0px; }
to { background-position: -780px; }
}
@-ms-keyframes play_loading {
from { background-position: 0px; }
to { background-position: -780px; }
}
@-o-keyframes play_loading {
from { background-position: 0px; }
to { background-position: -780px; }
}
@keyframes play_loading {
from { background-position: 0px; }
to { background-position: -780px; }
}
/* END loading */
/* subtitle */
.subtitle {
position: absolute;
bottom: 60px;
}
/* END subtitle */ | src/videoplayer/vplayer.css | position: absolute;
z-index: 20;
overflow: hidden;
opacity : 1.0;
transition: opacity 1s;
background:black;
top: 0px;
left: 0px;
width: 1280px;
height: 720px;
}
#video, #ad1, #ad2, #broadcast {
display: block;
opacity : 1.0;
transition: all 0.5s;
position: absolute;
width: 1280px;
height: 720px;
top: 0px;
left: 0px;
}
#adInfo{
display: block;
position: absolute;
z-index: 99;
opacity:0.0;
transition: all 0.5s;
background-color: rgba(0,0,0,0.7);
color:white;
text-align: left ;
vertical-align: middle;
padding: 10px;
width: 260px;
height: 0px;
left: 1100px;
top: 550px;
line-height: 50px;
border-radius: 10px 0px 0px 10px;
font-size: 21px;
text-shadow: 2px 2px 4px #000;
}
#adInfo.show{
height: 50px !important;
opacity:1.0 !important;
}
.hide{
display: none !important;
_left:-1280px !important;
}
.slideleft {
left:-1280px !important;
opacity : 0.0 !important;
}
.slideright {
left:1280px !important;
display: none !important;
}
/*
#loadingImage {
background: rgba(0, 0, 0, 0) url("images/loading.gif") repeat scroll 0 0;
display: block;
height: 21px;
left: 614px;
position: absolute;
top: 350px;
width: 56px;
z-index: 20;
}
*/
.hidden:not(#player_buttons){
opacity : 0.0;
}
.fullscreen {
position: absolute;
top: 0px !important;
left: 0px !important;
width: 1280px !important;
height: 720px !important;
}
.colorbtn {
display: inline-block;
background: url(../icons/colorbtns.png) no-repeat;
height: 30px;
width: 30px;
margin-right: 12px;
vertical-align: bottom;
}
#prew, #pff{
height: 30px;
width: 35px;
vertical-align: bottom;
top: 25px;
position: absolute;
}
#prew{
background: url(../icons/rew.png) no-repeat;
left: 75px;
}
#prew.activated{
background: url(../icons/rew_active.png) no-repeat !important;
}
#pff{
background: url(../icons/ff.png) no-repeat;
left: 185px;
}
#pff.activated{
background: url(../icons/ff_active.png) no-repeat !important;
}
#pff.disabled, #prew.disabled {
display: none !important;
}
#playerTitle, #player {
position: absolute;
left: 0px;
color: #FFF;
z-index: 527 !important;
font-size: 22px;
line-height: 1;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
#playerTitle {
opacity: 0;
top: 0px;
padding-left: 0px;
width:1280px;
padding-top: 0px;
height: 400px;
}
#playerTitle.show{
opacity: 1.0 !important;
}
#player {
width: 1280px;
height: 0px;
_bottom: 0px;
top: 720px;
background: rgba(0,0,0,0.4);
opacity: 0.0;
}
#player.show{
height : 150px !important;
opacity: 1.0 !important;
top: 570px;
}
#playposition {
position: absolute;
top: 47px;
left: 50%;
font-size: 13px;
z-index: 999;
height: 20px;
line-height: 20px;
width: 90px;
text-align: center;
margin-left: 160px;
}
#playtime {
position: absolute;
top: 23px;
left: 1010px;
font-size: 16px;
z-index: 999;
height: 30px;
line-height: 30px;
width: 200px;
text-align: right;
}
#progressbarbg {
position: absolute;
top: 33px;
left: 234px;
width: 895px;
height: 8px;
background-color: #181818;
background-color: black;
}
#progressbar {
position: absolute;
background-color: #f7921d;
top: 33px;
left: 234px;
width: 0px;
height: 8px;
}
#progress_currentTime {
width: 2px;
background-color: #f7921d;
height: 18px;
position: absolute;
top: 28px;
left: 0px;
margin-left: 234px;
z-index: 100;
}
#progress_liveTime{
width: 120px;
height: 20px;
position: absolute;
z-index: 100;
top: 47px;
left: 234px;
}
#ppauseplay {
position: absolute;
top: 22px;
left: 132px;
width: 30px;
line-height: 30px;
}
.vcrbtn {
display: inline-block;
background: url(../icons/vcrbtns.png) no-repeat;
height: 30px;
margin-right: 15px;
vertical-align: bottom;
}
#pstop .vcrbtn {
background-position: 0px 0px;
width: 15px;
}
.play .vcrbtn {
background-position: -31px 0px;
width: 16px;
margin-left: 5px;
}
.play.activated .vcrbtn {
background-position: -31px 0px;
width: 16px;
margin-left: 5px;
background-image:url(../icons/vcrbtns_active.png);
}
.pause .vcrbtn {
background-position: -7px 0px;
width: 24px;
}
.pause.activated .vcrbtn {
background-position: -7px 0px;
width: 24px;
background-image:url(../icons/vcrbtns_active.png);
}
@keyframes fromRight {
0% { right: 0px; }
100% { right: 250px; }
}
#subtitleButton,
#audioButton,
#debugButton_temp {
position: absolute;
bottom: 40px;
display: none;
background-image: url(../catalogue/images/icons.png);
background-position: -60px 0px;
width: 30px;
height: 30px;
right: 300px;
-webkit-animation: fromRight 1s;
-moz-animation: fromRight 1s;
-o-animation: fromRight 1s;
animation: fromRight 1s;
}
#debugButton_temp {
background-position: -90px 0px;
}
#subtitleButtonText,
#audioButtonText,
#debugButtonText_temp {
position: absolute;
left: 30px;
color: #fff;
width: 130px;
height: 30px;
line-height: 30px;
text-align: left;
font-size: 21px;
}
#audioButton{
right: 160px !important;
background-position: -30px 0px !important;
}
/* Player controls */
#playerControls {
background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
bottom: 0;
height: 75px;
left: 0;
position: absolute;
text-align: center;
width: inherit;
padding-top: 20px;
z-index: 20;
-o-transition: bottom 0.3s linear;
-moz-transition: bottom 0.3s linear;
-webkit-transition: bottom 0.3s linear;
transition: bottom 0.3s linear;
}
#playerControls.hidden{
bottom: -95px !important;
}
#playerControls #playTime, #playerControls #playPosition{
color:white;
font-size: 14px;
position: absolute;
top:12px;
}
#playerControls #playPosition{
left:63px;
}
#playerControls #playTime{
right:63px;
}
#progressbarBg{
top:0px;
height:10px;
left:63px;
width: 1154px;
background: #111;
display: block;
position: absolute;
}
#progressbarBg .progressbar{
background-color: white;
height: inherit;
width: 0px;
position: 0px;
left:0px;
}
#playerButtonsContainer{
display: block;
position: absolute;
top:20px;
left:0px;
width: inherit;
height:22px;
}
.playerbtn {
background: rgba(0, 0, 0, 0) url("images/player_sprite.png") no-repeat scroll 0 0;
display: inline-block;
height: 23px;
margin-left: 20px;
position: static;
top: 0;
width: 40px;
}
.playerbtn:first-child{
margin-left: 0px;
}
.playerbtn.selected{
background: url("images/player_sprite_selected.png");
border: none !important;
background-repeat: no-repeat;
background-color: transparent !important;
}
.playerbtn.focused{
background: url("images/player_sprite_focused.png");
border: none !important;
background-repeat: no-repeat;
background-color: transparent !important;
}
#stop_icon, #stop_icon.focused, #stop_icon.selected {
background-position: -40px -4px;
}
#play_icon, #play_icon.focused, #play_icon.selected {
background-position: -80px -4px;
}
#pause_icon, #pause_icon.focused, #pause_icon.selected {
background-position: 0px -4px;
}
#forward_icon, #forward_icon.focused, #forward_icon.selected {
background-position: -120px -4px;
}
#rewind_icon, #rewind_icon.focused, #rewind_icon.selected {
background-position: -160px -4px;
}
#fullscreen_icon, #fullscreen_icon.focused, #fullscreen_icon.selected {
background-position: -200px -4px;
}
/* Loading */
#loadingImage {
width: 60px;
height: 60px;
background: url("images/loading_anim.png") left center;
-webkit-animation: play_loading 1.8s steps(13) infinite;
-moz-animation: play_loading 1.8s steps(13) infinite;
-o-animation: play_loading 1.8s steps(13) infinite;
animation: play_loading 1.8s steps(13) infinite;
position: absolute;
top: 50%;
left: 50%;
z-index: 1001;
margin-left: -30px;
margin-top: -30px;
}
@-webkit-keyframes play_loading {
from { background-position: 0px; }
to { background-position: -780px; }
}
@-moz-keyframes play_loading {
from { background-position: 0px; }
to { background-position: -780px; }
}
@-ms-keyframes play_loading {
from { background-position: 0px; }
to { background-position: -780px; }
}
@-o-keyframes play_loading {
from { background-position: 0px; }
to { background-position: -780px; }
}
@keyframes play_loading {
from { background-position: 0px; }
to { background-position: -780px; }
}
/* END loading */
/* subtitle */
.subtitle {
position: absolute;
bottom: 60px;
}
/* END subtitle */ | 0.240685 | 0.039975 |
:host {
display: block;
}
.nav {
border-right: 1px solid #ccc;
}
.list-panel {
background-color: #fafafa;
}
.list-panel {
--paper-header-panel-standard-container: {
border-right: 1px solid #ccc;
};
}
paper-toolbar {
background-color: #42A5F5;
}
.list {
padding: 0;
}
.list paper-item {
height: 80px;
border-bottom: 1px solid #dedede;
background-color: #fafafa;
}
.main-drawer-panel:not([narrow]) [list-toggle] {
display: none;
}
.content {
/*height: 3000px;*/
padding: 15px;
}
paper-material {
border-radius: 2px;
height: 100%;
padding: 16px 0px 16px 0px;
width: calc(98.66% - 16px);
margin: 16px auto;
background: white;
}
#mainToolbar {
box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),
0 2px 9px 1px rgba(0,0,0,.12),
0 4px 2px -2px rgba(0,0,0,.2);
}
paper-menu iron-icon {
margin-right: 33px;
opacity: 0.54;
}
.paper-menu > .iron-selected {
color: var(--default-primary-color);
}
#mainToolbar .bottom {
padding-bottom: 100px;
padding-left: 30px;
}
paper-menu a {
text-decoration: none;
color: var(--menu-link-color);
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-direction: row;
-webkit-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
font-family: 'Roboto', 'Noto', sans-serif;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-size: 14px;
font-weight: 400;
line-height: 24px;
min-height: 48px;
padding: 0px 16px;
}
#drawerToolbar {
border-bottom: var(--drawer-toolbar-border-color);
height: 64px;
}
#paperToggle {
width: 45px;
height: 45px;
border: none;
color: var(--drawer-menu-color);
background-color: transparent;
margin-right: 16px;
padding: 8px;
}
/* Breakpoints */
/* Small */
@media (max-width: 600px) {
paper-toolbar.has-shadow {
height: 56px;
}
.paper-font-display2 {
font-size: 30px;
}
.paper-font-display1 {
font-size: 12px;
}
paper-material {
--menu-container-display: none;
width: calc(97.33% - 16px);
padding-left: 16px;
}
#drawer .paper-toolbar {
margin-left: 16px;
}
#overlay {
min-width: 360px;
}
.bg {
background: white;
}
#mainToolbar .bottom {
padding-left: 50px;
padding-bottom: 24px;
}
#mainToolbar.has-shadow .bottom {
padding-bottom: 0px;
}
.appname {
font-size: 24px;
padding-bottom: 0px;
}
}
@media (min-width: 601px) {
paper-material {
width: calc(98% - 16px);
padding-left: 30px;
}
}
/* Material Design Adaptive Breakpoints */
/*
Below you'll find CSS media queries based on the breakpoint guidance
published by the Material Design team. You can choose to use, customise
or remove these breakpoints based on your needs.
http://www.google.com/design/spec/layout/adaptive-ui.html#adaptive-ui-breakpoints
*/
/* mobile-small */
@media all and (min-width: 0px) and (max-width: 360px) and (orientation: portrait) { }
/* mobile-large */
@media all and (min-width: 361px) and (orientation: portrait) { }
/* mobile-small-landscape */
@media all and (min-width: 0px) and (max-width: 480px) and (orientation: landscape) { }
/* mobile-large-landscape */
@media all and (min-width: 481px) and (orientation: landscape) { }
/* tablet-small-landscape */
@media all and (min-width: 600px) and (max-width: 960px) and (orientation: landscape) { }
/* tablet-large-landscape */
@media all and (min-width: 961px) and (orientation: landscape) { }
/* tablet-small */
@media all and (min-width: 600px) and (orientation: portrait) { }
/* tablet-large */
@media all and (min-width: 601px) and (max-width: 840px) and (orientation : portrait) { }
/* desktop-x-small-landscape */
@media all and (min-width: 0px) and (max-width: 480px) and (min-aspect-ratio: 4/3) { }
/* desktop-x-small */
@media all and (min-width: 0px) and (max-width: 480px) and (max-aspect-ratio: 4/3) { }
/* desktop-small-landscape */
@media all and (min-width: 481px) and (max-width: 840px) and (min-aspect-ratio: 4/3) { }
/* desktop-small */
@media all and (min-width: 481px) and (max-width: 840px) and (max-aspect-ratio: 4/3) { }
/* desktop-medium-landscape */
@media all and (min-width: 841px) and (max-width: 1280px) and (min-aspect-ratio: 4/3) { }
/* desktop-medium */
@media all and (min-width: 841px) and (max-width: 1280px) and (max-aspect-ratio: 4/3) { }
/* desktop-large */
@media all and (min-width: 1281px) and (max-width: 1600px) { }
/* desktop-xlarge */
@media all and (min-width: 1601px) and (min-width: 1920px) { } | app/elements/nav-list-detail/nav-list-detail.css |
:host {
display: block;
}
.nav {
border-right: 1px solid #ccc;
}
.list-panel {
background-color: #fafafa;
}
.list-panel {
--paper-header-panel-standard-container: {
border-right: 1px solid #ccc;
};
}
paper-toolbar {
background-color: #42A5F5;
}
.list {
padding: 0;
}
.list paper-item {
height: 80px;
border-bottom: 1px solid #dedede;
background-color: #fafafa;
}
.main-drawer-panel:not([narrow]) [list-toggle] {
display: none;
}
.content {
/*height: 3000px;*/
padding: 15px;
}
paper-material {
border-radius: 2px;
height: 100%;
padding: 16px 0px 16px 0px;
width: calc(98.66% - 16px);
margin: 16px auto;
background: white;
}
#mainToolbar {
box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),
0 2px 9px 1px rgba(0,0,0,.12),
0 4px 2px -2px rgba(0,0,0,.2);
}
paper-menu iron-icon {
margin-right: 33px;
opacity: 0.54;
}
.paper-menu > .iron-selected {
color: var(--default-primary-color);
}
#mainToolbar .bottom {
padding-bottom: 100px;
padding-left: 30px;
}
paper-menu a {
text-decoration: none;
color: var(--menu-link-color);
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-direction: row;
-webkit-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
font-family: 'Roboto', 'Noto', sans-serif;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-size: 14px;
font-weight: 400;
line-height: 24px;
min-height: 48px;
padding: 0px 16px;
}
#drawerToolbar {
border-bottom: var(--drawer-toolbar-border-color);
height: 64px;
}
#paperToggle {
width: 45px;
height: 45px;
border: none;
color: var(--drawer-menu-color);
background-color: transparent;
margin-right: 16px;
padding: 8px;
}
/* Breakpoints */
/* Small */
@media (max-width: 600px) {
paper-toolbar.has-shadow {
height: 56px;
}
.paper-font-display2 {
font-size: 30px;
}
.paper-font-display1 {
font-size: 12px;
}
paper-material {
--menu-container-display: none;
width: calc(97.33% - 16px);
padding-left: 16px;
}
#drawer .paper-toolbar {
margin-left: 16px;
}
#overlay {
min-width: 360px;
}
.bg {
background: white;
}
#mainToolbar .bottom {
padding-left: 50px;
padding-bottom: 24px;
}
#mainToolbar.has-shadow .bottom {
padding-bottom: 0px;
}
.appname {
font-size: 24px;
padding-bottom: 0px;
}
}
@media (min-width: 601px) {
paper-material {
width: calc(98% - 16px);
padding-left: 30px;
}
}
/* Material Design Adaptive Breakpoints */
/*
Below you'll find CSS media queries based on the breakpoint guidance
published by the Material Design team. You can choose to use, customise
or remove these breakpoints based on your needs.
http://www.google.com/design/spec/layout/adaptive-ui.html#adaptive-ui-breakpoints
*/
/* mobile-small */
@media all and (min-width: 0px) and (max-width: 360px) and (orientation: portrait) { }
/* mobile-large */
@media all and (min-width: 361px) and (orientation: portrait) { }
/* mobile-small-landscape */
@media all and (min-width: 0px) and (max-width: 480px) and (orientation: landscape) { }
/* mobile-large-landscape */
@media all and (min-width: 481px) and (orientation: landscape) { }
/* tablet-small-landscape */
@media all and (min-width: 600px) and (max-width: 960px) and (orientation: landscape) { }
/* tablet-large-landscape */
@media all and (min-width: 961px) and (orientation: landscape) { }
/* tablet-small */
@media all and (min-width: 600px) and (orientation: portrait) { }
/* tablet-large */
@media all and (min-width: 601px) and (max-width: 840px) and (orientation : portrait) { }
/* desktop-x-small-landscape */
@media all and (min-width: 0px) and (max-width: 480px) and (min-aspect-ratio: 4/3) { }
/* desktop-x-small */
@media all and (min-width: 0px) and (max-width: 480px) and (max-aspect-ratio: 4/3) { }
/* desktop-small-landscape */
@media all and (min-width: 481px) and (max-width: 840px) and (min-aspect-ratio: 4/3) { }
/* desktop-small */
@media all and (min-width: 481px) and (max-width: 840px) and (max-aspect-ratio: 4/3) { }
/* desktop-medium-landscape */
@media all and (min-width: 841px) and (max-width: 1280px) and (min-aspect-ratio: 4/3) { }
/* desktop-medium */
@media all and (min-width: 841px) and (max-width: 1280px) and (max-aspect-ratio: 4/3) { }
/* desktop-large */
@media all and (min-width: 1281px) and (max-width: 1600px) { }
/* desktop-xlarge */
@media all and (min-width: 1601px) and (min-width: 1920px) { } | 0.331552 | 0.085901 |
.h1-index {
color: #153F69;
font-size: 60px;
padding-top: 50px;
}
.body {
background: url(".../img/back.jpg");
}
.footer {
bottom: 0;
width: 100%;
height: 40px;
background-color: #111;
position: fixed;
}
.form-control{
margin-left: 15%;
}
.footer a {
color: #68A4D1;
}
.footer p {
color: #68A4D1;
font-size: 13px;
}
.design {
text-align: right;
}
.logo {
width: 100%;
}
.id-padding {
padding-top: 10%;
}
.account {
text-align: center;
width: 40%;
opacity: 0.8;
}
.password {
padding-top: 5%;
}
.button {
margin-top: 5%;
}
.margetop{
margin-top: 5%;
}
.nompage{
padding-top: 70px;
padding-bottom: 50px;
}
body * {
transition: all 0.5s;
}
.container-box {
width: 960px;
margin: 50px auto;
padding: 5px;
padding-left: 20px;
padding-right: 0;
}
.box {
width: 24%;
height: 250px;
margin: 0.2%;
padding: 15px;
box-sizing: border-box;
display: inline-block;
background: #036C90;
position: relative;
overflow: hidden;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
cursor: pointer;
}
.box .icon-cont {
border: 6px solid rgba(255, 255, 255, 0.3);
border-radius: 50%;
width: 75px;
height: 75px;
margin: 20px auto;
display: block;
text-align: center;
position: absolute;
top: 10px;
left: 0;
right: 0;
z-index: 5;
box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5),
0 0 0 0px rgba(3, 108, 129, 0.5);
}
.box .icon-cont i {
color: #fff;
opacity: 0.6;
font-size: 2.5em;
line-height: 75px;
}
.box:hover .icon-cont {
animation: shady 4s linear infinite;
}
@keyframes shady {
0% {
box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5),
0 0 0 0px rgba(3, 108, 129, 0.5);
}
20% {
box-shadow: 0 0 0 100px rgba(255, 255, 255, 0),
0 0 0 0px rgba(3, 108, 129, 0);
}
20.1% {
box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5),
0 0 0 0px rgba(3, 108, 129, 0.5);
}
50% {
box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5),
0 0 0 0px rgba(3, 108, 129, 0.5);
}
70% {
box-shadow: 0 0 0 100px rgba(255, 255, 255, 0),
0 0 0 0px rgba(3, 108, 129, 0);
}
70.1% {
box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5),
0 0 0 0px rgba(3, 108, 129, 0.5);
}
100% {
box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5),
0 0 0 0px rgba(3, 108, 129, 0.5);
}
}
.box h3 {
color: #fff;
font-family: "Open Sans", Arial, sans-serif;
font-weight: 300;
font-size: 17px;
text-transform: uppercase;
letter-spacing: 2px;
border-bottom: 1px solid rgba(255, 255, 255, 0);
top: 125px;
padding-top: 55%;
}
.a:hover {
text-decoration: none;
}
.box ul {
font-family: "Open Sans", Arial, sans-serif;
color: #fff;
font-size: 13px;
line-height: 28px;
text-indent: 14px;
margin: 25px;
margin-top: 380px;
list-style-type: disc;
}
.box ul.hidden {
opacity: 0;
}
.box a.expand {
width: 35px;
height: 35px;
background: #fff;
font-weight: 600;
color: #036c81;
display: block;
margin: 15px auto 25px;
text-align: center;
line-height: 35px;
cursor: pointer;
position: absolute;
left: 0;
right: 0;
bottom: 10px;
}
.box a.expand span.minus {
opacity: 0;
}
.box a.expand span.plus {
opacity: 1;
padding-left: 5px;
}
.box.selected a.expand {
display: block;
position: absolute;
left: 180px;
right: -29px;
bottom: -39px;
width: 80px;
height: 50px;
background: #eee;
color: #036c81;
transform: rotate(-45deg);
}
.box.selected a.expand span {
display: block;
position: absolute;
top: -4px;
left: 38px;
transform: rotate(45deg);
font-size: 24px;
}
.box.selected a.expand span.minus {
opacity: 1;
}
.box.selected a.expand span.plus {
opacity: 0;
}
.box.selected .icon-cont {
transform: scale(1.5, 1.5);
opacity: 0.3;
position: absolute;
top: -20px;
left: -5px;
right: 180px;
}
.box.selected:hover .icon-cont {
animation: none;
}
.box.selected h3 {
padding: 32px 15px 15px 15px;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
width: 70%;
top: 16px;
left: 10%;
}
.box.selected ul.hidden {
opacity: 1;
margin-top: 95px;
}
.row {
margin-right: 0px;
}
.form-control {
width: 70%;
}
.loginname{
color: #66A3D3;
}
.applifrais{
text-decoration: underline;
}
addutilisateur h4{
text-align: center;
}
.form-group{
margin-bottom: 1rem;
}
.control-label{
text-align: center;
margin-bottom: 45px;
}
.centered{
margin-top: 50px;
}
.formcontainer{
padding-bottom: 50px;
}
.table th, .table td {
padding: 0.15rem;
}
.formhf{
padding-bottom: 100px;
} | src/FrontBundle/Resources/public/css/gsb2.css | .h1-index {
color: #153F69;
font-size: 60px;
padding-top: 50px;
}
.body {
background: url(".../img/back.jpg");
}
.footer {
bottom: 0;
width: 100%;
height: 40px;
background-color: #111;
position: fixed;
}
.form-control{
margin-left: 15%;
}
.footer a {
color: #68A4D1;
}
.footer p {
color: #68A4D1;
font-size: 13px;
}
.design {
text-align: right;
}
.logo {
width: 100%;
}
.id-padding {
padding-top: 10%;
}
.account {
text-align: center;
width: 40%;
opacity: 0.8;
}
.password {
padding-top: 5%;
}
.button {
margin-top: 5%;
}
.margetop{
margin-top: 5%;
}
.nompage{
padding-top: 70px;
padding-bottom: 50px;
}
body * {
transition: all 0.5s;
}
.container-box {
width: 960px;
margin: 50px auto;
padding: 5px;
padding-left: 20px;
padding-right: 0;
}
.box {
width: 24%;
height: 250px;
margin: 0.2%;
padding: 15px;
box-sizing: border-box;
display: inline-block;
background: #036C90;
position: relative;
overflow: hidden;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
cursor: pointer;
}
.box .icon-cont {
border: 6px solid rgba(255, 255, 255, 0.3);
border-radius: 50%;
width: 75px;
height: 75px;
margin: 20px auto;
display: block;
text-align: center;
position: absolute;
top: 10px;
left: 0;
right: 0;
z-index: 5;
box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5),
0 0 0 0px rgba(3, 108, 129, 0.5);
}
.box .icon-cont i {
color: #fff;
opacity: 0.6;
font-size: 2.5em;
line-height: 75px;
}
.box:hover .icon-cont {
animation: shady 4s linear infinite;
}
@keyframes shady {
0% {
box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5),
0 0 0 0px rgba(3, 108, 129, 0.5);
}
20% {
box-shadow: 0 0 0 100px rgba(255, 255, 255, 0),
0 0 0 0px rgba(3, 108, 129, 0);
}
20.1% {
box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5),
0 0 0 0px rgba(3, 108, 129, 0.5);
}
50% {
box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5),
0 0 0 0px rgba(3, 108, 129, 0.5);
}
70% {
box-shadow: 0 0 0 100px rgba(255, 255, 255, 0),
0 0 0 0px rgba(3, 108, 129, 0);
}
70.1% {
box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5),
0 0 0 0px rgba(3, 108, 129, 0.5);
}
100% {
box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5),
0 0 0 0px rgba(3, 108, 129, 0.5);
}
}
.box h3 {
color: #fff;
font-family: "Open Sans", Arial, sans-serif;
font-weight: 300;
font-size: 17px;
text-transform: uppercase;
letter-spacing: 2px;
border-bottom: 1px solid rgba(255, 255, 255, 0);
top: 125px;
padding-top: 55%;
}
.a:hover {
text-decoration: none;
}
.box ul {
font-family: "Open Sans", Arial, sans-serif;
color: #fff;
font-size: 13px;
line-height: 28px;
text-indent: 14px;
margin: 25px;
margin-top: 380px;
list-style-type: disc;
}
.box ul.hidden {
opacity: 0;
}
.box a.expand {
width: 35px;
height: 35px;
background: #fff;
font-weight: 600;
color: #036c81;
display: block;
margin: 15px auto 25px;
text-align: center;
line-height: 35px;
cursor: pointer;
position: absolute;
left: 0;
right: 0;
bottom: 10px;
}
.box a.expand span.minus {
opacity: 0;
}
.box a.expand span.plus {
opacity: 1;
padding-left: 5px;
}
.box.selected a.expand {
display: block;
position: absolute;
left: 180px;
right: -29px;
bottom: -39px;
width: 80px;
height: 50px;
background: #eee;
color: #036c81;
transform: rotate(-45deg);
}
.box.selected a.expand span {
display: block;
position: absolute;
top: -4px;
left: 38px;
transform: rotate(45deg);
font-size: 24px;
}
.box.selected a.expand span.minus {
opacity: 1;
}
.box.selected a.expand span.plus {
opacity: 0;
}
.box.selected .icon-cont {
transform: scale(1.5, 1.5);
opacity: 0.3;
position: absolute;
top: -20px;
left: -5px;
right: 180px;
}
.box.selected:hover .icon-cont {
animation: none;
}
.box.selected h3 {
padding: 32px 15px 15px 15px;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
width: 70%;
top: 16px;
left: 10%;
}
.box.selected ul.hidden {
opacity: 1;
margin-top: 95px;
}
.row {
margin-right: 0px;
}
.form-control {
width: 70%;
}
.loginname{
color: #66A3D3;
}
.applifrais{
text-decoration: underline;
}
addutilisateur h4{
text-align: center;
}
.form-group{
margin-bottom: 1rem;
}
.control-label{
text-align: center;
margin-bottom: 45px;
}
.centered{
margin-top: 50px;
}
.formcontainer{
padding-bottom: 50px;
}
.table th, .table td {
padding: 0.15rem;
}
.formhf{
padding-bottom: 100px;
} | 0.504883 | 0.096962 |
body {
display: grid;
grid-template-areas:
"nav nav"
"main main"
"footer footer";
grid-template-columns: 1fr 1fr;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color:#3C4043;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
nav {
position: relative;
grid-area: nav;
height: 70px;
text-align: right;
font-size: 14px;
word-spacing: 18px;
padding-right: 15px;
}
nav a {
color:black;
}
.nav-link {
display: inline;
position: relative;
}
.nav-app-icon {
display: inline;
position: relative;
top:5px;
}
.nav-app-icon img:hover {
text-decoration: none;
background-color: rgba(60,64,67,0.08);
box-shadow: 0px 0px 0px 10px rgba(60,64,67,0.08);
border-radius:50%;
}
.nav-avatar {
display: inline;
position: relative;
top:11px;
}
.nav-avatar img:hover {
box-shadow: 0px 0px 0px 5px rgba(60,64,67,0.08);
}
.avatar {
border-radius: 50%;
}
main {
grid-area: main;
position: relative;
text-align: center;
}
header {
padding: 0 0 20px 0;
}
.main-sb {
border: 1px solid #dfe1e5;
border-radius: 25px;
width:80%;
max-width: 585px;
min-width: 200px;
height: 45px;
background-image: url('../img/outline_search_black_24dp.png');
background-repeat: no-repeat;
background-position: 12px 13px;
background-size: 20px 20px;
padding-left: 40px;
}
.main-sb:hover {
box-shadow: 0px 1px 5px #f2f2f2;
}
.main-sb:focus {
box-shadow: 0px 1px 5px #f2f2f2;
outline: none;
}
button {
margin: 30px 5px 30px 5px;
background-color: #F8F9FA;
border:1px solid #F8F9FA;
font-size: 14px;
color:#3C4043;
padding: 10px 15px 10px 15px;
border-radius: 3px;
}
button:hover {
border: 1px solid #dbdbdb;
box-shadow: 0px 1px 5px #f2f2f2;
cursor: pointer;
}
footer {
grid-area: footer;
background-color: #f2f2f2;
position: absolute;
left:0;
bottom: 0;
width: 100%;
height: 96px;
color:rgba(0,0,0,.54);
font-size: 14px;
}
footer a {
color: rgba(0,0,0,.54);
}
.f-top {
position:relative;
top: 15px;
height: 50px;
padding-left: 40px;
}
.f-btm {
position: relative;
height:45px;
}
hr {
color:#dadce0;
border-top: 1px;
margin:0;
}
.l-links {
position:absolute;
width: auto;
left: 30px;
top:13px;
}
.f-btm a {
margin: 0 12px 0 12px;
}
.r-links {
position:absolute;
right:25px;
top:13px;
}
@media (max-width:660px) {
.l-links {
display:none;
}
} | css/style.css | body {
display: grid;
grid-template-areas:
"nav nav"
"main main"
"footer footer";
grid-template-columns: 1fr 1fr;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color:#3C4043;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
nav {
position: relative;
grid-area: nav;
height: 70px;
text-align: right;
font-size: 14px;
word-spacing: 18px;
padding-right: 15px;
}
nav a {
color:black;
}
.nav-link {
display: inline;
position: relative;
}
.nav-app-icon {
display: inline;
position: relative;
top:5px;
}
.nav-app-icon img:hover {
text-decoration: none;
background-color: rgba(60,64,67,0.08);
box-shadow: 0px 0px 0px 10px rgba(60,64,67,0.08);
border-radius:50%;
}
.nav-avatar {
display: inline;
position: relative;
top:11px;
}
.nav-avatar img:hover {
box-shadow: 0px 0px 0px 5px rgba(60,64,67,0.08);
}
.avatar {
border-radius: 50%;
}
main {
grid-area: main;
position: relative;
text-align: center;
}
header {
padding: 0 0 20px 0;
}
.main-sb {
border: 1px solid #dfe1e5;
border-radius: 25px;
width:80%;
max-width: 585px;
min-width: 200px;
height: 45px;
background-image: url('../img/outline_search_black_24dp.png');
background-repeat: no-repeat;
background-position: 12px 13px;
background-size: 20px 20px;
padding-left: 40px;
}
.main-sb:hover {
box-shadow: 0px 1px 5px #f2f2f2;
}
.main-sb:focus {
box-shadow: 0px 1px 5px #f2f2f2;
outline: none;
}
button {
margin: 30px 5px 30px 5px;
background-color: #F8F9FA;
border:1px solid #F8F9FA;
font-size: 14px;
color:#3C4043;
padding: 10px 15px 10px 15px;
border-radius: 3px;
}
button:hover {
border: 1px solid #dbdbdb;
box-shadow: 0px 1px 5px #f2f2f2;
cursor: pointer;
}
footer {
grid-area: footer;
background-color: #f2f2f2;
position: absolute;
left:0;
bottom: 0;
width: 100%;
height: 96px;
color:rgba(0,0,0,.54);
font-size: 14px;
}
footer a {
color: rgba(0,0,0,.54);
}
.f-top {
position:relative;
top: 15px;
height: 50px;
padding-left: 40px;
}
.f-btm {
position: relative;
height:45px;
}
hr {
color:#dadce0;
border-top: 1px;
margin:0;
}
.l-links {
position:absolute;
width: auto;
left: 30px;
top:13px;
}
.f-btm a {
margin: 0 12px 0 12px;
}
.r-links {
position:absolute;
right:25px;
top:13px;
}
@media (max-width:660px) {
.l-links {
display:none;
}
} | 0.328745 | 0.071624 |
.wrapper {
display: flex;
align-items: flex-start;
width: 100%;
align-self: stretch;
overflow: hidden;
position: relative;
}
.tabs {
display: grid;
align-items: flex-start;
align-content: flex-start;
border-radius: 5px;
gap: 4px;
justify-content: center;
width: 35px;
background-color: var(--fabric-background-secondary);
height: 100%;
position: sticky;
top: 0;
}
.fieldset {
display: grid;
border: var(--fabric-border-primary) 1px solid !important;
max-width: 100%;
overflow: hidden;
background-color: var(--fabric-background-primary);
user-select: none;
}
.group {
display: grid;
background: none !important;
gap: 4px;
}
.group > div{
border: none;
background-color: var(--fabric-border-primary);
border-radius: 3px;
}
.inputsColumn {
padding: 4px;
display: grid;
max-width: 100%;
overflow: hidden;
}
.inputs {
padding: 4px;
display: flex;
gap: 4px;
max-width: 100%;
overflow: hidden;
color: var(--fabric-color-secondary);
}
.button:disabled {
border: var(--fabric-border-primary) 1px solid !important;
}
.button {
width: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 4px;
}
.formWrapper {
padding: 4px;
max-width: 100%;
overflow: hidden;
background: var(--fabric-background-secondary);
}
.label {
width: 100%;
text-align: left;
color: var(--fabric-color-tertiary);
max-width: 100%;
font-size: .7rem;
font-weight: 600;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.wrapper {
gap: 8px;
display: flex;
border-radius: 5px;
transition: 150ms linear;
outline: transparent 2px dashed;
}
.content {
width: 100%;
display: flex;
flex-direction: column;
padding-right: 8px;
justify-content: center;
}
.dropdown {
width: 100%;
background-color: var(--fabric-background-secondary) !important;;
border: var(--fabric-border-primary) 1px solid;
}
.hovered > * {
opacity: .5;
}
.image {
width: 100%;
height: 100%;
overflow: hidden;
border-radius: 5px;
}
.label {
display: flex;
max-width: 100%;
overflow: hidden;
}
.summary {
background-color: var(--fabric-border-primary) !important;
border-radius: 5px 5px 0 0;
font-size: .75rem !important;
}
.scriptsList {
display: flex;
align-items: center;
font-size: .75rem;
font-weight: 550;
justify-content: space-between;
height: 25px;
padding-left: 4px;
}
.buttonScriptsList {
height: 25px;
width: 25px;
padding: 0 !important;
display: flex;
align-items: center;
justify-content: center;
}
.empty {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: .75rem;
font-weight: 550;
border-radius: 5px;
padding: 8px;
}
.overflow {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.ppWrapper{
display: grid;
gap: 16px;
background: none !important;
}
.ppWrapper > div{
border: none;
background-color: var(--fabric-border-primary);
border-radius: 3px;
} | src/project/views/scene/styles/Forms.module.css | .wrapper {
display: flex;
align-items: flex-start;
width: 100%;
align-self: stretch;
overflow: hidden;
position: relative;
}
.tabs {
display: grid;
align-items: flex-start;
align-content: flex-start;
border-radius: 5px;
gap: 4px;
justify-content: center;
width: 35px;
background-color: var(--fabric-background-secondary);
height: 100%;
position: sticky;
top: 0;
}
.fieldset {
display: grid;
border: var(--fabric-border-primary) 1px solid !important;
max-width: 100%;
overflow: hidden;
background-color: var(--fabric-background-primary);
user-select: none;
}
.group {
display: grid;
background: none !important;
gap: 4px;
}
.group > div{
border: none;
background-color: var(--fabric-border-primary);
border-radius: 3px;
}
.inputsColumn {
padding: 4px;
display: grid;
max-width: 100%;
overflow: hidden;
}
.inputs {
padding: 4px;
display: flex;
gap: 4px;
max-width: 100%;
overflow: hidden;
color: var(--fabric-color-secondary);
}
.button:disabled {
border: var(--fabric-border-primary) 1px solid !important;
}
.button {
width: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 4px;
}
.formWrapper {
padding: 4px;
max-width: 100%;
overflow: hidden;
background: var(--fabric-background-secondary);
}
.label {
width: 100%;
text-align: left;
color: var(--fabric-color-tertiary);
max-width: 100%;
font-size: .7rem;
font-weight: 600;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.wrapper {
gap: 8px;
display: flex;
border-radius: 5px;
transition: 150ms linear;
outline: transparent 2px dashed;
}
.content {
width: 100%;
display: flex;
flex-direction: column;
padding-right: 8px;
justify-content: center;
}
.dropdown {
width: 100%;
background-color: var(--fabric-background-secondary) !important;;
border: var(--fabric-border-primary) 1px solid;
}
.hovered > * {
opacity: .5;
}
.image {
width: 100%;
height: 100%;
overflow: hidden;
border-radius: 5px;
}
.label {
display: flex;
max-width: 100%;
overflow: hidden;
}
.summary {
background-color: var(--fabric-border-primary) !important;
border-radius: 5px 5px 0 0;
font-size: .75rem !important;
}
.scriptsList {
display: flex;
align-items: center;
font-size: .75rem;
font-weight: 550;
justify-content: space-between;
height: 25px;
padding-left: 4px;
}
.buttonScriptsList {
height: 25px;
width: 25px;
padding: 0 !important;
display: flex;
align-items: center;
justify-content: center;
}
.empty {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: .75rem;
font-weight: 550;
border-radius: 5px;
padding: 8px;
}
.overflow {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.ppWrapper{
display: grid;
gap: 16px;
background: none !important;
}
.ppWrapper > div{
border: none;
background-color: var(--fabric-border-primary);
border-radius: 3px;
} | 0.562417 | 0.117066 |
body{
padding: 0;
margin: 0 auto;
width: 80rem;
}
header{
position: relative;
top: 0;
padding: 0;
margin: 0;
}
.headerCss{
width: 100%;
height: 105px;
}
.headerLogo{
height: 100%;
width: 49%;
margin: 0;
display: inline-block;
}
.headLogo{
position: absolute;
top: 10px;
left: 5%;
width: 30%;
height: 80%;
}
.headerLink{
width: 49%;
height: 100%;
display: inline-block;
}
.headerSearchDiv{
width: 49%;
height: 49%;
position: absolute;
}
.headerSearch {
position: absolute;
left: 313px;
top: 18px;
width: 219px;
height: 18px;
text-indent: 8px;
}
.headerSearch:focus{
outline: none;
}
.headerSearchImg{
position: absolute;
left: 515px;
top: 18.5px;
width: 16.7px;
height: 16.7px;
border-radius: 2px;
/* display: inline-block; */
}
.headerSearchImg:focus{
outline: none;
}
.headerTableDiv{
width: 49%;
height: 49%;
position: absolute;
top: 32px;
}
.headerCss ul{
position: absolute;
left: 8%;
top: 5px;
padding: 0 0 10px 0;
border-bottom: 2px solid #923f40;
}
.headerCss ul>li{
list-style: none;
display: inline-block;
padding-right: 10px;
}
.headerCss a{
display: inline-block;
text-decoration: none;
color: #636363;
font-size: 15px;
}
.headerCss a:visited{
/* color: #923f40; */
transform: scale(1.1, 1.1);
}
.headerCss a:hover{
position: flex;
color: #923f40;
transform: scale(1.1, 1.1);
}
/*main样式*/
li{
list-style: none;
}
a{
text-decoration: none;
}
h3{
color: #E44C4C;
text-align: center;
}
h4{
margin-bottom: 0;
}
p{
text-indent: 2em;
color: #s636363;
font-weight: 300;
font-family: sans-serif;
letter-spacing: 2px;
}
li p{
text-indent: 0;
margin: 5px 0 5px 0;
font-size: 150;
display: inline-block;
}
.sicnu{
width: 100%;
height: 240px;
overflow: hidden;
}
.main{
width: 100%;
height: 850px;
margin-top: 30px;
}
.mainLeft,.mainRight{
height: 500px;
float: left;
/*border: 1px solid red;*/
}
.mainLeft{
width: 28%;
}
.mainRight{
width: 66%;
margin-right: 5%;
margin-top: 25px;
}
.content1Ul{
/*padding-left: 0;*/
margin: 6% auto 0 auto;
}
.spanDiv{
width: 40%;
padding: 10px 6%;
margin: 0 0 2% 21%;
background: #EAE5E5;
border-radius: 2px;
cursor: pointer;
}
.mainSpan{
color: #636363;
text-align: center;
display: block;
}
.imgUs{
margin-left: 17.5%;
}
.imgMain{
margin-left: 21%;
width: 186px;
}
.imgStyle{
margin-left: 12%;
}
.link{
color: #969292;
margin-right: 1%;
}
#inputLink{
color: #636363;
margin-right: 1%;
border: 0;
}
#inputLink:focus{
outline: none;
}
.cutofLine{
background-color: #923f40;
border: none;
height: 2px;
margin-top: 20px;
display: block;
}
#list2:hover{
color: #E44C4C;
}
.contentImg{
vertical-align: middle;
}
.dateSpan{
padding-left: 35%;
/*float: right;*/
}
.content1Ul li:nth-of-type(even)
{
background: #F4F3F3;
}
.content1Ul li:nth-of-type(odd)
{
border-bottom: 1px dotted #E2D4D4;
}
/*text*/
.textContent{
width: 70%;
height: 500px;
/*border: 1px dotted grey;*/
margin: 8% auto;
}
h3{
text-align: center;
}
/*footer样式*/
.footerCss{
position: relative;
height: 20%;
width: 100%;
}
.footerBg{
width: 100%;
height: 100%;
}
.footerCss p{
color: #923f40;
padding-left: 14px;
margin: 0;
}
.footerCss ul{
padding: 0;
margin-top: 10px;
}
.footerCss ul>li{
list-style: none;
display: inline-block;
padding-right: 30px;
padding-left: 14px;
}
.footerCss a{
text-decoration: none;
}
.footerCss a:visited{
color: #636363;
}
.quickLink{
position: absolute;
left: 4%;
top: 10%;
}
.footerLogo{
position: absolute;
width: 30%;
height: 37%;
left: 5%;
top: 40%;
}
.footLogo{
width: 100%;
height: 100%;
display: inline-block;
}
.footerMess{
position: absolute;
left: 40%;
top: 50%;
width: 50%;
}
.footerMess1{
position: absolute;
height: 100%;
width: 100%;
}
.footerMess2{
position: absolute;
top: 30px;
height: 100%;
width: 100%;
}
.footerMess font{
padding-left: 14px;
} | WEB/assets/styles/style.css | body{
padding: 0;
margin: 0 auto;
width: 80rem;
}
header{
position: relative;
top: 0;
padding: 0;
margin: 0;
}
.headerCss{
width: 100%;
height: 105px;
}
.headerLogo{
height: 100%;
width: 49%;
margin: 0;
display: inline-block;
}
.headLogo{
position: absolute;
top: 10px;
left: 5%;
width: 30%;
height: 80%;
}
.headerLink{
width: 49%;
height: 100%;
display: inline-block;
}
.headerSearchDiv{
width: 49%;
height: 49%;
position: absolute;
}
.headerSearch {
position: absolute;
left: 313px;
top: 18px;
width: 219px;
height: 18px;
text-indent: 8px;
}
.headerSearch:focus{
outline: none;
}
.headerSearchImg{
position: absolute;
left: 515px;
top: 18.5px;
width: 16.7px;
height: 16.7px;
border-radius: 2px;
/* display: inline-block; */
}
.headerSearchImg:focus{
outline: none;
}
.headerTableDiv{
width: 49%;
height: 49%;
position: absolute;
top: 32px;
}
.headerCss ul{
position: absolute;
left: 8%;
top: 5px;
padding: 0 0 10px 0;
border-bottom: 2px solid #923f40;
}
.headerCss ul>li{
list-style: none;
display: inline-block;
padding-right: 10px;
}
.headerCss a{
display: inline-block;
text-decoration: none;
color: #636363;
font-size: 15px;
}
.headerCss a:visited{
/* color: #923f40; */
transform: scale(1.1, 1.1);
}
.headerCss a:hover{
position: flex;
color: #923f40;
transform: scale(1.1, 1.1);
}
/*main样式*/
li{
list-style: none;
}
a{
text-decoration: none;
}
h3{
color: #E44C4C;
text-align: center;
}
h4{
margin-bottom: 0;
}
p{
text-indent: 2em;
color: #s636363;
font-weight: 300;
font-family: sans-serif;
letter-spacing: 2px;
}
li p{
text-indent: 0;
margin: 5px 0 5px 0;
font-size: 150;
display: inline-block;
}
.sicnu{
width: 100%;
height: 240px;
overflow: hidden;
}
.main{
width: 100%;
height: 850px;
margin-top: 30px;
}
.mainLeft,.mainRight{
height: 500px;
float: left;
/*border: 1px solid red;*/
}
.mainLeft{
width: 28%;
}
.mainRight{
width: 66%;
margin-right: 5%;
margin-top: 25px;
}
.content1Ul{
/*padding-left: 0;*/
margin: 6% auto 0 auto;
}
.spanDiv{
width: 40%;
padding: 10px 6%;
margin: 0 0 2% 21%;
background: #EAE5E5;
border-radius: 2px;
cursor: pointer;
}
.mainSpan{
color: #636363;
text-align: center;
display: block;
}
.imgUs{
margin-left: 17.5%;
}
.imgMain{
margin-left: 21%;
width: 186px;
}
.imgStyle{
margin-left: 12%;
}
.link{
color: #969292;
margin-right: 1%;
}
#inputLink{
color: #636363;
margin-right: 1%;
border: 0;
}
#inputLink:focus{
outline: none;
}
.cutofLine{
background-color: #923f40;
border: none;
height: 2px;
margin-top: 20px;
display: block;
}
#list2:hover{
color: #E44C4C;
}
.contentImg{
vertical-align: middle;
}
.dateSpan{
padding-left: 35%;
/*float: right;*/
}
.content1Ul li:nth-of-type(even)
{
background: #F4F3F3;
}
.content1Ul li:nth-of-type(odd)
{
border-bottom: 1px dotted #E2D4D4;
}
/*text*/
.textContent{
width: 70%;
height: 500px;
/*border: 1px dotted grey;*/
margin: 8% auto;
}
h3{
text-align: center;
}
/*footer样式*/
.footerCss{
position: relative;
height: 20%;
width: 100%;
}
.footerBg{
width: 100%;
height: 100%;
}
.footerCss p{
color: #923f40;
padding-left: 14px;
margin: 0;
}
.footerCss ul{
padding: 0;
margin-top: 10px;
}
.footerCss ul>li{
list-style: none;
display: inline-block;
padding-right: 30px;
padding-left: 14px;
}
.footerCss a{
text-decoration: none;
}
.footerCss a:visited{
color: #636363;
}
.quickLink{
position: absolute;
left: 4%;
top: 10%;
}
.footerLogo{
position: absolute;
width: 30%;
height: 37%;
left: 5%;
top: 40%;
}
.footLogo{
width: 100%;
height: 100%;
display: inline-block;
}
.footerMess{
position: absolute;
left: 40%;
top: 50%;
width: 50%;
}
.footerMess1{
position: absolute;
height: 100%;
width: 100%;
}
.footerMess2{
position: absolute;
top: 30px;
height: 100%;
width: 100%;
}
.footerMess font{
padding-left: 14px;
} | 0.420124 | 0.055005 |
body {
background: #f2f2f2;
}
.content .choose {
height: 60px;
line-height: 60px;
color: #3266bc;
font-size: 24px;
background: #fff;
border-top: 2px solid #3266bc;
}
.content .gray {
height: 30px;
}
.content .details {
background-color: #fafafa;
padding-top: 30px;
}
.content .nav-tabs {
font-size: 16px;
background-color: #fafafa;
padding-left: 20px;
border: 1px solid #fafafa;
padding-top: 30px;
}
.content .nav-tabs a {
color: #000;
width: 145px;
height: 40px;
background-color: rgba(232, 244, 255, 0.45);
border: solid 1px rgba(79, 156, 244, 0.45);
margin: 0;
border-radius: 0;
border-left: 0;
}
.content .nav-tabs .active {
border: solid 1px rgba(79, 156, 244, 0.45);
border-bottom: 0;
border-left: 0;
}
.content .nav-tabs>li.active>a, .content .nav-tabs>li.active>a:hover,
.content .nav-tabs>li.active>a:focus {
background-color: #fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
{
border: 0;
}
/***************
企业网银
*************/
.content .tips {
font-size: 14px;
color: rgba(236, 49, 49, 0.87)
}
.content .tab-content>div {
padding-top: 30px;
min-height: 500px;
}
.content .tab-content .pay {
margin-top: 30px;
background: #FAFAFA;
}
.content .footer {
border-top: solid 1px rgba(221, 221, 221, 0.54);
height: 50px;
line-height: 50px;
color: #3266bc;
font-size: 12px;
cursor: pointer;
}
.content .tips, .content .pay, .content .footer {
margin-left: 40px;
}
.content .tips img {
position: relative;
top: -2px;
margin-right: 8px;
}
.content .pay a {
width: 260px;
display: inline-block;
margin-bottom: 35px;
}
.content .pay img {
height: 41px;
}
.content .footer img {
position: relative;
top: -1px;
margin-right: 8px;
}
/**************
线下汇款
***************/
.content #underline {
padding-left: 40px;
position: relative;
}
.content #underline>div {
line-height: 30px;
}
.content #underline>div span {
font-size: 16px;
}
.content #underline .red-word {
color: #EE6869;
margin-left: 8px;
font-size: 14px;
position: relative;
top: 2px;
}
.content #underline .print {
width: 125px;
height: 35px;
line-height: 35px;
background: #3266BC;
font-size: 18px;
letter-spacing: 1px;
color: #fff;
text-align: center;
margin-top: 20px;
cursor: pointer;
}
.content #underline .explain {
margin-top: 15px;
}
.mask {
min-width: 635px;
height: 350px;
border-top: 2px solid #3266bc;
box-shadow: 0 0 8px rgba(70, 121, 206, 0.2);
padding: 10px 40px 20px 25px;
box-sizing: border-box;
position: absolute;
left: 50%;
top: 35px;
margin-left: -318px;
background: #fff;
display: none;
}
.payType {
height: 200px;
margin-top: -205px;
}
.close-mask {
position: absolute;
top: 5px;
right: 10px;
cursor: pointer;
}
#underline .mask .title {
border-bottom: 1px solid #EEEEEE;
line-height: 42px;
font-size: 18px;
color: #3266BC;
}
#underline .mask span {
display: inline-block;
width: 5px;
height: 20px;
background: #3266BC;
margin-right: 10px;
position: relative;
top: 3px;
}
#underline .mask .near {
line-height: 17px;
}
#underline .mask .margin {
margin-top: 17px;
}
#underline .mask .info {
line-height: 25px;
font-size: 18px;
color: #3266BB;
}
/**************
聚合支付
**************/
.content #together .pt-fl:nth-of-type(1) {margin-bottom:100px;
line-height: 30px;
margin-left: 40px;
margin-right: 140px;
}
.content #together .logo img {
width: 55px;
height: 55px;
margin-right: 40px;
}
.content #together .pt-fl:nth-of-type(1) span {
font-size: 16px;
}
.content #together .red {
color: #EE5959;
}
.content #together .logo img:nth-of-type(3) {
width: 89px;
}
.content #together .logo {
margin-top: 80px;
margin-bottom: 150px;
}
.content #together .code {
width: 285px;
height: 285px;
background-color: #3266bc;
text-align: center;
color: #fff;
line-height: 285px;
font-size: 26px;
margin-top: 35px;
}
/**************
支票
**************/
.content #check {
padding-left: 40px;
}
.content #check div {
line-height: 30px;
}
.content #check div.name {
font-size: 22px;
font-weight: bold;
margin: 20px 0 30px 0;
}
.content #check .tel {
margin-left: 150px;
}
/******************************************************
支付信息确认pay页
******************************************************/
.pay {
background: #fff;
position: relative;
}
.pay .confirm {
height: 60px;
line-height: 60px;
color: #3266bc;
font-size: 24px;
border-top: 2px solid #3266bc;
}
/***************
支付订单
****************/
.pay .order {
padding: 30px 0 20px 20px;
background: #fafafa;
line-height: 30px;
}
.pay .order span {
/* font-size: 16px;*/
}
.pay .order .pt-fl {
width: 350px;
}
.pay .order .price {
color: rgba(236, 49, 49, 0.87);
}
.pay .title {
border-left: 4px solid #3266bc;
padding-left: 10px;
font-size: 18px;
color: #3266bc;
line-height: 20px;
margin-bottom: 12px;
}
.pay .bill .title {
margin-bottom: 23px;
}
/***************
缴费清单
****************/
.pay .bill {
padding: 25px 20px 40px 20px;
}
.pay table {
width: 100%;
border: 1px solid #DDDDDD;
text-align: center;
}
.pay table th {
font-size: 14px;
color: #000;
background: #edf2f6;
}
.pay table th, .pay table td {
padding-top: 15px;
padding-bottom: 10px;
}
.pay .pages {
text-align: center;
margin-top: 30px;
}
.pay .pages>* {
display: inline-block;
margin: 0 2px;
}
.pay .pages>span {
color: #3266bc;
}
.pay .pages div {
border-radius: 3px;
height: 25px;
border: solid 1px rgba(0, 0, 0, 0.1);
line-height: 25px;
}
.pay .pages div.big-btn {
width: 60px;
color: #999999;
}
.pay .pages div.mid-btn {
width: 40px;
}
.pay .pages div.small-btn {
width: 25px;
}
.pay .pages div.active {
background-color: #3266bc;
color: #fff;
}
/***************
支付方式
****************/
.pay .pay-method {
margin-left: 25px;
margin-right: 25px;
padding-bottom: 80px;
padding-top: 25px;
border-top: solid 1px #dddddd;
}
.pay .pay-method .method {
width: 130px;
height: 40px;
line-height: 40px;
background-color: #ffffff;
border: solid 1px #3266bc;
text-align: center;
font-size: 18px;
margin: 8px 40px 0px 10px;
}
.pay .pay-method .method:nth-of-type(1) {
position: relative;
}
.pay .pay-method .method:nth-of-type(2) {
position: relative;
}
.pay .spe img {
position: absolute;
bottom: -1px;
right: -1px;
}
.pay .submit {
text-align: center;
}
.clickCursor {
cursor: pointer;
}
.pay .submit>div {
width: 130px;
height: 40px;
border-radius: 2px;
border: solid 1px #666666;
line-height: 40px;
text-align: center;
font-size: 18px;
display: inline-block;
margin: 0 15px 45px 15px;
cursor: pointer;
}
.pay .submit>div.submit-order {
background-color: #ec3131;
border: none;
color: #fff;
}
.mask{
width: 100%;
}
.mask-div{
width: 100%;
padding: 20px;
}
.mask-pt-fl{
font-size:16px;
float: left;
padding-left: 250px;
padding-top: 100px;
}
.mask-pt-fvs{
padding-top: 100px;
}
.bottom {
padding-top:100px;
text-align: center;
}
/*线下支付*/
.tab-content .tab-pane .tips{
color: #333;
}
.mask-div .account-info{
background-color: #3c8dbc;
color: #fff;
margin: 20px 10px;
text-align: center;
}
.mask-div .account-info p{
font-size: 16px;
}
.mask-div p{
font-size: 14px;
}
.mask-div .smal{
font-size: 12px;
}
/***************
我的订单
****************/
.form-control.form-option{
width: 200px;
display: inline-block;
margin: 20px 0;
}
.pt-fotter{
padding-left: 50%;
margin-bottom: 20px;
}
.table,.table th,.table td{
border: 1px solid #ddd;
}
/*我的订单详情弹出页*/
.details-body{
border-bottom: 1px solid #2E66BD;
margin-bottom: 30px;
}
.details-body-fl{
text-align: center;
border-right: 1px solid #2E66BD;
padding: 20px 80px 20px 40px;
}
.details-body-fl h3{
color: #ff4242;
margin-bottom: 20px;
}
.details-body-fr{
border: 0;
text-align: center;
padding: 20px 0;
margin-left: 100px;
}
.details-body-fr li{
float: left;
border: 0;
}
.details-body-fr img{
width: 45px;
}
/*我的订单取消弹出页*/
.hint{
background-color: #FFFCDB;
height: 70px;
line-height: 70px;
box-sizing: border-box;
padding: 2px 20px;
}
.hint img{
vertical-align: text-top;
margin-right: 10px;
}
.reason ul{
height: 36px;
/*width: 187px;*/
line-height: 36px;
text-align: center;
/*float: left;*/
margin: 20px 20px 0 10px;
cursor: pointer;
/*background-color: #5bc0de;*/
/*color: #fff;*/
}
.reason li{
width: 187px;
text-align: center;
margin: 20px 20px 70px 10px;
display: inline-block;
background-color: #5bc0de;
color: #fff;
}
div.botton{
padding-top: 40px;
text-align: center;
}
/*我的订单跟踪弹框*/
.trace{
border-left: 3px solid #2E66BD;
position: relative;
}
.trace h5{
font-size: 14px;
}
.trace p{
font-size: 12px;
}
.trace p,.trace h5{
margin-left: 20px;
}
.dot{
width: 12px;
height: 12px;
border-radius: 6px;
background-color: #2E66BD;
position: absolute;
left: -7px;
top: 3px;
}
.dot.dot2{
position: absolute;
left: -7px;
top: 50px;
} | css/pay-main.css | body {
background: #f2f2f2;
}
.content .choose {
height: 60px;
line-height: 60px;
color: #3266bc;
font-size: 24px;
background: #fff;
border-top: 2px solid #3266bc;
}
.content .gray {
height: 30px;
}
.content .details {
background-color: #fafafa;
padding-top: 30px;
}
.content .nav-tabs {
font-size: 16px;
background-color: #fafafa;
padding-left: 20px;
border: 1px solid #fafafa;
padding-top: 30px;
}
.content .nav-tabs a {
color: #000;
width: 145px;
height: 40px;
background-color: rgba(232, 244, 255, 0.45);
border: solid 1px rgba(79, 156, 244, 0.45);
margin: 0;
border-radius: 0;
border-left: 0;
}
.content .nav-tabs .active {
border: solid 1px rgba(79, 156, 244, 0.45);
border-bottom: 0;
border-left: 0;
}
.content .nav-tabs>li.active>a, .content .nav-tabs>li.active>a:hover,
.content .nav-tabs>li.active>a:focus {
background-color: #fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
{
border: 0;
}
/***************
企业网银
*************/
.content .tips {
font-size: 14px;
color: rgba(236, 49, 49, 0.87)
}
.content .tab-content>div {
padding-top: 30px;
min-height: 500px;
}
.content .tab-content .pay {
margin-top: 30px;
background: #FAFAFA;
}
.content .footer {
border-top: solid 1px rgba(221, 221, 221, 0.54);
height: 50px;
line-height: 50px;
color: #3266bc;
font-size: 12px;
cursor: pointer;
}
.content .tips, .content .pay, .content .footer {
margin-left: 40px;
}
.content .tips img {
position: relative;
top: -2px;
margin-right: 8px;
}
.content .pay a {
width: 260px;
display: inline-block;
margin-bottom: 35px;
}
.content .pay img {
height: 41px;
}
.content .footer img {
position: relative;
top: -1px;
margin-right: 8px;
}
/**************
线下汇款
***************/
.content #underline {
padding-left: 40px;
position: relative;
}
.content #underline>div {
line-height: 30px;
}
.content #underline>div span {
font-size: 16px;
}
.content #underline .red-word {
color: #EE6869;
margin-left: 8px;
font-size: 14px;
position: relative;
top: 2px;
}
.content #underline .print {
width: 125px;
height: 35px;
line-height: 35px;
background: #3266BC;
font-size: 18px;
letter-spacing: 1px;
color: #fff;
text-align: center;
margin-top: 20px;
cursor: pointer;
}
.content #underline .explain {
margin-top: 15px;
}
.mask {
min-width: 635px;
height: 350px;
border-top: 2px solid #3266bc;
box-shadow: 0 0 8px rgba(70, 121, 206, 0.2);
padding: 10px 40px 20px 25px;
box-sizing: border-box;
position: absolute;
left: 50%;
top: 35px;
margin-left: -318px;
background: #fff;
display: none;
}
.payType {
height: 200px;
margin-top: -205px;
}
.close-mask {
position: absolute;
top: 5px;
right: 10px;
cursor: pointer;
}
#underline .mask .title {
border-bottom: 1px solid #EEEEEE;
line-height: 42px;
font-size: 18px;
color: #3266BC;
}
#underline .mask span {
display: inline-block;
width: 5px;
height: 20px;
background: #3266BC;
margin-right: 10px;
position: relative;
top: 3px;
}
#underline .mask .near {
line-height: 17px;
}
#underline .mask .margin {
margin-top: 17px;
}
#underline .mask .info {
line-height: 25px;
font-size: 18px;
color: #3266BB;
}
/**************
聚合支付
**************/
.content #together .pt-fl:nth-of-type(1) {margin-bottom:100px;
line-height: 30px;
margin-left: 40px;
margin-right: 140px;
}
.content #together .logo img {
width: 55px;
height: 55px;
margin-right: 40px;
}
.content #together .pt-fl:nth-of-type(1) span {
font-size: 16px;
}
.content #together .red {
color: #EE5959;
}
.content #together .logo img:nth-of-type(3) {
width: 89px;
}
.content #together .logo {
margin-top: 80px;
margin-bottom: 150px;
}
.content #together .code {
width: 285px;
height: 285px;
background-color: #3266bc;
text-align: center;
color: #fff;
line-height: 285px;
font-size: 26px;
margin-top: 35px;
}
/**************
支票
**************/
.content #check {
padding-left: 40px;
}
.content #check div {
line-height: 30px;
}
.content #check div.name {
font-size: 22px;
font-weight: bold;
margin: 20px 0 30px 0;
}
.content #check .tel {
margin-left: 150px;
}
/******************************************************
支付信息确认pay页
******************************************************/
.pay {
background: #fff;
position: relative;
}
.pay .confirm {
height: 60px;
line-height: 60px;
color: #3266bc;
font-size: 24px;
border-top: 2px solid #3266bc;
}
/***************
支付订单
****************/
.pay .order {
padding: 30px 0 20px 20px;
background: #fafafa;
line-height: 30px;
}
.pay .order span {
/* font-size: 16px;*/
}
.pay .order .pt-fl {
width: 350px;
}
.pay .order .price {
color: rgba(236, 49, 49, 0.87);
}
.pay .title {
border-left: 4px solid #3266bc;
padding-left: 10px;
font-size: 18px;
color: #3266bc;
line-height: 20px;
margin-bottom: 12px;
}
.pay .bill .title {
margin-bottom: 23px;
}
/***************
缴费清单
****************/
.pay .bill {
padding: 25px 20px 40px 20px;
}
.pay table {
width: 100%;
border: 1px solid #DDDDDD;
text-align: center;
}
.pay table th {
font-size: 14px;
color: #000;
background: #edf2f6;
}
.pay table th, .pay table td {
padding-top: 15px;
padding-bottom: 10px;
}
.pay .pages {
text-align: center;
margin-top: 30px;
}
.pay .pages>* {
display: inline-block;
margin: 0 2px;
}
.pay .pages>span {
color: #3266bc;
}
.pay .pages div {
border-radius: 3px;
height: 25px;
border: solid 1px rgba(0, 0, 0, 0.1);
line-height: 25px;
}
.pay .pages div.big-btn {
width: 60px;
color: #999999;
}
.pay .pages div.mid-btn {
width: 40px;
}
.pay .pages div.small-btn {
width: 25px;
}
.pay .pages div.active {
background-color: #3266bc;
color: #fff;
}
/***************
支付方式
****************/
.pay .pay-method {
margin-left: 25px;
margin-right: 25px;
padding-bottom: 80px;
padding-top: 25px;
border-top: solid 1px #dddddd;
}
.pay .pay-method .method {
width: 130px;
height: 40px;
line-height: 40px;
background-color: #ffffff;
border: solid 1px #3266bc;
text-align: center;
font-size: 18px;
margin: 8px 40px 0px 10px;
}
.pay .pay-method .method:nth-of-type(1) {
position: relative;
}
.pay .pay-method .method:nth-of-type(2) {
position: relative;
}
.pay .spe img {
position: absolute;
bottom: -1px;
right: -1px;
}
.pay .submit {
text-align: center;
}
.clickCursor {
cursor: pointer;
}
.pay .submit>div {
width: 130px;
height: 40px;
border-radius: 2px;
border: solid 1px #666666;
line-height: 40px;
text-align: center;
font-size: 18px;
display: inline-block;
margin: 0 15px 45px 15px;
cursor: pointer;
}
.pay .submit>div.submit-order {
background-color: #ec3131;
border: none;
color: #fff;
}
.mask{
width: 100%;
}
.mask-div{
width: 100%;
padding: 20px;
}
.mask-pt-fl{
font-size:16px;
float: left;
padding-left: 250px;
padding-top: 100px;
}
.mask-pt-fvs{
padding-top: 100px;
}
.bottom {
padding-top:100px;
text-align: center;
}
/*线下支付*/
.tab-content .tab-pane .tips{
color: #333;
}
.mask-div .account-info{
background-color: #3c8dbc;
color: #fff;
margin: 20px 10px;
text-align: center;
}
.mask-div .account-info p{
font-size: 16px;
}
.mask-div p{
font-size: 14px;
}
.mask-div .smal{
font-size: 12px;
}
/***************
我的订单
****************/
.form-control.form-option{
width: 200px;
display: inline-block;
margin: 20px 0;
}
.pt-fotter{
padding-left: 50%;
margin-bottom: 20px;
}
.table,.table th,.table td{
border: 1px solid #ddd;
}
/*我的订单详情弹出页*/
.details-body{
border-bottom: 1px solid #2E66BD;
margin-bottom: 30px;
}
.details-body-fl{
text-align: center;
border-right: 1px solid #2E66BD;
padding: 20px 80px 20px 40px;
}
.details-body-fl h3{
color: #ff4242;
margin-bottom: 20px;
}
.details-body-fr{
border: 0;
text-align: center;
padding: 20px 0;
margin-left: 100px;
}
.details-body-fr li{
float: left;
border: 0;
}
.details-body-fr img{
width: 45px;
}
/*我的订单取消弹出页*/
.hint{
background-color: #FFFCDB;
height: 70px;
line-height: 70px;
box-sizing: border-box;
padding: 2px 20px;
}
.hint img{
vertical-align: text-top;
margin-right: 10px;
}
.reason ul{
height: 36px;
/*width: 187px;*/
line-height: 36px;
text-align: center;
/*float: left;*/
margin: 20px 20px 0 10px;
cursor: pointer;
/*background-color: #5bc0de;*/
/*color: #fff;*/
}
.reason li{
width: 187px;
text-align: center;
margin: 20px 20px 70px 10px;
display: inline-block;
background-color: #5bc0de;
color: #fff;
}
div.botton{
padding-top: 40px;
text-align: center;
}
/*我的订单跟踪弹框*/
.trace{
border-left: 3px solid #2E66BD;
position: relative;
}
.trace h5{
font-size: 14px;
}
.trace p{
font-size: 12px;
}
.trace p,.trace h5{
margin-left: 20px;
}
.dot{
width: 12px;
height: 12px;
border-radius: 6px;
background-color: #2E66BD;
position: absolute;
left: -7px;
top: 3px;
}
.dot.dot2{
position: absolute;
left: -7px;
top: 50px;
} | 0.278061 | 0.05848 |
.fauceDiv {
width: 100%;
height: 100%;
}
.fauceDiv .versionHeart .header {
width: 100%;
height: 81px;
padding-top: 19px;
}
.fauceDiv .versionHeart .header img {
height: 20px;
width: 20px;
float: left;
margin-right: 8px;
}
.fauceDiv .versionHeart .header span {
font-size: 24px;
font-weight: bold;
color: #040820;
line-height: 20px;
float: left;
}
.fauceDiv .versionHeart .bodyDiv {
width: 100%;
height: 470px;
background: #EBF2FA;
box-shadow: 4px 2px 16px 0px rgba(95, 157, 231, 0.48), -4px -2px 16px 0px #FFFFFF;
border-radius: 35px;
border: 2px solid rgba(255, 255, 255, 0.3);
}
.fauceDiv .versionHeart .bodyDiv .centerDiv {
padding-top: 20px;
width: 92%;
margin: 0 auto;
height: 100%;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part1 {
height: 40px;
width: 100%;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part1 .inputDiv {
float: left;
width: 69%;
height: 100%;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part1 .inputDiv input {
height: 100%;
width: 100%;
font-size: 14px;
padding-left: 10px;
background: #E5EDF5;
box-shadow: inset 4px 2px 8px 0px rgba(95, 157, 231, 0.48), inset -4px -2px 8px 0px #FFFFFF;
border-radius: 20px 0px 0px 20px;
border: 2px solid rgba(255, 255, 255, 0.2);
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part1 .btnDiv {
float: right;
width: 29%;
height: 90%;
background: #EBF2FA;
box-shadow: 4px 2px 16px 0px rgba(95, 157, 231, 0.48), -4px -2px 16px 0px #FFFFFF;
border-radius: 0px 20px 20px 0px;
border: 2px solid rgba(255, 255, 255, 0.3);
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part1 .btnDiv .dropdown button {
width: 75px;
height: 34px;
background: none;
outline: none;
border: none;
font-weight: 600;
color: #7E97B8;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part1 .btnDiv .dropdown .dropdown-menu {
font-weight: 600;
color: #7E97B8;
background: linear-gradient(138deg, #EAF2F9 0%, #E3EDF7 100%);
box-shadow: 8px 8px 9px 0px rgba(128, 152, 176, 0.2);
border-radius: 10px;
border: none;
margin: 0.625rem 0 0;
font-size: 14px;
left: 35px;
min-width: 8rem;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part1 .btnDiv .dropdown .dropdown-menu img {
width: 15px;
height: 15px;
margin-right: 5px;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part2 {
width: 100%;
height: 112px;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part2 ul {
width: 100%;
height: 100%;
display: flex;
justify-content: space-between;
padding-top: 25px;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part2 ul li {
flex: 1;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part2 ul li input {
width: 15px;
height: 15px;
margin-right: 6px;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part2 ul li span {
font-weight: 600;
color: #7E97B8;
line-height: 20px;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part2 ul li .val {
margin-right: 3px;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part2 ul li .coin {
margin-right: 6px ;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part3 p {
font-size: 12px;
font-weight: 600;
color: #7E97B8;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part3 p a {
color: #3F90FF;
margin-left: 8px;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part4 {
padding-top: 25px;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part4 button {
width: 100%;
height: 48px;
background: linear-gradient(139deg, #7FB5FF 0%, #3489FF 100%);
box-shadow: 4px 17px 21px 0px rgba(163, 202, 255, 0.72);
border-radius: 30px;
font-size: 16px;
padding: 0.7em;
border: none;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part4 .stake {
color: #ffffff;
background: linear-gradient(139deg, #7FB5FF 0%, #3489FF 100%);
box-shadow: 4px 17px 21px 0px rgba(163, 202, 255, 0.72);
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part4 .nostake {
background: #D4DDE9;
color: #ffffff;
vertical-align: middle;
}
@media screen and (max-width: 768px) {
.versionHeart {
width: 90%;
height: 100%;
margin: 0 auto;
}
}
@media screen and (min-width: 768px) {
.versionHeart {
width: 450px;
height: 100%;
margin: 0 auto;
}
} | projects/bow-faucet/src/app/app.component.css | .fauceDiv {
width: 100%;
height: 100%;
}
.fauceDiv .versionHeart .header {
width: 100%;
height: 81px;
padding-top: 19px;
}
.fauceDiv .versionHeart .header img {
height: 20px;
width: 20px;
float: left;
margin-right: 8px;
}
.fauceDiv .versionHeart .header span {
font-size: 24px;
font-weight: bold;
color: #040820;
line-height: 20px;
float: left;
}
.fauceDiv .versionHeart .bodyDiv {
width: 100%;
height: 470px;
background: #EBF2FA;
box-shadow: 4px 2px 16px 0px rgba(95, 157, 231, 0.48), -4px -2px 16px 0px #FFFFFF;
border-radius: 35px;
border: 2px solid rgba(255, 255, 255, 0.3);
}
.fauceDiv .versionHeart .bodyDiv .centerDiv {
padding-top: 20px;
width: 92%;
margin: 0 auto;
height: 100%;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part1 {
height: 40px;
width: 100%;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part1 .inputDiv {
float: left;
width: 69%;
height: 100%;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part1 .inputDiv input {
height: 100%;
width: 100%;
font-size: 14px;
padding-left: 10px;
background: #E5EDF5;
box-shadow: inset 4px 2px 8px 0px rgba(95, 157, 231, 0.48), inset -4px -2px 8px 0px #FFFFFF;
border-radius: 20px 0px 0px 20px;
border: 2px solid rgba(255, 255, 255, 0.2);
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part1 .btnDiv {
float: right;
width: 29%;
height: 90%;
background: #EBF2FA;
box-shadow: 4px 2px 16px 0px rgba(95, 157, 231, 0.48), -4px -2px 16px 0px #FFFFFF;
border-radius: 0px 20px 20px 0px;
border: 2px solid rgba(255, 255, 255, 0.3);
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part1 .btnDiv .dropdown button {
width: 75px;
height: 34px;
background: none;
outline: none;
border: none;
font-weight: 600;
color: #7E97B8;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part1 .btnDiv .dropdown .dropdown-menu {
font-weight: 600;
color: #7E97B8;
background: linear-gradient(138deg, #EAF2F9 0%, #E3EDF7 100%);
box-shadow: 8px 8px 9px 0px rgba(128, 152, 176, 0.2);
border-radius: 10px;
border: none;
margin: 0.625rem 0 0;
font-size: 14px;
left: 35px;
min-width: 8rem;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part1 .btnDiv .dropdown .dropdown-menu img {
width: 15px;
height: 15px;
margin-right: 5px;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part2 {
width: 100%;
height: 112px;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part2 ul {
width: 100%;
height: 100%;
display: flex;
justify-content: space-between;
padding-top: 25px;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part2 ul li {
flex: 1;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part2 ul li input {
width: 15px;
height: 15px;
margin-right: 6px;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part2 ul li span {
font-weight: 600;
color: #7E97B8;
line-height: 20px;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part2 ul li .val {
margin-right: 3px;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part2 ul li .coin {
margin-right: 6px ;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part3 p {
font-size: 12px;
font-weight: 600;
color: #7E97B8;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part3 p a {
color: #3F90FF;
margin-left: 8px;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part4 {
padding-top: 25px;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part4 button {
width: 100%;
height: 48px;
background: linear-gradient(139deg, #7FB5FF 0%, #3489FF 100%);
box-shadow: 4px 17px 21px 0px rgba(163, 202, 255, 0.72);
border-radius: 30px;
font-size: 16px;
padding: 0.7em;
border: none;
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part4 .stake {
color: #ffffff;
background: linear-gradient(139deg, #7FB5FF 0%, #3489FF 100%);
box-shadow: 4px 17px 21px 0px rgba(163, 202, 255, 0.72);
}
.fauceDiv .versionHeart .bodyDiv .centerDiv .part4 .nostake {
background: #D4DDE9;
color: #ffffff;
vertical-align: middle;
}
@media screen and (max-width: 768px) {
.versionHeart {
width: 90%;
height: 100%;
margin: 0 auto;
}
}
@media screen and (min-width: 768px) {
.versionHeart {
width: 450px;
height: 100%;
margin: 0 auto;
}
} | 0.439026 | 0.086593 |
:root {
--main-bg-color: rgb(40, 167, 69);
--main-text-color: rgb(40, 167, 69);
--second-text-color: #bbbec5;
--second-bg-color: #c1efde;
--button-color:rgb(40, 167, 69);
--text-red:rgb(255,0,0);
--text-green:rgb(40, 167, 69);
--bg-green:rgb(40, 167, 69);
}
.primary-text {
color: var(--main-text-color);
}
.btn{
background-color: var(--button-color);
}
.second-text {
color: var(--second-text-color);
}
.primary-bg {
background-color: var(--main-bg-color);
}
.secondary-bg {
background-color: var(--second-bg-color);
}
.text-red{
color:var(--text-red);
}
.text-green{
color: var(--text-green);
}
.bg-green{
background-color: var(--bg-green);
}
.rounded-full {
border-radius: 100%;
}
/*#wrapper {
overflow-x: hidden;
background-image: linear-gradient(
to right,
#baf3d7,
#c2f5de,
#cbf7e4,
#d4f8ea,
#ddfaef
);
}*/
#sidebar-wrapper{
box-shadow: 2px 2px 12px rgba(0,0,0,2);/*red,green,blue,alpha* rgba*/
}
#sidebar-wrapper {
min-height: 100vh;
margin-left: -15rem;
-webkit-transition: margin 0.25s ease-out;
-moz-transition: margin 0.25s ease-out;
-o-transition: margin 0.25s ease-out;
transition: margin 0.25s ease-out;
}
#sidebar-wrapper .sidebar-heading {
padding: 0.875rem 1.25rem;
font-size: 1.2rem;
}
#sidebar-wrapper .list-group {
width: 15rem;
}
#page-content-wrapper {
min-width: 100vw;
}
#wrapper.toggled #sidebar-wrapper {
margin-left: 0;
}
#menu-toggle {
cursor: pointer;
}
.list-group-item {
border: none;
padding: 20px 30px;
}
.list-group-item.active {
background-color: transparent;
color: var(--second-text-color);
font-weight: bold;
border: none;
}
.dados{
align-items: center;
border-top: 1px solid black;
}
.form-label{
box-shadow: none;
font-size: 18px;
font-weight: normal;
margin-bottom: 22px;
}
.form-label:focus{
border-color: #d9d9d9;
}
.form-control:focus{
box-shadow: none;
}
.b{
font-size:14px;
}
@media (min-width: 768px) {
#sidebar-wrapper {
margin-left: 0;
}
#page-content-wrapper {
min-width: 0;
width: 100%;
}
#wrapper.toggled #sidebar-wrapper {
margin-left: -15rem;
}
} | public/css/style.css | :root {
--main-bg-color: rgb(40, 167, 69);
--main-text-color: rgb(40, 167, 69);
--second-text-color: #bbbec5;
--second-bg-color: #c1efde;
--button-color:rgb(40, 167, 69);
--text-red:rgb(255,0,0);
--text-green:rgb(40, 167, 69);
--bg-green:rgb(40, 167, 69);
}
.primary-text {
color: var(--main-text-color);
}
.btn{
background-color: var(--button-color);
}
.second-text {
color: var(--second-text-color);
}
.primary-bg {
background-color: var(--main-bg-color);
}
.secondary-bg {
background-color: var(--second-bg-color);
}
.text-red{
color:var(--text-red);
}
.text-green{
color: var(--text-green);
}
.bg-green{
background-color: var(--bg-green);
}
.rounded-full {
border-radius: 100%;
}
/*#wrapper {
overflow-x: hidden;
background-image: linear-gradient(
to right,
#baf3d7,
#c2f5de,
#cbf7e4,
#d4f8ea,
#ddfaef
);
}*/
#sidebar-wrapper{
box-shadow: 2px 2px 12px rgba(0,0,0,2);/*red,green,blue,alpha* rgba*/
}
#sidebar-wrapper {
min-height: 100vh;
margin-left: -15rem;
-webkit-transition: margin 0.25s ease-out;
-moz-transition: margin 0.25s ease-out;
-o-transition: margin 0.25s ease-out;
transition: margin 0.25s ease-out;
}
#sidebar-wrapper .sidebar-heading {
padding: 0.875rem 1.25rem;
font-size: 1.2rem;
}
#sidebar-wrapper .list-group {
width: 15rem;
}
#page-content-wrapper {
min-width: 100vw;
}
#wrapper.toggled #sidebar-wrapper {
margin-left: 0;
}
#menu-toggle {
cursor: pointer;
}
.list-group-item {
border: none;
padding: 20px 30px;
}
.list-group-item.active {
background-color: transparent;
color: var(--second-text-color);
font-weight: bold;
border: none;
}
.dados{
align-items: center;
border-top: 1px solid black;
}
.form-label{
box-shadow: none;
font-size: 18px;
font-weight: normal;
margin-bottom: 22px;
}
.form-label:focus{
border-color: #d9d9d9;
}
.form-control:focus{
box-shadow: none;
}
.b{
font-size:14px;
}
@media (min-width: 768px) {
#sidebar-wrapper {
margin-left: 0;
}
#page-content-wrapper {
min-width: 0;
width: 100%;
}
#wrapper.toggled #sidebar-wrapper {
margin-left: -15rem;
}
} | 0.449876 | 0.130341 |
.absolute {
position: absolute;
}
/*
.left-bottom-round{
border-bottom-left-radius: 6px;
}
.right-bottom-round{
border-bottom-right-radius: 6px;
}
.bottom-round{
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}*/
.large-sect{
width: 85%!important;
}
.full-sect{
width: 100%!important;
}
.float_left{
font-weight: bold;
color: #020202;
top:1px;
left: 7%;
position: absolute;
}
.real_left_float{
float: left;
}
.inline_block{
display: inline-block;
}
.hidden{
display: none!important;
height: 0;
width: 0;
}
.applications-main {
color: #383838;
box-sizing: border-box;
display: flex;
position: absolute;
min-height: 650px;
background: #ffffff;
width: 100%;
left: 0;
margin-top: 0;
padding: 0 30px;
}
.applications-main .header {
background: #ffffff;
color: #555555;
font-weight: bold;
text-align: left;
margin: 0 5px!important;
border-bottom:thin dashed #d8d8d8;
padding: 5px 10px;
}
.applications-main .sub-header {
color: #373737;
font-weight: bold;
font-size: 15px;
text-align: left;
margin: 0 5px!important;
border-bottom:thin dashed #d8d8d8;
padding: 5px 10px;
}
#application-form {
position: relative;
display: block;
text-align: center;
box-sizing: border-box;
border-top: none;
border-bottom: thin solid #b6b6b6;
background: #ffffff;
}
#application-form input[type="submit"]{
width: 200px;
}
#application-form input[type="text"]{
width: 200px;
}
#application-form input[type="email"]{
width: 200px;
}
#application-form input[type="password"]{
width: 200px;
}
#application-form input[type="file"]{
display: none;
width: 200px;
}
.upload_button {
position: relative;
}
.upload_button:after{
float: right;
margin: -8px 0 0 5px;
padding: 7px 0 0 0;
width: 100px;
height: 20px;
content: " Browse ";
border-radius: 3px;
background: #d8d8d8;
border: solid thin #b1b1b1;
cursor: pointer;
z-index:0;
}
#application-form input{
display: inline-block;
}
#applicants-dits {
box-sizing: border-box;
float: left;
border-top: none;
margin-bottom: 50px;
border-bottom: thin solid #dddddd;
border-left: thin solid #dddddd;
border-right: thin solid #dddddd;
background: #ffffff;
min-height:400px;
min-width: 60%;
}
#applicants-dits input{
box-sizing: border-box;
margin: 2px 0;
padding: 2px;
width: 100%;
height: 30px;
font-size: 14px;
}
#applicants-dits select {
box-sizing: border-box;
margin: 0;
padding: 4px;
width: 100%;
height: 30px;
border: thin solid #aeaeae;
border-radius: 3px;
font-size: 14px;
}
#search-results {
display: block;
box-sizing: border-box;
color: #ffffff;
float: left;
margin-bottom: 50px;
border-top: none;
border-bottom: thin solid #dddddd;
border-right: thin solid #dddddd;
background: #ffffff;
min-height: 400px;
max-height: 95%;
width: 20%;
}
#application-form form {
margin-top: 30px;
}
.applications-main input[type=text] {
position: relative;
box-sizing: border-box;
display: block;
margin: 3px 10px;
max-width: 100%;
height: 30px;
width: 92%;
padding: 10px 5px;
border: thin solid #d1d1d1;
}
.applications-main input[type=email] {
position: relative;
box-sizing: border-box;
display: block;
margin: 3px 10px;
max-width: 100%;
height: 30px;
width: 92%;
padding: 10px 5px;
border: thin solid #d1d1d1;
}
.applications-main input[type=password] {
position: relative;
box-sizing: border-box;
display: block;
margin: 3px 10px;
max-width: 100%;
height: 30px;
width: 92%;
padding: 10px 5px;
border: thin solid #d1d1d1;
}
.applications-main input[type=submit] {
position: relative;
box-sizing: border-box;
display: block;
margin: 2px 10px;
height: 30px;
max-width: 100%;
width: 92%;
padding: 2px;
border-radius: 3px;
background: #b6b6b6;
border: solid thin #b1b1b1;
color: #000000;
font-size: 14px;
cursor: pointer;
}
.applications-main input[type=submit]:hover {
background: #e4e4e4;
}
.applications-main .input_upload {
font-size: 13px;
font-weight: bold;
display:inline-block;
margin: 3px 10px 15px;
max-width: 100%;
padding: 2px;
}
.applications-main #info {
display: inline-block;
position: relative;
box-sizing: border-box;
font-size: 13px;
color: #3f3f3f;
border: thin solid #b6b6b6;
margin: 2px 10px 0;
padding: 3px 5px;
border-radius: 0;
z-index: 100;
}
.info {
color: #ffffff;
margin: 10px;
font-size: 14px;
}
.applicationsList{
position: relative;
margin:10px;
}
.applicationsList a {
box-sizing: border-box;
display: inline-block;
text-decoration: none;
height: 25px;
padding: 3px;
border-radius: 3px;
background: #d6d6d6;
border: solid thin #b1b1b1;
color: #000000;
font-size: 14px;
cursor: pointer;
}
.applicationsList a:hover{
background: #e8e7e7;
}
.repeat_reg {
position: relative;
display: flex;
flex-direction: column;
box-sizing: border-box;
overflow: hidden;
margin: 10px 0;
color: #555555;
background: #ffffff;
min-height: 100px;
}
.update_reg {
position: relative;
display: flex;
flex-direction: column;
box-sizing: border-box;
overflow: hidden;
padding: 5px;
margin: 5px 0;
color: #555555;
background: #ffffff;
min-height: 200px;
}
.comments_reg{
position: relative;
display: flex;
flex-direction: column;
box-sizing: border-box;
overflow: hidden;
padding: 5px;
margin: 5px 0;
color: #555555;
background: #ffffff;
min-height: 300px;
}
.comments_reg .cname {
width: 20%!important;
}
.comments_reg .note {
width: 60%!important;
}
.comments_reg .date {
width: 20%!important;
}
.comments_reg .downer {
height: 100px;
overflow: hidden;
}
.thead {
color: #ffffff;
font-size: 13px;
font-weight: bold;
}
.thead>div {
background: #dbdbeb!important;
border: none!important;
margin: 1px;
}
.thead1>div {
background: #dbdbeb!important;
border: none!important;
margin: 1px;
}
.tbody {
color: #000000;
font-size: 14px;
}
.tbody>div{
padding-left: 10px!important;
}
.tbody1 {
color: #000000;
font-size: 14px;
}
.tbody1>div{
padding-left: 10px!important;
}
.app_name {
overflow: hidden!important;
width: 20%;
}
.con_name {
overflow: hidden!important;
width: 14%;
}
.agent {
width: 19%;
}
.a-agent {
width: 15%;
}
.agent_alt{
overflow: hidden!important;
width: 27%
}
.app_no {
width: 12%;
}
.app_no_alt {
overflow: hidden!important;
padding: 0!important;
width: 12%;
}
.app_no_alt1{
width: 18%;
}
.user_agent {
width: 20%;
}
.user_agent_alt{
width: 20%;
}
.view{
display: none;
width: 11%;
height: 100%;
content: "";
}
.view_alt{
overflow: hidden!important;
padding: 0 0 0 10px!important;
width: 11%;
border: none!important;
}
.view1{
display: none;
width: 23%;
height: 100%;
content: "";
}
.view_alt1{
overflow: hidden!important;
padding: 0 0 0 10px!important;
width: 24%;
border: none!important;
}
.ref_id {
width: 12%;
}
.ref_id_alt{
width: 13%;
}
.address{
width: 14%;
}
.ref_mobile {
width: 14%;
}
.ref_mobile_alt1 {
width: 20%;
}
.ref_mobile_alt {
overflow: hidden!important;
padding: 0!important;
width: 14%;
}
.status {
width: 20%;
}
.status_alt {
width: 18%;
}
.status_alt_1 {
padding: 3px 0!important;
width: 10%;
}
.date {
width: 32%;
}
.date1 {
width: 20%;
}
.email{
width: 17%;
}
.mob{
width: 15%;
}
.user_name {
width: 29%;
}
.user_email {
width: 30%;
}
.user_email_alt{
width: 30%;
overflow: hidden!important;
padding: 0!important;
}
.user_date{
width: 29%;
}
.search_1 {
width: 48%;
}
.search_2 {
width: 48%
}
.dit_cell {
width: 150px;
}
.thead div{
color: #2b2b2b;
background: #ffffff;
border: thin solid #b6b6b6;
min-height: 27px;
overflow: hidden;
float: left;
box-sizing: border-box;
padding: 5px 5px;
}
.tbody div{
box-sizing: border-box;
color:#3a3a3a;
overflow: hidden;
float: left;
box-sizing: border-box;
padding: 9px 5px;
margin: 0 0 10px;
border-bottom: thin dashed #9b9b9b;
}
.tbody1 div{
box-sizing: border-box;
overflow: hidden;
overflow-wrap: break-word;
float: left;
box-sizing: border-box;
padding: 5px 5px;
border-bottom: thin dashed #9b9b9b;
}
.search-rez{
padding: 10px;
}
.search-rez input[type=submit] {
color: #333333!important;
display: inline-block;
text-align: left;
box-sizing: border-box;
width: 90%;
height: 90%;
font-size: 12px;
background: none!important;
margin: 0;
border: 0;
box-shadow: none;
border-radius: 0;
padding: 0;
}
.search-rez input[type=submit]:hover {
color: #3624ae;
background: none;
margin: 0;
border: 0;
box-shadow: none;
border-radius: 0;
padding: 0;
}
#search-results{
flex: content;
}
#search-results .head{
font-weight: bold;
font-size: 14px;
background: #d6d6d6;
color: #000000;
padding: 5px 10px;
}
.details_images {
width: 100%
}
.details_images a {
padding: 0;
background: none!important;
border: none;
height: auto;
background: none;
box-sizing: border-box;
position: relative;
}
.details_images a:hover {
background: none;
}
.mag-shot {
display: inline-block;
width: auto;
height: 70px;
}
.mag-shot-container{
font-size: 13px;
display: inline-block;
text-align: center;
min-width: 130px;
position: relative;
margin: 1px 1px 10px;
background: #ffffff;
border: thin solid #9b9b9b;
}
.mag-shot-container .title{
position: relative;
color: #1a1a1a;
box-sizing: border-box;
padding: 3px;
margin-bottom: 5px;
background: #e1e1e1;
width: 100%;
font-weight: bold;
display: inline-block;
}
.passport-copy {
width: auto;
height: 70px;
}
.passport-copy-container{
font-size: 13px;
display: inline-block;
text-align: center;
min-width: 130px;
position: relative;
margin: 1px 1px 10px;
background: #ffffff;
border: thin solid #9b9b9b;
}
.passport-copy-container .title{
position: relative;
color: #1a1a1a;
box-sizing: border-box;
padding: 3px;
margin-bottom: 5px;
background: #e1e1e1;
width: 100%;
font-weight: bold;
display: inline-block;
}
.visa-copy {
width: auto;
height: 70px;
}
.visa-copy-container{
font-size: 13px;
display: inline-block;
text-align: center;
min-width: 130px;
position: relative;
margin: 1px 1px 10px;
background: #ffffff;
border: thin solid #9b9b9b;
}
.visa-copy-container .title{
position: relative;
color: #1a1a1a;
box-sizing: border-box;
padding: 3px;
margin-bottom: 5px;
background: #e1e1e1;
width: 100%;
font-weight: bold;
display: inline-block;
}
.small-button{
box-sizing: border-box;
display: inline-block;
height: 25px;
min-width: 100px;
padding: 2px;
border-radius: 2px;
margin-bottom: 3px;
background: #a2a2a2;
border:none!important;
color: #5f5f5f;
font-size: 13px;
cursor: pointer;
}
.small-button:disabled {
color: #a2a2a2;
background: #ffffff;
cursor: default;
}
.visa{
font-size: 13px!important;
background: #ffffff!important;
width: 240px;
margin: 5px 0;
border: none!important;
}
.floating_fb {
position: fixed;
display: inline-block;
box-sizing: border-box;
text-align: center;
margin: 0;
top: 30%;
left: 40%;
padding: 10px;
font-size: 14px;
color: #000000;
width: 300px;
background: #e8ebfa;
box-shadow: 1px 2px #bfbfbf;
z-index: 10000000 ;
}
#notes{
width: 99%;
}
.page-info{
display: inline-block;
padding: 5px;
font-size: 14px;
margin-top: 10px;
border:thin solid #d1d1d1;
}
.view_button{
width: 100px!important;
float: left;
padding: 0!important;
height: 25px!important;
}
.visa_link {
display: block;
float: left;
margin: 2px 8px 0 0;
}
.unavailable{
color: #9b9b9b;
float: left;
display: block;
margin: 2px 5px 0 0;
}
.phototxt{
color: #5844d8;
font-weight: normal;
} | css/dash.css | .absolute {
position: absolute;
}
/*
.left-bottom-round{
border-bottom-left-radius: 6px;
}
.right-bottom-round{
border-bottom-right-radius: 6px;
}
.bottom-round{
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}*/
.large-sect{
width: 85%!important;
}
.full-sect{
width: 100%!important;
}
.float_left{
font-weight: bold;
color: #020202;
top:1px;
left: 7%;
position: absolute;
}
.real_left_float{
float: left;
}
.inline_block{
display: inline-block;
}
.hidden{
display: none!important;
height: 0;
width: 0;
}
.applications-main {
color: #383838;
box-sizing: border-box;
display: flex;
position: absolute;
min-height: 650px;
background: #ffffff;
width: 100%;
left: 0;
margin-top: 0;
padding: 0 30px;
}
.applications-main .header {
background: #ffffff;
color: #555555;
font-weight: bold;
text-align: left;
margin: 0 5px!important;
border-bottom:thin dashed #d8d8d8;
padding: 5px 10px;
}
.applications-main .sub-header {
color: #373737;
font-weight: bold;
font-size: 15px;
text-align: left;
margin: 0 5px!important;
border-bottom:thin dashed #d8d8d8;
padding: 5px 10px;
}
#application-form {
position: relative;
display: block;
text-align: center;
box-sizing: border-box;
border-top: none;
border-bottom: thin solid #b6b6b6;
background: #ffffff;
}
#application-form input[type="submit"]{
width: 200px;
}
#application-form input[type="text"]{
width: 200px;
}
#application-form input[type="email"]{
width: 200px;
}
#application-form input[type="password"]{
width: 200px;
}
#application-form input[type="file"]{
display: none;
width: 200px;
}
.upload_button {
position: relative;
}
.upload_button:after{
float: right;
margin: -8px 0 0 5px;
padding: 7px 0 0 0;
width: 100px;
height: 20px;
content: " Browse ";
border-radius: 3px;
background: #d8d8d8;
border: solid thin #b1b1b1;
cursor: pointer;
z-index:0;
}
#application-form input{
display: inline-block;
}
#applicants-dits {
box-sizing: border-box;
float: left;
border-top: none;
margin-bottom: 50px;
border-bottom: thin solid #dddddd;
border-left: thin solid #dddddd;
border-right: thin solid #dddddd;
background: #ffffff;
min-height:400px;
min-width: 60%;
}
#applicants-dits input{
box-sizing: border-box;
margin: 2px 0;
padding: 2px;
width: 100%;
height: 30px;
font-size: 14px;
}
#applicants-dits select {
box-sizing: border-box;
margin: 0;
padding: 4px;
width: 100%;
height: 30px;
border: thin solid #aeaeae;
border-radius: 3px;
font-size: 14px;
}
#search-results {
display: block;
box-sizing: border-box;
color: #ffffff;
float: left;
margin-bottom: 50px;
border-top: none;
border-bottom: thin solid #dddddd;
border-right: thin solid #dddddd;
background: #ffffff;
min-height: 400px;
max-height: 95%;
width: 20%;
}
#application-form form {
margin-top: 30px;
}
.applications-main input[type=text] {
position: relative;
box-sizing: border-box;
display: block;
margin: 3px 10px;
max-width: 100%;
height: 30px;
width: 92%;
padding: 10px 5px;
border: thin solid #d1d1d1;
}
.applications-main input[type=email] {
position: relative;
box-sizing: border-box;
display: block;
margin: 3px 10px;
max-width: 100%;
height: 30px;
width: 92%;
padding: 10px 5px;
border: thin solid #d1d1d1;
}
.applications-main input[type=password] {
position: relative;
box-sizing: border-box;
display: block;
margin: 3px 10px;
max-width: 100%;
height: 30px;
width: 92%;
padding: 10px 5px;
border: thin solid #d1d1d1;
}
.applications-main input[type=submit] {
position: relative;
box-sizing: border-box;
display: block;
margin: 2px 10px;
height: 30px;
max-width: 100%;
width: 92%;
padding: 2px;
border-radius: 3px;
background: #b6b6b6;
border: solid thin #b1b1b1;
color: #000000;
font-size: 14px;
cursor: pointer;
}
.applications-main input[type=submit]:hover {
background: #e4e4e4;
}
.applications-main .input_upload {
font-size: 13px;
font-weight: bold;
display:inline-block;
margin: 3px 10px 15px;
max-width: 100%;
padding: 2px;
}
.applications-main #info {
display: inline-block;
position: relative;
box-sizing: border-box;
font-size: 13px;
color: #3f3f3f;
border: thin solid #b6b6b6;
margin: 2px 10px 0;
padding: 3px 5px;
border-radius: 0;
z-index: 100;
}
.info {
color: #ffffff;
margin: 10px;
font-size: 14px;
}
.applicationsList{
position: relative;
margin:10px;
}
.applicationsList a {
box-sizing: border-box;
display: inline-block;
text-decoration: none;
height: 25px;
padding: 3px;
border-radius: 3px;
background: #d6d6d6;
border: solid thin #b1b1b1;
color: #000000;
font-size: 14px;
cursor: pointer;
}
.applicationsList a:hover{
background: #e8e7e7;
}
.repeat_reg {
position: relative;
display: flex;
flex-direction: column;
box-sizing: border-box;
overflow: hidden;
margin: 10px 0;
color: #555555;
background: #ffffff;
min-height: 100px;
}
.update_reg {
position: relative;
display: flex;
flex-direction: column;
box-sizing: border-box;
overflow: hidden;
padding: 5px;
margin: 5px 0;
color: #555555;
background: #ffffff;
min-height: 200px;
}
.comments_reg{
position: relative;
display: flex;
flex-direction: column;
box-sizing: border-box;
overflow: hidden;
padding: 5px;
margin: 5px 0;
color: #555555;
background: #ffffff;
min-height: 300px;
}
.comments_reg .cname {
width: 20%!important;
}
.comments_reg .note {
width: 60%!important;
}
.comments_reg .date {
width: 20%!important;
}
.comments_reg .downer {
height: 100px;
overflow: hidden;
}
.thead {
color: #ffffff;
font-size: 13px;
font-weight: bold;
}
.thead>div {
background: #dbdbeb!important;
border: none!important;
margin: 1px;
}
.thead1>div {
background: #dbdbeb!important;
border: none!important;
margin: 1px;
}
.tbody {
color: #000000;
font-size: 14px;
}
.tbody>div{
padding-left: 10px!important;
}
.tbody1 {
color: #000000;
font-size: 14px;
}
.tbody1>div{
padding-left: 10px!important;
}
.app_name {
overflow: hidden!important;
width: 20%;
}
.con_name {
overflow: hidden!important;
width: 14%;
}
.agent {
width: 19%;
}
.a-agent {
width: 15%;
}
.agent_alt{
overflow: hidden!important;
width: 27%
}
.app_no {
width: 12%;
}
.app_no_alt {
overflow: hidden!important;
padding: 0!important;
width: 12%;
}
.app_no_alt1{
width: 18%;
}
.user_agent {
width: 20%;
}
.user_agent_alt{
width: 20%;
}
.view{
display: none;
width: 11%;
height: 100%;
content: "";
}
.view_alt{
overflow: hidden!important;
padding: 0 0 0 10px!important;
width: 11%;
border: none!important;
}
.view1{
display: none;
width: 23%;
height: 100%;
content: "";
}
.view_alt1{
overflow: hidden!important;
padding: 0 0 0 10px!important;
width: 24%;
border: none!important;
}
.ref_id {
width: 12%;
}
.ref_id_alt{
width: 13%;
}
.address{
width: 14%;
}
.ref_mobile {
width: 14%;
}
.ref_mobile_alt1 {
width: 20%;
}
.ref_mobile_alt {
overflow: hidden!important;
padding: 0!important;
width: 14%;
}
.status {
width: 20%;
}
.status_alt {
width: 18%;
}
.status_alt_1 {
padding: 3px 0!important;
width: 10%;
}
.date {
width: 32%;
}
.date1 {
width: 20%;
}
.email{
width: 17%;
}
.mob{
width: 15%;
}
.user_name {
width: 29%;
}
.user_email {
width: 30%;
}
.user_email_alt{
width: 30%;
overflow: hidden!important;
padding: 0!important;
}
.user_date{
width: 29%;
}
.search_1 {
width: 48%;
}
.search_2 {
width: 48%
}
.dit_cell {
width: 150px;
}
.thead div{
color: #2b2b2b;
background: #ffffff;
border: thin solid #b6b6b6;
min-height: 27px;
overflow: hidden;
float: left;
box-sizing: border-box;
padding: 5px 5px;
}
.tbody div{
box-sizing: border-box;
color:#3a3a3a;
overflow: hidden;
float: left;
box-sizing: border-box;
padding: 9px 5px;
margin: 0 0 10px;
border-bottom: thin dashed #9b9b9b;
}
.tbody1 div{
box-sizing: border-box;
overflow: hidden;
overflow-wrap: break-word;
float: left;
box-sizing: border-box;
padding: 5px 5px;
border-bottom: thin dashed #9b9b9b;
}
.search-rez{
padding: 10px;
}
.search-rez input[type=submit] {
color: #333333!important;
display: inline-block;
text-align: left;
box-sizing: border-box;
width: 90%;
height: 90%;
font-size: 12px;
background: none!important;
margin: 0;
border: 0;
box-shadow: none;
border-radius: 0;
padding: 0;
}
.search-rez input[type=submit]:hover {
color: #3624ae;
background: none;
margin: 0;
border: 0;
box-shadow: none;
border-radius: 0;
padding: 0;
}
#search-results{
flex: content;
}
#search-results .head{
font-weight: bold;
font-size: 14px;
background: #d6d6d6;
color: #000000;
padding: 5px 10px;
}
.details_images {
width: 100%
}
.details_images a {
padding: 0;
background: none!important;
border: none;
height: auto;
background: none;
box-sizing: border-box;
position: relative;
}
.details_images a:hover {
background: none;
}
.mag-shot {
display: inline-block;
width: auto;
height: 70px;
}
.mag-shot-container{
font-size: 13px;
display: inline-block;
text-align: center;
min-width: 130px;
position: relative;
margin: 1px 1px 10px;
background: #ffffff;
border: thin solid #9b9b9b;
}
.mag-shot-container .title{
position: relative;
color: #1a1a1a;
box-sizing: border-box;
padding: 3px;
margin-bottom: 5px;
background: #e1e1e1;
width: 100%;
font-weight: bold;
display: inline-block;
}
.passport-copy {
width: auto;
height: 70px;
}
.passport-copy-container{
font-size: 13px;
display: inline-block;
text-align: center;
min-width: 130px;
position: relative;
margin: 1px 1px 10px;
background: #ffffff;
border: thin solid #9b9b9b;
}
.passport-copy-container .title{
position: relative;
color: #1a1a1a;
box-sizing: border-box;
padding: 3px;
margin-bottom: 5px;
background: #e1e1e1;
width: 100%;
font-weight: bold;
display: inline-block;
}
.visa-copy {
width: auto;
height: 70px;
}
.visa-copy-container{
font-size: 13px;
display: inline-block;
text-align: center;
min-width: 130px;
position: relative;
margin: 1px 1px 10px;
background: #ffffff;
border: thin solid #9b9b9b;
}
.visa-copy-container .title{
position: relative;
color: #1a1a1a;
box-sizing: border-box;
padding: 3px;
margin-bottom: 5px;
background: #e1e1e1;
width: 100%;
font-weight: bold;
display: inline-block;
}
.small-button{
box-sizing: border-box;
display: inline-block;
height: 25px;
min-width: 100px;
padding: 2px;
border-radius: 2px;
margin-bottom: 3px;
background: #a2a2a2;
border:none!important;
color: #5f5f5f;
font-size: 13px;
cursor: pointer;
}
.small-button:disabled {
color: #a2a2a2;
background: #ffffff;
cursor: default;
}
.visa{
font-size: 13px!important;
background: #ffffff!important;
width: 240px;
margin: 5px 0;
border: none!important;
}
.floating_fb {
position: fixed;
display: inline-block;
box-sizing: border-box;
text-align: center;
margin: 0;
top: 30%;
left: 40%;
padding: 10px;
font-size: 14px;
color: #000000;
width: 300px;
background: #e8ebfa;
box-shadow: 1px 2px #bfbfbf;
z-index: 10000000 ;
}
#notes{
width: 99%;
}
.page-info{
display: inline-block;
padding: 5px;
font-size: 14px;
margin-top: 10px;
border:thin solid #d1d1d1;
}
.view_button{
width: 100px!important;
float: left;
padding: 0!important;
height: 25px!important;
}
.visa_link {
display: block;
float: left;
margin: 2px 8px 0 0;
}
.unavailable{
color: #9b9b9b;
float: left;
display: block;
margin: 2px 5px 0 0;
}
.phototxt{
color: #5844d8;
font-weight: normal;
} | 0.481454 | 0.144631 |
@font-face
{
font-family: 'MyriadPro';
font-weight: 400;
font-style: normal;
src: url('fonts/MyriadPro-Regular.ttf') format('truetype');
}
@font-face
{
font-family: 'MyriadPro';
font-weight: 500;
font-style: normal;
src: url('fonts/MyriadPro-Semibold.ttf') format('truetype');
}
@font-face
{
font-family: 'MyriadPro';
font-weight: 700;
font-style: normal;
src: url('fonts/MyriadPro-Bold.ttf') format('truetype');
}
body p,
body span,
body label,
body{
font-family: 'MyriadPro';
font-size: 16px;
font-weight: 400;
color: #808080;
line-height: 1.5;
}
a{
text-decoration: none !important;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
h1,h2,h3,h4,h5{
margin-top: 15px;
margin-bottom: 15px;
}
p.thin,label.thin,a.thin,span.thin,h1.thin,h2.thin,h3.thin,h4.thin,h5.thin,a.thin,button.thin,li.thin
{
font-weight: 100;
}
p.light,label.light,a.light,span.light,h1.light,h2.light,h3.light,h4.light,h5.light,a.light,button.light,li.light
{
font-weight: 300;
}
p.regular,label.regular,a.regular,span.regular,h1.regular,h2.regular,h3.regular,h4.regular,h5.regular,a.regular,button.regular,li.regular
{
font-weight: 400;
}
p.semi-bold,label.semi-bold,a.semi-bold,span.semi-bold,h1.semi-bold,h2.semi-bold,h3.semi-bold,h4.semi-bold,h5.semi-bold,a.semi-bold,button.semi-bold,li.semi-bold
{
font-weight: 500;
}
p.bold,label.bold,a.bold,span.bold,h1.bold,h2.bold,h3.bold,h4.bold,h5.bold,a.bold,button.bold,li.bold
{
font-weight: 700;
}
p.extra-bold,label.extra-bold,a.extra-bold,span.extra-bold,h1.extra-bold,h2.extra-bold,h3.extra-bold,h4.extra-bold,h5.extra-bold,a.extra-bold,button.extra-bold,li.extra-bold
{
font-weight: 900;
}
h1{
font-size: 32px;
}
h2{
font-size: 25px;
}
h3{
font-size: 22px;
}
h4{
font-size: 18px;
}
h5{
font-size: 15px;
}
.textWhite{
color: #fff;
}
.textBlue{
color: #777fa0;
}
.textPurpple{
color: #a7b5f2;
}
.textPurppleDark{
color: #7764a0;
}
.textPurppleShin{
color: #455cc7;
}
@media (max-width : 1200px) {
}
@media (max-width : 991px) {
}
@media (max-width : 768px) {
}
@media (max-width : 480px) {
h1, h2, h3, h4, h5, p, span, label{
width: 100%;
word-wrap: break-word;
}
}
@media (max-width : 400px) {
} | assets/css/font.css | @font-face
{
font-family: 'MyriadPro';
font-weight: 400;
font-style: normal;
src: url('fonts/MyriadPro-Regular.ttf') format('truetype');
}
@font-face
{
font-family: 'MyriadPro';
font-weight: 500;
font-style: normal;
src: url('fonts/MyriadPro-Semibold.ttf') format('truetype');
}
@font-face
{
font-family: 'MyriadPro';
font-weight: 700;
font-style: normal;
src: url('fonts/MyriadPro-Bold.ttf') format('truetype');
}
body p,
body span,
body label,
body{
font-family: 'MyriadPro';
font-size: 16px;
font-weight: 400;
color: #808080;
line-height: 1.5;
}
a{
text-decoration: none !important;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
h1,h2,h3,h4,h5{
margin-top: 15px;
margin-bottom: 15px;
}
p.thin,label.thin,a.thin,span.thin,h1.thin,h2.thin,h3.thin,h4.thin,h5.thin,a.thin,button.thin,li.thin
{
font-weight: 100;
}
p.light,label.light,a.light,span.light,h1.light,h2.light,h3.light,h4.light,h5.light,a.light,button.light,li.light
{
font-weight: 300;
}
p.regular,label.regular,a.regular,span.regular,h1.regular,h2.regular,h3.regular,h4.regular,h5.regular,a.regular,button.regular,li.regular
{
font-weight: 400;
}
p.semi-bold,label.semi-bold,a.semi-bold,span.semi-bold,h1.semi-bold,h2.semi-bold,h3.semi-bold,h4.semi-bold,h5.semi-bold,a.semi-bold,button.semi-bold,li.semi-bold
{
font-weight: 500;
}
p.bold,label.bold,a.bold,span.bold,h1.bold,h2.bold,h3.bold,h4.bold,h5.bold,a.bold,button.bold,li.bold
{
font-weight: 700;
}
p.extra-bold,label.extra-bold,a.extra-bold,span.extra-bold,h1.extra-bold,h2.extra-bold,h3.extra-bold,h4.extra-bold,h5.extra-bold,a.extra-bold,button.extra-bold,li.extra-bold
{
font-weight: 900;
}
h1{
font-size: 32px;
}
h2{
font-size: 25px;
}
h3{
font-size: 22px;
}
h4{
font-size: 18px;
}
h5{
font-size: 15px;
}
.textWhite{
color: #fff;
}
.textBlue{
color: #777fa0;
}
.textPurpple{
color: #a7b5f2;
}
.textPurppleDark{
color: #7764a0;
}
.textPurppleShin{
color: #455cc7;
}
@media (max-width : 1200px) {
}
@media (max-width : 991px) {
}
@media (max-width : 768px) {
}
@media (max-width : 480px) {
h1, h2, h3, h4, h5, p, span, label{
width: 100%;
word-wrap: break-word;
}
}
@media (max-width : 400px) {
} | 0.415492 | 0.071106 |
* {
margin: 0;
padding: 0;
}
*, *:after, *:before {
box-sizing: border-box;
}
h1, h2, h3 {
color: #fff;
margin: 10px;
}
li {
color: #c2c2c2;
}
body {
font-family: sans-serif;
font-size: 14px;
line-height: 1.5;
background: #28282b;
}
.main-page {
max-width: 960px;
margin: 0 auto;
background: #fff;
}
.menu {
width: 100%;
background: #ff8c00;
box-shadow: 0 4px 8px 0 #000, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
margin-bottom: 50px;
}
.menu-admin {
background: #850000;
}
.menu ul {
list-style: none;
margin: 0;
padding: 0;
}
.menu ul li.right {
float: right;
}
.menu ul li {
float: left;
margin: auto;
transition: 0.5s;
cursor: pointer; /* Se a área clicada não for âncora, JavaScript redirecionará na mesma. */
}
.menu ul li:hover {
background: #ffa200;
}
.menu ul li span {
color: #fff;
text-decoration: none;
font-weight: 700;
font-size: 16px;
padding: 0 10px;
display: block;
margin: 15px;
}
.menu-admin ul li:hover {
background: #b30000;
}
a {
display: inline-block;
color: #ff9900;
text-decoration: none;
}
a::after {
content: '';
display: block;
width: 0;
height: 2px;
background: #ff9900;
transition: all .1s;
}
a:hover::after {
color: #ffa200;
width: 100%;
}
.menu ul li a::after {
display: none;
}
.active {
background: #ff9900;
}
.admin-active {
background: #990000;
}
.wrap {
padding: 30px;
}
.form-table {
margin: 0 0 1.3em 0;
}
.list-table {
width: 90%;
margin: 20px auto;
}
.list-table th {
border: 1px solid #fff;
color: #fff;
text-align: center;
}
.list-table td {
color: #c2c2c2;
text-align: center;
}
#tbl-projeto {
text-align: center;
}
form {
margin: 10px;
}
form input,label,select,textarea {
display: block;
margin: 10px;
}
input[type="file"] {
color: #fff;
}
input[type="text"], textarea, input[type="password"], select, input[type="submit"] {
color: #fff;
background: #39393e;
border: none;
padding: 5px;
border-radius: 4px;
}
input[type="submit"] {
margin-top: 20px;
background: #007804;
padding: 10px;
transition: .2s;
}
input[type="text"]:focus, textarea:focus, input[type="password"]:focus, select:focus, input[type="submit"]:focus {
outline: none;
background: #424247;
}
input[type="submit"]:focus {
background: #009104;
}
input[type="submit"]:hover {
background: #009104;
}
textarea {
width: 80%;
height: 80px;
}
label {
color: #fff;
}
label span {
color: #c30000;
}
.form-table th,
.form-table td,
.list-table th,
.list-table td {
padding: 5px;
}
.alert {
color: white;
font-size: 16px;
padding: 5px;
text-align: center;
border-radius: 6px;
width: 80%;
margin: 20px auto;
}
.alert-error {
background: #d40000;
}
.alert-notif {
background: #007804;
}
.clearfix:after {
content: '.';
width: 100%;
height: 0;
line-height: 0;
overflow: hidden;
display: block;
clear: both;
visibility: hidden;
}
article {
color: #c2c2c2;
margin: 20px;
padding: 10px;
background: #39393e;
border-radius: 6px;
box-shadow: 0 4px 8px 0 #000, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
display: inline-block;
}
article a {
text-align: center;
}
img {
position: relative;
display: block;
width: 30%;
margin: 0 auto;
}
.details {
margin: 20px;
padding: 10px;
background: #39393e;
border-radius: 6px;
box-shadow: 0 4px 8px 0 #000, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.details li {
list-style-type: none;
}
.details li span {
color: #fff;
}
#galery {
display: block;
max-height: 500px;
width: auto;
margin: 20px auto;
}
#previous {
display: inline-block;
float: left;
margin: 10px;
}
#next {
display: inline-block;
float: right;
margin: 10px
} | imports/style.css | * {
margin: 0;
padding: 0;
}
*, *:after, *:before {
box-sizing: border-box;
}
h1, h2, h3 {
color: #fff;
margin: 10px;
}
li {
color: #c2c2c2;
}
body {
font-family: sans-serif;
font-size: 14px;
line-height: 1.5;
background: #28282b;
}
.main-page {
max-width: 960px;
margin: 0 auto;
background: #fff;
}
.menu {
width: 100%;
background: #ff8c00;
box-shadow: 0 4px 8px 0 #000, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
margin-bottom: 50px;
}
.menu-admin {
background: #850000;
}
.menu ul {
list-style: none;
margin: 0;
padding: 0;
}
.menu ul li.right {
float: right;
}
.menu ul li {
float: left;
margin: auto;
transition: 0.5s;
cursor: pointer; /* Se a área clicada não for âncora, JavaScript redirecionará na mesma. */
}
.menu ul li:hover {
background: #ffa200;
}
.menu ul li span {
color: #fff;
text-decoration: none;
font-weight: 700;
font-size: 16px;
padding: 0 10px;
display: block;
margin: 15px;
}
.menu-admin ul li:hover {
background: #b30000;
}
a {
display: inline-block;
color: #ff9900;
text-decoration: none;
}
a::after {
content: '';
display: block;
width: 0;
height: 2px;
background: #ff9900;
transition: all .1s;
}
a:hover::after {
color: #ffa200;
width: 100%;
}
.menu ul li a::after {
display: none;
}
.active {
background: #ff9900;
}
.admin-active {
background: #990000;
}
.wrap {
padding: 30px;
}
.form-table {
margin: 0 0 1.3em 0;
}
.list-table {
width: 90%;
margin: 20px auto;
}
.list-table th {
border: 1px solid #fff;
color: #fff;
text-align: center;
}
.list-table td {
color: #c2c2c2;
text-align: center;
}
#tbl-projeto {
text-align: center;
}
form {
margin: 10px;
}
form input,label,select,textarea {
display: block;
margin: 10px;
}
input[type="file"] {
color: #fff;
}
input[type="text"], textarea, input[type="password"], select, input[type="submit"] {
color: #fff;
background: #39393e;
border: none;
padding: 5px;
border-radius: 4px;
}
input[type="submit"] {
margin-top: 20px;
background: #007804;
padding: 10px;
transition: .2s;
}
input[type="text"]:focus, textarea:focus, input[type="password"]:focus, select:focus, input[type="submit"]:focus {
outline: none;
background: #424247;
}
input[type="submit"]:focus {
background: #009104;
}
input[type="submit"]:hover {
background: #009104;
}
textarea {
width: 80%;
height: 80px;
}
label {
color: #fff;
}
label span {
color: #c30000;
}
.form-table th,
.form-table td,
.list-table th,
.list-table td {
padding: 5px;
}
.alert {
color: white;
font-size: 16px;
padding: 5px;
text-align: center;
border-radius: 6px;
width: 80%;
margin: 20px auto;
}
.alert-error {
background: #d40000;
}
.alert-notif {
background: #007804;
}
.clearfix:after {
content: '.';
width: 100%;
height: 0;
line-height: 0;
overflow: hidden;
display: block;
clear: both;
visibility: hidden;
}
article {
color: #c2c2c2;
margin: 20px;
padding: 10px;
background: #39393e;
border-radius: 6px;
box-shadow: 0 4px 8px 0 #000, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
display: inline-block;
}
article a {
text-align: center;
}
img {
position: relative;
display: block;
width: 30%;
margin: 0 auto;
}
.details {
margin: 20px;
padding: 10px;
background: #39393e;
border-radius: 6px;
box-shadow: 0 4px 8px 0 #000, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.details li {
list-style-type: none;
}
.details li span {
color: #fff;
}
#galery {
display: block;
max-height: 500px;
width: auto;
margin: 20px auto;
}
#previous {
display: inline-block;
float: left;
margin: 10px;
}
#next {
display: inline-block;
float: right;
margin: 10px
} | 0.379723 | 0.098599 |
body {
margin:5px 0;
padding:0;
font: 74% Arial, Sans-Serif;
color:#FFF;
background-color:#eee;
line-height: 1.4em;
background : #7D8085;
}
.toph {
background: #7D8085 url(top.jpg) no-repeat center;
height: 60px;
text-align:center;
font-size:2em;
background-position: 0px 21px; margin-top: 1em;
color:#FFFFFF;
font-family:"Times New Roman", Times, serif;
}
.content {
color: #a0a0a0;
margin: 0 auto;
padding: 0;
width: 800px;
background: #3D3E42 url(bg.jpg) repeat-y center;
}
.title {
font-family:Verdana, Arial, Helvetica, sans-serif;
height: 28px;
color: #3D3E42 ;
font-size:140%;
font-weight:bold;
padding: 10px 0 0 0;
}
.right {
clear: both;
font-size: 95%;
float:right;
width: 170px;
margin: 0 15px 0 0 !important;
margin: 0 8px 0 0;
padding: 0px 1em 0 0px;
}
.right a { color: #7D8085;}
.nav {
clear: both;
text-align: left;
color: #7D8085;
padding: 5px 0 0 0;
font-family:verdana;
}
.nav li {
font-weight: bold;
margin: 0 0 8px 0;
padding: 0 0 0 5px;
border-left: 1px solid #3D3E42;
}
.nav li a {
color: #7D8085;
}
.nav li a:hover {
color: #F29900;
text-decoration: none;
}
.boxad {
background: #45464B;
color: #BBB;
border: 1px solid #555;
padding: 5px;
}
p {
margin: 0 0 5px 0;
padding: 0;
color: #888;
background: inherit;
}
hr {
border: 0;
height: 1px;
color: #eee;
background-color: #eee;
}
a {
color: #888;
text-decoration:none;
}
a:hover {
text-decoration: underline;
}
h1 {
padding:0;
margin:0;
color: #FFF;
background: inherit;
font: bold 1.8em Arial, Sans-Serif;
letter-spacing: -1px;
}
h1 a {
color: #FFF;
background: inherit;
}
h2 {
background-color: inherit;
color: #FFF;
font-size:140%;
font-weight:bold;
margin: 10px 0 10px 0;
padding:0;
font-family:"Times New Roman", Times, serif;
}
h2 a { color: #F29955; }
h2 a:hover { color: #F29955; text-decoration: none;}
ul { margin: 5px 0 20px 15px; padding : 0; list-style : none; }
li { list-style-type: square; color: #F29900; margin: 0 0 0px 0; padding: 0 0 0 0px; }
li a { color: #7D8085; }
li a:hover { color: #F29900; }
.center {
float:left;
width: 530px;
font-size: 1.1em;
margin: 0px 0 5px 35px !important;
margin: 0px 0 5px 20px;
padding: 0;
background: #3D3E42;
color: #FFF;
}
.center a { color: #FFF;}
.center a:hover { color: #FFF; }
.footer {
clear:both;
width: auto;
height: 37px;
color:#333;
font-size:90%;
background: #3D3E42 url(bot.jpg) no-repeat center;
text-align:right;
}
.footer_text {
background: #7D8085 none repeat scroll 0%;
text-align: right;
padding: 0px 1.5em 0px 0px;
color: #fff;
}
.footer_text a { color: #fff; }
fieldset {
border: 1px solid #eee;
}
textarea.text {
height: 150px;
width: 90%;
border: 1px solid #ccc;
background: #fff;
color: #000;
}
textarea.text:hover {
border: 1px solid #eee;
background: #FFFFF4;
color: #000;
}
input.field {
border: 1px solid #ccc;
background-color: #3C3C3C;
width: 100px;
color: #000;
}
input.field:hover {
border: 1px solid #eee;
background: #ccc;
color: #000;
}
input.text {
margin: 0;
width: 110px;
border: 1px solid #F29900;
background: #FFF;
color: #808080;
}
input.text:hover {
border: 1px solid #F26600;
}
input.searchbutton {
margin: 0;
font-size: 100%;
font-family: Arial, Sans-serif;
border: none;
background: #FFFFFF;
color: #808080;
padding: 1px;
font-weight: bold;
}
.date {
color: #ccc;
background: #3D3E42;
text-align: right;
margin: 4px 0 5px 0;
padding: 0.4em 0 0 0;
border-top: 1px solid #555;
}
.date a { color: #ccc; }
.time {
color: #192D50;
float: left;
text-align: left;
padding: 5px 0 0 15px;
}
input.button {
background: #FFFFF4;
color: #808080;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.comments {
padding: 10px 10px 8px 10px;
margin: 0 0 7px 0;
background: #3f3f3f;
color: #000;
}
.commentsbox {
padding: 8px 0 10px 10px;
margin: 0 0 10px 0;
background: #f4f4f4;
color: #000;
}
.error {
color: #990000;
background-color: #FFF0F0;
padding: 7px;
margin-top: 5px;
margin-bottom: 10px;
border: 1px dashed #990000;
}
.error h2 {
color: #990000;
background: inherit;
}
.success {
color: #000000;
background: #F5FBE1;
padding: 7px;
margin-top: 5px;
margin-bottom: 5px;
border: 1px dashed #7BA813;
}
.success h2 {
color: #7BA813;
background: inherit;
} | www/images/style.css | body {
margin:5px 0;
padding:0;
font: 74% Arial, Sans-Serif;
color:#FFF;
background-color:#eee;
line-height: 1.4em;
background : #7D8085;
}
.toph {
background: #7D8085 url(top.jpg) no-repeat center;
height: 60px;
text-align:center;
font-size:2em;
background-position: 0px 21px; margin-top: 1em;
color:#FFFFFF;
font-family:"Times New Roman", Times, serif;
}
.content {
color: #a0a0a0;
margin: 0 auto;
padding: 0;
width: 800px;
background: #3D3E42 url(bg.jpg) repeat-y center;
}
.title {
font-family:Verdana, Arial, Helvetica, sans-serif;
height: 28px;
color: #3D3E42 ;
font-size:140%;
font-weight:bold;
padding: 10px 0 0 0;
}
.right {
clear: both;
font-size: 95%;
float:right;
width: 170px;
margin: 0 15px 0 0 !important;
margin: 0 8px 0 0;
padding: 0px 1em 0 0px;
}
.right a { color: #7D8085;}
.nav {
clear: both;
text-align: left;
color: #7D8085;
padding: 5px 0 0 0;
font-family:verdana;
}
.nav li {
font-weight: bold;
margin: 0 0 8px 0;
padding: 0 0 0 5px;
border-left: 1px solid #3D3E42;
}
.nav li a {
color: #7D8085;
}
.nav li a:hover {
color: #F29900;
text-decoration: none;
}
.boxad {
background: #45464B;
color: #BBB;
border: 1px solid #555;
padding: 5px;
}
p {
margin: 0 0 5px 0;
padding: 0;
color: #888;
background: inherit;
}
hr {
border: 0;
height: 1px;
color: #eee;
background-color: #eee;
}
a {
color: #888;
text-decoration:none;
}
a:hover {
text-decoration: underline;
}
h1 {
padding:0;
margin:0;
color: #FFF;
background: inherit;
font: bold 1.8em Arial, Sans-Serif;
letter-spacing: -1px;
}
h1 a {
color: #FFF;
background: inherit;
}
h2 {
background-color: inherit;
color: #FFF;
font-size:140%;
font-weight:bold;
margin: 10px 0 10px 0;
padding:0;
font-family:"Times New Roman", Times, serif;
}
h2 a { color: #F29955; }
h2 a:hover { color: #F29955; text-decoration: none;}
ul { margin: 5px 0 20px 15px; padding : 0; list-style : none; }
li { list-style-type: square; color: #F29900; margin: 0 0 0px 0; padding: 0 0 0 0px; }
li a { color: #7D8085; }
li a:hover { color: #F29900; }
.center {
float:left;
width: 530px;
font-size: 1.1em;
margin: 0px 0 5px 35px !important;
margin: 0px 0 5px 20px;
padding: 0;
background: #3D3E42;
color: #FFF;
}
.center a { color: #FFF;}
.center a:hover { color: #FFF; }
.footer {
clear:both;
width: auto;
height: 37px;
color:#333;
font-size:90%;
background: #3D3E42 url(bot.jpg) no-repeat center;
text-align:right;
}
.footer_text {
background: #7D8085 none repeat scroll 0%;
text-align: right;
padding: 0px 1.5em 0px 0px;
color: #fff;
}
.footer_text a { color: #fff; }
fieldset {
border: 1px solid #eee;
}
textarea.text {
height: 150px;
width: 90%;
border: 1px solid #ccc;
background: #fff;
color: #000;
}
textarea.text:hover {
border: 1px solid #eee;
background: #FFFFF4;
color: #000;
}
input.field {
border: 1px solid #ccc;
background-color: #3C3C3C;
width: 100px;
color: #000;
}
input.field:hover {
border: 1px solid #eee;
background: #ccc;
color: #000;
}
input.text {
margin: 0;
width: 110px;
border: 1px solid #F29900;
background: #FFF;
color: #808080;
}
input.text:hover {
border: 1px solid #F26600;
}
input.searchbutton {
margin: 0;
font-size: 100%;
font-family: Arial, Sans-serif;
border: none;
background: #FFFFFF;
color: #808080;
padding: 1px;
font-weight: bold;
}
.date {
color: #ccc;
background: #3D3E42;
text-align: right;
margin: 4px 0 5px 0;
padding: 0.4em 0 0 0;
border-top: 1px solid #555;
}
.date a { color: #ccc; }
.time {
color: #192D50;
float: left;
text-align: left;
padding: 5px 0 0 15px;
}
input.button {
background: #FFFFF4;
color: #808080;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.comments {
padding: 10px 10px 8px 10px;
margin: 0 0 7px 0;
background: #3f3f3f;
color: #000;
}
.commentsbox {
padding: 8px 0 10px 10px;
margin: 0 0 10px 0;
background: #f4f4f4;
color: #000;
}
.error {
color: #990000;
background-color: #FFF0F0;
padding: 7px;
margin-top: 5px;
margin-bottom: 10px;
border: 1px dashed #990000;
}
.error h2 {
color: #990000;
background: inherit;
}
.success {
color: #000000;
background: #F5FBE1;
padding: 7px;
margin-top: 5px;
margin-bottom: 5px;
border: 1px dashed #7BA813;
}
.success h2 {
color: #7BA813;
background: inherit;
} | 0.192274 | 0.05694 |
html {
font-size: 70%;
}
header {
height: 50vh;
}
header img {
width: 300px;
height: 80px;
}
.header--title-container h1 {
font-size: 3.4rem;
line-height: 4rem;
}
.header--title-container p {
font-size: 2rem;
margin-top: 40px;
}
.header--title-container .header--button {
top: 83%;
left: calc(50% - 150px);
width: 300px;
height: 80px;
font-size: 2rem;
}
.header--button span {
width: 25px;
height: 15px;
margin: 0;
padding: 25px 0 20px;
}
.main-exchange-container .backgroundImg {
width: 300px;
height: 300px;
margin: 10px auto 80px;
}
.main-exchange-container--title h2{
font-size: 3rem;
margin: 0;
}
.main-exchange-container--title p{
margin-top: 50px;
font-size: 2.2rem;
line-height: 3rem;
}
.main-table-container {
display: flex;
width: 930px;
margin: 0 auto;
overflow: hidden;
}
.main-currency-table {
margin: 20px 0;
}
.main-currency-table .curency-table--title {
font-size: 2.3em;
margin-bottom: 25px;
}
.currency-table--container td {
font-size: 2rem;
}
.currency-table--container.table__right {
font-size: 1.8rem;
}
.currency-table--date {
margin-top: 20px;
width: 250px;
height: auto;
}
.currency-table--date p {
font-size: 1.5rem;
}
.main-product-detail {
height: 100vh;
}
.product-detail--batata-logo {
width: 90px;
height: 70px;
}
.product-detail--card {
padding: 35px;
}
.product-detail--card .icon{
width: 30px;
height: 30px;
margin-bottom: 35px;
}
.product-detail--title h2 {
font-size: 3.2rem;
margin-bottom: 40px;
}
.product-detail--title p {
font-size: 2.4rem;
margin-bottom: 40px;
}
.product--card-title {
font-size: 2.2rem;
}
.product--card-body {
font-size: 1.6rem;
line-height: 2.3rem;
}
.bitcoin-img-container {
background: url("../assests/images/bitcoinbaby4x.jpg") no-repeat center/cover;
opacity: .8;
background-attachment: fixed;
min-height: 600px;
display: flex;
justify-content: center;
align-items: center;
}
.bitcoin-img-container h2 {
font-size: 4rem;
}
.plans--title h2 {
font-size: 3rem;
}
.plans--title p {
font-size: 2rem;
}
.product-cards--container {
display: flex;
flex-wrap: wrap;
width: 930px;
margin: 0 auto;
}
.plans-container--slider {
justify-content: center;
overflow: hidden;
}
.plan-card--saving {
margin-top: 10px;
font-size: 1.4rem;
}
footer {
justify-content: space-around;
}
footer .left ul{
font-size: 2rem;
line-height: 2.6rem;
}
.left a:hover {
text-decoration: underline;
}
.left a:active {
color: #f0b782;
}
.right img {
width: 100px;
} | Responsive_Design_Mobile_First/styles/tablet.css | html {
font-size: 70%;
}
header {
height: 50vh;
}
header img {
width: 300px;
height: 80px;
}
.header--title-container h1 {
font-size: 3.4rem;
line-height: 4rem;
}
.header--title-container p {
font-size: 2rem;
margin-top: 40px;
}
.header--title-container .header--button {
top: 83%;
left: calc(50% - 150px);
width: 300px;
height: 80px;
font-size: 2rem;
}
.header--button span {
width: 25px;
height: 15px;
margin: 0;
padding: 25px 0 20px;
}
.main-exchange-container .backgroundImg {
width: 300px;
height: 300px;
margin: 10px auto 80px;
}
.main-exchange-container--title h2{
font-size: 3rem;
margin: 0;
}
.main-exchange-container--title p{
margin-top: 50px;
font-size: 2.2rem;
line-height: 3rem;
}
.main-table-container {
display: flex;
width: 930px;
margin: 0 auto;
overflow: hidden;
}
.main-currency-table {
margin: 20px 0;
}
.main-currency-table .curency-table--title {
font-size: 2.3em;
margin-bottom: 25px;
}
.currency-table--container td {
font-size: 2rem;
}
.currency-table--container.table__right {
font-size: 1.8rem;
}
.currency-table--date {
margin-top: 20px;
width: 250px;
height: auto;
}
.currency-table--date p {
font-size: 1.5rem;
}
.main-product-detail {
height: 100vh;
}
.product-detail--batata-logo {
width: 90px;
height: 70px;
}
.product-detail--card {
padding: 35px;
}
.product-detail--card .icon{
width: 30px;
height: 30px;
margin-bottom: 35px;
}
.product-detail--title h2 {
font-size: 3.2rem;
margin-bottom: 40px;
}
.product-detail--title p {
font-size: 2.4rem;
margin-bottom: 40px;
}
.product--card-title {
font-size: 2.2rem;
}
.product--card-body {
font-size: 1.6rem;
line-height: 2.3rem;
}
.bitcoin-img-container {
background: url("../assests/images/bitcoinbaby4x.jpg") no-repeat center/cover;
opacity: .8;
background-attachment: fixed;
min-height: 600px;
display: flex;
justify-content: center;
align-items: center;
}
.bitcoin-img-container h2 {
font-size: 4rem;
}
.plans--title h2 {
font-size: 3rem;
}
.plans--title p {
font-size: 2rem;
}
.product-cards--container {
display: flex;
flex-wrap: wrap;
width: 930px;
margin: 0 auto;
}
.plans-container--slider {
justify-content: center;
overflow: hidden;
}
.plan-card--saving {
margin-top: 10px;
font-size: 1.4rem;
}
footer {
justify-content: space-around;
}
footer .left ul{
font-size: 2rem;
line-height: 2.6rem;
}
.left a:hover {
text-decoration: underline;
}
.left a:active {
color: #f0b782;
}
.right img {
width: 100px;
} | 0.569853 | 0.099208 |
.media {
position: relative;
}
.media > .pull-left.has-notif i {
border: 2px solid #2a2a2a;
}
.media > .pull-left.has-notif i.online {
background-color: #8cc152;
animation: opacity-badge 0.6s infinite;
-webkit-animation: opacity-badge 0.6s infinite;
}
@keyframes opacity-badge {
0% {
transform: scale(0.5);
}
100% {
transform: scale(1.2);
}
}
@-webkit-keyframes opacity-badge {
0% {
transform: scale(0.5);
}
100% {
transform: scale(1.2);
}
}
.media > .pull-left.has-notif i.offline {
background-color: #959595;
}
.media > .pull-left.has-notif i.away {
background-color: #f6bb42;
}
.media > .pull-left.has-notif i.busy {
background-color: #e9573f;
}
.media > .pull-left.has-notif i {
position: absolute;
left: 14px;
top: 3px;
width: 12px;
height: 12px;
border-radius: 100%;
}
.media > .pull-left.avatar i {
left: 4px;
top: 1px;
}
.media-list {
background-color: white;
}
.media-list > a {
text-decoration: none;
border-bottom: 1px solid #dddddd;
}
.media-list > a:hover {
background-color: #eeeeee;
}
.media-list > a:last-child {
border-bottom: none;
}
.media-list > .media {
display: block;
padding: 8px 15px;
margin: 0;
line-height: 21px;
}
.media-list > .media > .pull-left {
display: table-cell;
margin-top: 4px;
}
.media-list > .media .media-object {
width: 50px;
height: 50px;
text-align: center;
}
.media-list > .media .media-object img {
width: 30px;
height: 30px;
}
.media-list > .media > .media-body {
display: table-cell;
}
.media-list > .media > .media-body > .media-heading {
text-transform: capitalize;
display: block;
font-weight: 600;
color: #444;
margin-bottom: 0;
}
.media-list > .media > .media-body > .media-text {
display: block;
color: #777;
margin: 0;
font-size: 13px;
min-width: 210px;
}
.media-list > .media > .media-body > .media-meta {
font-size: 11px !important;
margin: 0;
color: #8f8f8f;
}
.media-list.small > .media {
padding: 7px 15px;
}
.media-list.small > .media .media-object {
width: 38px;
height: 38px;
}
.media-details {
padding: 20px;
}
.media-details .category {
font-size: 11px;
}
.media-details .details {
margin-top: 20px;
}
.media-details .details h4 {
font-size: 12px;
color: #333;
text-transform: uppercase;
}
.media-details .table {
box-shadow: none;
}
.media-details .media-title {
font-size: 17px;
} | assets/assets/admin/css/components/media-image.css | .media {
position: relative;
}
.media > .pull-left.has-notif i {
border: 2px solid #2a2a2a;
}
.media > .pull-left.has-notif i.online {
background-color: #8cc152;
animation: opacity-badge 0.6s infinite;
-webkit-animation: opacity-badge 0.6s infinite;
}
@keyframes opacity-badge {
0% {
transform: scale(0.5);
}
100% {
transform: scale(1.2);
}
}
@-webkit-keyframes opacity-badge {
0% {
transform: scale(0.5);
}
100% {
transform: scale(1.2);
}
}
.media > .pull-left.has-notif i.offline {
background-color: #959595;
}
.media > .pull-left.has-notif i.away {
background-color: #f6bb42;
}
.media > .pull-left.has-notif i.busy {
background-color: #e9573f;
}
.media > .pull-left.has-notif i {
position: absolute;
left: 14px;
top: 3px;
width: 12px;
height: 12px;
border-radius: 100%;
}
.media > .pull-left.avatar i {
left: 4px;
top: 1px;
}
.media-list {
background-color: white;
}
.media-list > a {
text-decoration: none;
border-bottom: 1px solid #dddddd;
}
.media-list > a:hover {
background-color: #eeeeee;
}
.media-list > a:last-child {
border-bottom: none;
}
.media-list > .media {
display: block;
padding: 8px 15px;
margin: 0;
line-height: 21px;
}
.media-list > .media > .pull-left {
display: table-cell;
margin-top: 4px;
}
.media-list > .media .media-object {
width: 50px;
height: 50px;
text-align: center;
}
.media-list > .media .media-object img {
width: 30px;
height: 30px;
}
.media-list > .media > .media-body {
display: table-cell;
}
.media-list > .media > .media-body > .media-heading {
text-transform: capitalize;
display: block;
font-weight: 600;
color: #444;
margin-bottom: 0;
}
.media-list > .media > .media-body > .media-text {
display: block;
color: #777;
margin: 0;
font-size: 13px;
min-width: 210px;
}
.media-list > .media > .media-body > .media-meta {
font-size: 11px !important;
margin: 0;
color: #8f8f8f;
}
.media-list.small > .media {
padding: 7px 15px;
}
.media-list.small > .media .media-object {
width: 38px;
height: 38px;
}
.media-details {
padding: 20px;
}
.media-details .category {
font-size: 11px;
}
.media-details .details {
margin-top: 20px;
}
.media-details .details h4 {
font-size: 12px;
color: #333;
text-transform: uppercase;
}
.media-details .table {
box-shadow: none;
}
.media-details .media-title {
font-size: 17px;
} | 0.325949 | 0.053825 |
body {
font-family: 'Livvic', sans-serif;
margin: 0;
padding: 0;
/* font-family: Verdana, Geneva, Tahoma, sans-serif; */
}
header {
height: 200px;
font-size: 20px;
width: 100vw;
left: 0px;
}
#bodyheader {
background-color: #92140C;
width: 100%;
}
h1{
font-size: 250%;
text-align: center;
padding-top: 30px;
color: #C1B4AE;
}
#adjective {
text-align: center;
font-size: 120%;
color: #C1B4AE;
}
#nav {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
color: #C1B4AE;
border-bottom: 20px;
}
a {
text-align: center;
font-size: 125%;
text-decoration: none;
color: #C1B4AE;
margin: 15px;
}
main {
background-color: #C1B4AE;
}
#About {
display: flex;
flex-direction: row;
/* margin-left: 50px; */
justify-content: space-evenly;
}
#subbox {
padding-right: 10px;
text-align: center;
padding-left: 20px;
/* margin-left: -225px; */
}
#Abme {
/* width: 950px; */
padding-right: 25px;
}
/* #subbox2 {
margin-left: -70px;
} */
#cardtop {
background-color: #BE7C4D;;
color:#353238;
}
.workcard {
margin-left: 190px;
}
span {
color: white;
text-align: center;
/* width: 100%; */
position: relative;
bottom: 125px;
font-size: 150%;
}
.repolink {
background-color: #92140C;
color: white;
}
.deployedlink {
background-color: #C08773;
color: white;
}
#section2 {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly;
}
#contactTop {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: left;
}
#subbox3 {
text-align: center;
padding-left: 20px;
}
/* #Contact {
text-align: center;
margin-left: 200px;
} */
ul li {
display: inline;
margin: 15px;
color: black;
}
#contact {
/* padding-left: -25px; */
margin-left: -225px;
}
.foot {
color: black;
}
footer {
text-align: center;
background-color: #92140C;
color: #C1B4AE;
padding: 20px;
font-size: 20px;
}
@media screen and (max-width: 992px) {
header {
height: 200px;
max-width: 100%;
}
h1{
font-size: 200%;
text-align: center;
padding-top: 60px;
}
#nav {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-around;
}
#Work {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content:left;
}
.workcard {
margin-left: 175px;
}
#section2 {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}
#contactTop {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: left;
}
#subbox3 {
text-align: center;
}
#Contact {
text-align: center;
margin-left: 30px;
}
}
@media screen and (max-width: 768px) {
header {
height: 175px;
}
h1{
font-size: 175%;
text-align: center;
padding-top: 40px;
}
#nav {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
}
a {
text-align: center;
font-size: 125%;
text-decoration: none;
margin: 5px;
}
/* main {
background-color: rgb(245, 207, 213);
} */
#About {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-around;
margin-left: 40px;
}
#subbox {
/* flex-grow: 4; */
padding-right: 20px;
text-align: center;
}
#sdhead{
/* flex-grow: 2; */
max-width: 100px;
max-height: 100px;
padding-top: 10px;
display: block;
margin-left: auto;
margin-right: auto;
}
#Abme {
flex-grow: 5;
padding: 0px 20px;
}
#Work {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content:left;
}
#subbox2 {
flex-grow: 2;
padding-left: 35px;
text-align: center;
}
.workcard {
margin-left: 135px;
}
#contactTop {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: left;
}
#subbox3 {
text-align: center;
padding-left: 5px;
}
#Contact {
text-align: center;
margin-left: 30px;
font-size: 25px;
}
ul li {
display: inline;
margin: 15px 0px;
/* font-size: 50%; */
}
footer {
text-align: center;
background-color: #92140C;
color: #C1B4AE;
padding: 10px;
}
}
@media screen and (max-width: 576px) {
header {
height: 140px;
}
h1{
font-size: 130%;
text-align: center;
padding-top: 20px;
}
#adjective {
text-align: center;
font-size: 90%;
}
#nav {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
}
a {
text-align: center;
font-size: 100%;
text-decoration: none;
}
#About {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: space-around;
margin-left: 30px;
}
#subbox {
flex-grow: 1;
padding-right: 20px;
text-align: center;
font-size: 100%;
}
#sdhead{
margin-left: auto;
margin-right: auto;
max-width: 50px;
max-height: 50px;
padding-top: 10px;
}
#Abme {
padding-left: 20px;
font-size: 100%;
}
#Work {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content:center;
}
#subbox2 {
padding-left: 45px;
text-align: center;
}
.workcard {
margin-left: auto;
}
#section2 {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
}
#contactTop {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: left;
}
#subbox3 {
text-align: center;
/* padding-left: 20px; */
}
#Contact {
text-align: center;
margin-left: 0px;
}
ul li {
margin: 0px 100px;
/* font-size: 60%; */
flex-basis: 300px;
align-self: center;
}
footer {
text-align: center;
background-color: #92140C;
color: #C1B4AE;
padding: 20px;
}
} | assets/css/style.css | body {
font-family: 'Livvic', sans-serif;
margin: 0;
padding: 0;
/* font-family: Verdana, Geneva, Tahoma, sans-serif; */
}
header {
height: 200px;
font-size: 20px;
width: 100vw;
left: 0px;
}
#bodyheader {
background-color: #92140C;
width: 100%;
}
h1{
font-size: 250%;
text-align: center;
padding-top: 30px;
color: #C1B4AE;
}
#adjective {
text-align: center;
font-size: 120%;
color: #C1B4AE;
}
#nav {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
color: #C1B4AE;
border-bottom: 20px;
}
a {
text-align: center;
font-size: 125%;
text-decoration: none;
color: #C1B4AE;
margin: 15px;
}
main {
background-color: #C1B4AE;
}
#About {
display: flex;
flex-direction: row;
/* margin-left: 50px; */
justify-content: space-evenly;
}
#subbox {
padding-right: 10px;
text-align: center;
padding-left: 20px;
/* margin-left: -225px; */
}
#Abme {
/* width: 950px; */
padding-right: 25px;
}
/* #subbox2 {
margin-left: -70px;
} */
#cardtop {
background-color: #BE7C4D;;
color:#353238;
}
.workcard {
margin-left: 190px;
}
span {
color: white;
text-align: center;
/* width: 100%; */
position: relative;
bottom: 125px;
font-size: 150%;
}
.repolink {
background-color: #92140C;
color: white;
}
.deployedlink {
background-color: #C08773;
color: white;
}
#section2 {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-evenly;
}
#contactTop {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: left;
}
#subbox3 {
text-align: center;
padding-left: 20px;
}
/* #Contact {
text-align: center;
margin-left: 200px;
} */
ul li {
display: inline;
margin: 15px;
color: black;
}
#contact {
/* padding-left: -25px; */
margin-left: -225px;
}
.foot {
color: black;
}
footer {
text-align: center;
background-color: #92140C;
color: #C1B4AE;
padding: 20px;
font-size: 20px;
}
@media screen and (max-width: 992px) {
header {
height: 200px;
max-width: 100%;
}
h1{
font-size: 200%;
text-align: center;
padding-top: 60px;
}
#nav {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-around;
}
#Work {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content:left;
}
.workcard {
margin-left: 175px;
}
#section2 {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}
#contactTop {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: left;
}
#subbox3 {
text-align: center;
}
#Contact {
text-align: center;
margin-left: 30px;
}
}
@media screen and (max-width: 768px) {
header {
height: 175px;
}
h1{
font-size: 175%;
text-align: center;
padding-top: 40px;
}
#nav {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
}
a {
text-align: center;
font-size: 125%;
text-decoration: none;
margin: 5px;
}
/* main {
background-color: rgb(245, 207, 213);
} */
#About {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-around;
margin-left: 40px;
}
#subbox {
/* flex-grow: 4; */
padding-right: 20px;
text-align: center;
}
#sdhead{
/* flex-grow: 2; */
max-width: 100px;
max-height: 100px;
padding-top: 10px;
display: block;
margin-left: auto;
margin-right: auto;
}
#Abme {
flex-grow: 5;
padding: 0px 20px;
}
#Work {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content:left;
}
#subbox2 {
flex-grow: 2;
padding-left: 35px;
text-align: center;
}
.workcard {
margin-left: 135px;
}
#contactTop {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: left;
}
#subbox3 {
text-align: center;
padding-left: 5px;
}
#Contact {
text-align: center;
margin-left: 30px;
font-size: 25px;
}
ul li {
display: inline;
margin: 15px 0px;
/* font-size: 50%; */
}
footer {
text-align: center;
background-color: #92140C;
color: #C1B4AE;
padding: 10px;
}
}
@media screen and (max-width: 576px) {
header {
height: 140px;
}
h1{
font-size: 130%;
text-align: center;
padding-top: 20px;
}
#adjective {
text-align: center;
font-size: 90%;
}
#nav {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
}
a {
text-align: center;
font-size: 100%;
text-decoration: none;
}
#About {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: space-around;
margin-left: 30px;
}
#subbox {
flex-grow: 1;
padding-right: 20px;
text-align: center;
font-size: 100%;
}
#sdhead{
margin-left: auto;
margin-right: auto;
max-width: 50px;
max-height: 50px;
padding-top: 10px;
}
#Abme {
padding-left: 20px;
font-size: 100%;
}
#Work {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content:center;
}
#subbox2 {
padding-left: 45px;
text-align: center;
}
.workcard {
margin-left: auto;
}
#section2 {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
}
#contactTop {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: left;
}
#subbox3 {
text-align: center;
/* padding-left: 20px; */
}
#Contact {
text-align: center;
margin-left: 0px;
}
ul li {
margin: 0px 100px;
/* font-size: 60%; */
flex-basis: 300px;
align-self: center;
}
footer {
text-align: center;
background-color: #92140C;
color: #C1B4AE;
padding: 20px;
}
} | 0.468061 | 0.070208 |
@import "normalize.css";
.background-primary,
.bg-primary {
background-color: #1366f5;
}
.background-primary-darker-90,
.background-primary-d-90,
.bg-primary-darker-90,
.bg-primary-d-90 {
background-color: #010a19;
}
.background-primary-darker-80,
.background-primary-d-80,
.bg-primary-darker-80,
.bg-primary-d-80 {
background-color: #021433;
}
.background-primary-darker-70,
.background-primary-d-70,
.bg-primary-darker-70,
.bg-primary-d-70 {
background-color: #031e4c;
}
.background-primary-darker-60,
.background-primary-d-60,
.bg-primary-darker-60,
.bg-primary-d-60 {
background-color: #042865;
}
.background-primary-darker-50,
.background-primary-d-50,
.bg-primary-darker-50,
.bg-primary-d-50 {
background-color: #05327f;
}
.background-primary-darker-40,
.background-primary-d-40,
.bg-primary-darker-40,
.bg-primary-d-40 {
background-color: #063c98;
}
.background-primary-darker-30,
.background-primary-d-30,
.bg-primary-darker-30,
.bg-primary-d-30 {
background-color: #0846b1;
}
.background-primary-darker-20,
.background-primary-d-20,
.bg-primary-darker-20,
.bg-primary-d-20 {
background-color: #0950cb;
}
.background-primary-darker-10,
.background-primary-d-10,
.bg-primary-darker-10,
.bg-primary-d-10 {
background-color: #0a5ae4;
}
.background-primary-lighter-10,
.background-primary-l-10,
.bg-primary-lighter-10,
.bg-primary-l-10 {
background-color: #2b75f6;
}
.background-primary-lighter-20,
.background-primary-l-20,
.bg-primary-lighter-20,
.bg-primary-l-20 {
background-color: #4285f7;
}
.background-primary-lighter-30,
.background-primary-l-30,
.bg-primary-lighter-30,
.bg-primary-l-30 {
background-color: #5a94f8;
}
.background-primary-lighter-40,
.background-primary-l-40,
.bg-primary-lighter-40,
.bg-primary-l-40 {
background-color: #71a3f9;
}
.background-primary-lighter-50,
.background-primary-l-50,
.bg-primary-lighter-50,
.bg-primary-l-50 {
background-color: #89b3fa;
}
.background-primary-lighter-60,
.background-primary-l-60,
.bg-primary-lighter-60,
.bg-primary-l-60 {
background-color: #a1c2fb;
}
.background-primary-lighter-70,
.background-primary-l-70,
.bg-primary-lighter-70,
.bg-primary-l-70 {
background-color: #b8d1fc;
}
.background-primary-lighter-80,
.background-primary-l-80,
.bg-primary-lighter-80,
.bg-primary-l-80 {
background-color: #d0e0fd;
}
.background-primary-lighter-90,
.background-primary-l-90,
.bg-primary-lighter-90,
.bg-primary-l-90 {
background-color: #e7f0fe;
}
.background-secondary,
.bg-secondary {
background-color: #616a71;
}
.background-secondary-darker-90,
.background-secondary-d-90,
.bg-secondary-darker-90,
.bg-secondary-d-90 {
background-color: #0a0b0b;
}
.background-secondary-darker-80,
.background-secondary-d-80,
.bg-secondary-darker-80,
.bg-secondary-d-80 {
background-color: #131517;
}
.background-secondary-darker-70,
.background-secondary-d-70,
.bg-secondary-darker-70,
.bg-secondary-d-70 {
background-color: #1d2022;
}
.background-secondary-darker-60,
.background-secondary-d-60,
.bg-secondary-darker-60,
.bg-secondary-d-60 {
background-color: #272a2d;
}
.background-secondary-darker-50,
.background-secondary-d-50,
.bg-secondary-darker-50,
.bg-secondary-d-50 {
background-color: #313539;
}
.background-secondary-darker-40,
.background-secondary-d-40,
.bg-secondary-darker-40,
.bg-secondary-d-40 {
background-color: #3a4044;
}
.background-secondary-darker-30,
.background-secondary-d-30,
.bg-secondary-darker-30,
.bg-secondary-d-30 {
background-color: #444a4f;
}
.background-secondary-darker-20,
.background-secondary-d-20,
.bg-secondary-darker-20,
.bg-secondary-d-20 {
background-color: #4e555a;
}
.background-secondary-darker-10,
.background-secondary-d-10,
.bg-secondary-darker-10,
.bg-secondary-d-10 {
background-color: #575f66;
}
.background-secondary-lighter-10,
.background-secondary-l-10,
.bg-secondary-lighter-10,
.bg-secondary-l-10 {
background-color: #6f7981;
}
.background-secondary-lighter-20,
.background-secondary-l-20,
.bg-secondary-lighter-20,
.bg-secondary-l-20 {
background-color: #7e8890;
}
.background-secondary-lighter-30,
.background-secondary-l-30,
.bg-secondary-lighter-30,
.bg-secondary-l-30 {
background-color: #8e979e;
}
.background-secondary-lighter-40,
.background-secondary-l-40,
.bg-secondary-lighter-40,
.bg-secondary-l-40 {
background-color: #9ea6ac;
}
.background-secondary-lighter-50,
.background-secondary-l-50,
.bg-secondary-lighter-50,
.bg-secondary-l-50 {
background-color: #aeb5ba;
}
.background-secondary-lighter-60,
.background-secondary-l-60,
.bg-secondary-lighter-60,
.bg-secondary-l-60 {
background-color: #bec4c8;
}
.background-secondary-lighter-70,
.background-secondary-l-70,
.bg-secondary-lighter-70,
.bg-secondary-l-70 {
background-color: #cfd2d5;
}
.background-secondary-lighter-80,
.background-secondary-l-80,
.bg-secondary-lighter-80,
.bg-secondary-l-80 {
background-color: #dfe1e3;
}
.background-secondary-lighter-90,
.background-secondary-l-90,
.bg-secondary-lighter-90,
.bg-secondary-l-90 {
background-color: #eff0f1;
}
.background-success,
.bg-success {
background-color: #1d7c4d;
}
.background-success-darker-90,
.background-success-d-90,
.bg-success-darker-90,
.bg-success-d-90 {
background-color: #030c08;
}
.background-success-darker-80,
.background-success-d-80,
.bg-success-darker-80,
.bg-success-d-80 {
background-color: #06190f;
}
.background-success-darker-70,
.background-success-d-70,
.bg-success-darker-70,
.bg-success-d-70 {
background-color: #092517;
}
.background-success-darker-60,
.background-success-d-60,
.bg-success-darker-60,
.bg-success-d-60 {
background-color: #0c321f;
}
.background-success-darker-50,
.background-success-d-50,
.bg-success-darker-50,
.bg-success-d-50 {
background-color: #0f3e27;
}
.background-success-darker-40,
.background-success-d-40,
.bg-success-darker-40,
.bg-success-d-40 {
background-color: #114a2e;
}
.background-success-darker-30,
.background-success-d-30,
.bg-success-darker-30,
.bg-success-d-30 {
background-color: #145736;
}
.background-success-darker-20,
.background-success-d-20,
.bg-success-darker-20,
.bg-success-d-20 {
background-color: #17633e;
}
.background-success-darker-10,
.background-success-d-10,
.bg-success-darker-10,
.bg-success-d-10 {
background-color: #1a7045;
}
.background-success-lighter-10,
.background-success-l-10,
.bg-success-lighter-10,
.bg-success-l-10 {
background-color: #24995f;
}
.background-success-lighter-20,
.background-success-l-20,
.bg-success-lighter-20,
.bg-success-l-20 {
background-color: #2bb671;
}
.background-success-lighter-30,
.background-success-l-30,
.bg-success-lighter-30,
.bg-success-l-30 {
background-color: #34d083;
}
.background-success-lighter-40,
.background-success-l-40,
.bg-success-lighter-40,
.bg-success-l-40 {
background-color: #51d695;
}
.background-success-lighter-50,
.background-success-l-50,
.bg-success-lighter-50,
.bg-success-l-50 {
background-color: #6edda6;
}
.background-success-lighter-60,
.background-success-l-60,
.bg-success-lighter-60,
.bg-success-l-60 {
background-color: #8be4b8;
}
.background-success-lighter-70,
.background-success-l-70,
.bg-success-lighter-70,
.bg-success-l-70 {
background-color: #a8ebca;
}
.background-success-lighter-80,
.background-success-l-80,
.bg-success-lighter-80,
.bg-success-l-80 {
background-color: #c5f1dc;
}
.background-success-lighter-90,
.background-success-l-90,
.bg-success-lighter-90,
.bg-success-l-90 {
background-color: #e2f8ed;
}
.background-danger,
.bg-danger {
background-color: #d52c40;
}
.background-danger-darker-90,
.background-danger-d-90,
.bg-danger-darker-90,
.bg-danger-d-90 {
background-color: #150406;
}
.background-danger-darker-80,
.background-danger-d-80,
.bg-danger-darker-80,
.bg-danger-d-80 {
background-color: #2b090d;
}
.background-danger-darker-70,
.background-danger-d-70,
.bg-danger-darker-70,
.bg-danger-d-70 {
background-color: #400d13;
}
.background-danger-darker-60,
.background-danger-d-60,
.bg-danger-darker-60,
.bg-danger-d-60 {
background-color: #561119;
}
.background-danger-darker-50,
.background-danger-d-50,
.bg-danger-darker-50,
.bg-danger-d-50 {
background-color: #6b151f;
}
.background-danger-darker-40,
.background-danger-d-40,
.bg-danger-darker-40,
.bg-danger-d-40 {
background-color: #811a26;
}
.background-danger-darker-30,
.background-danger-d-30,
.bg-danger-darker-30,
.bg-danger-d-30 {
background-color: #961e2c;
}
.background-danger-darker-20,
.background-danger-d-20,
.bg-danger-darker-20,
.bg-danger-d-20 {
background-color: #ab2232;
}
.background-danger-darker-10,
.background-danger-d-10,
.bg-danger-darker-10,
.bg-danger-d-10 {
background-color: #c12639;
}
.background-danger-lighter-10,
.background-danger-l-10,
.bg-danger-lighter-10,
.bg-danger-l-10 {
background-color: #d94153;
}
.background-danger-lighter-20,
.background-danger-l-20,
.bg-danger-lighter-20,
.bg-danger-l-20 {
background-color: #dd5666;
}
.background-danger-lighter-30,
.background-danger-l-30,
.bg-danger-lighter-30,
.bg-danger-l-30 {
background-color: #e26b79;
}
.background-danger-lighter-40,
.background-danger-l-40,
.bg-danger-lighter-40,
.bg-danger-l-40 {
background-color: #e6808c;
}
.background-danger-lighter-50,
.background-danger-l-50,
.bg-danger-lighter-50,
.bg-danger-l-50 {
background-color: #ea96a0;
}
.background-danger-lighter-60,
.background-danger-l-60,
.bg-danger-lighter-60,
.bg-danger-l-60 {
background-color: #eeabb3;
}
.background-danger-lighter-70,
.background-danger-l-70,
.bg-danger-lighter-70,
.bg-danger-l-70 {
background-color: #f2c0c6;
}
.background-danger-lighter-80,
.background-danger-l-80,
.bg-danger-lighter-80,
.bg-danger-l-80 {
background-color: #f7d5d9;
}
.background-danger-lighter-90,
.background-danger-l-90,
.bg-danger-lighter-90,
.bg-danger-l-90 {
background-color: #fbeaec;
}
.background-warning,
.bg-warning {
background-color: #feb733;
}
.background-warning-darker-90,
.background-warning-d-90,
.bg-warning-darker-90,
.bg-warning-d-90 {
background-color: #1e1400;
}
.background-warning-darker-80,
.background-warning-d-80,
.bg-warning-darker-80,
.bg-warning-d-80 {
background-color: #3d2800;
}
.background-warning-darker-70,
.background-warning-d-70,
.bg-warning-darker-70,
.bg-warning-d-70 {
background-color: #5b3b00;
}
.background-warning-darker-60,
.background-warning-d-60,
.bg-warning-darker-60,
.bg-warning-d-60 {
background-color: #794f01;
}
.background-warning-darker-50,
.background-warning-d-50,
.bg-warning-darker-50,
.bg-warning-d-50 {
background-color: #986301;
}
.background-warning-darker-40,
.background-warning-d-40,
.bg-warning-darker-40,
.bg-warning-d-40 {
background-color: #b67701;
}
.background-warning-darker-30,
.background-warning-d-30,
.bg-warning-darker-30,
.bg-warning-d-30 {
background-color: #d48b01;
}
.background-warning-darker-20,
.background-warning-d-20,
.bg-warning-darker-20,
.bg-warning-d-20 {
background-color: #f39e01;
}
.background-warning-darker-10,
.background-warning-d-10,
.bg-warning-darker-10,
.bg-warning-d-10 {
background-color: #feac15;
}
.background-warning-lighter-10,
.background-warning-l-10,
.bg-warning-lighter-10,
.bg-warning-l-10 {
background-color: #febe47;
}
.background-warning-lighter-20,
.background-warning-l-20,
.bg-warning-lighter-20,
.bg-warning-l-20 {
background-color: #fec55c;
}
.background-warning-lighter-30,
.background-warning-l-30,
.bg-warning-lighter-30,
.bg-warning-l-30 {
background-color: #fecd70;
}
.background-warning-lighter-40,
.background-warning-l-40,
.bg-warning-lighter-40,
.bg-warning-l-40 {
background-color: #fed485;
}
.background-warning-lighter-50,
.background-warning-l-50,
.bg-warning-lighter-50,
.bg-warning-l-50 {
background-color: #ffdb99;
}
.background-warning-lighter-60,
.background-warning-l-60,
.bg-warning-lighter-60,
.bg-warning-l-60 {
background-color: #ffe2ad;
}
.background-warning-lighter-70,
.background-warning-l-70,
.bg-warning-lighter-70,
.bg-warning-l-70 {
background-color: #ffe9c2;
}
.background-warning-lighter-80,
.background-warning-l-80,
.bg-warning-lighter-80,
.bg-warning-l-80 {
background-color: #fff1d6;
}
.background-warning-lighter-90,
.background-warning-l-90,
.bg-warning-lighter-90,
.bg-warning-l-90 {
background-color: #fff8eb;
}
.background-light,
.bg-light {
background-color: #f7f8f9;
}
.background-light-darker-90,
.background-light-d-90,
.bg-light-darker-90,
.bg-light-d-90 {
background-color: #15191c;
}
.background-light-darker-80,
.background-light-d-80,
.bg-light-darker-80,
.bg-light-d-80 {
background-color: #2b3239;
}
.background-light-darker-70,
.background-light-d-70,
.bg-light-darker-70,
.bg-light-d-70 {
background-color: #404a55;
}
.background-light-darker-60,
.background-light-d-60,
.bg-light-darker-60,
.bg-light-d-60 {
background-color: #556371;
}
.background-light-darker-50,
.background-light-d-50,
.bg-light-darker-50,
.bg-light-d-50 {
background-color: #6a7c8e;
}
.background-light-darker-40,
.background-light-d-40,
.bg-light-darker-40,
.bg-light-d-40 {
background-color: #8695a4;
}
.background-light-darker-30,
.background-light-d-30,
.bg-light-darker-30,
.bg-light-d-30 {
background-color: #a2aeb9;
}
.background-light-darker-20,
.background-light-d-20,
.bg-light-darker-20,
.bg-light-d-20 {
background-color: #bec6ce;
}
.background-light-darker-10,
.background-light-d-10,
.bg-light-darker-10,
.bg-light-d-10 {
background-color: #dbdfe4;
}
.background-light-lighter-10,
.background-light-l-10,
.bg-light-lighter-10,
.bg-light-l-10 {
background-color: #f8f9fa;
}
.background-light-lighter-20,
.background-light-l-20,
.bg-light-lighter-20,
.bg-light-l-20 {
background-color: #f9f9fa;
}
.background-light-lighter-30,
.background-light-l-30,
.bg-light-lighter-30,
.bg-light-l-30 {
background-color: #f9fafb;
}
.background-light-lighter-40,
.background-light-l-40,
.bg-light-lighter-40,
.bg-light-l-40 {
background-color: #fafbfb;
}
.background-light-lighter-50,
.background-light-l-50,
.bg-light-lighter-50,
.bg-light-l-50 {
background-color: #fbfcfc;
}
.background-light-lighter-60,
.background-light-l-60,
.bg-light-lighter-60,
.bg-light-l-60 {
background-color: #fcfcfd;
}
.background-light-lighter-70,
.background-light-l-70,
.bg-light-lighter-70,
.bg-light-l-70 {
background-color: #fdfdfd;
}
.background-light-lighter-80,
.background-light-l-80,
.bg-light-lighter-80,
.bg-light-l-80 {
background-color: #fdfefe;
}
.background-light-lighter-90,
.background-light-l-90,
.bg-light-lighter-90,
.bg-light-l-90 {
background-color: #fefefe;
}
.background-dark,
.bg-dark {
background-color: #1e2124;
}
.background-dark-darker-90,
.background-dark-d-90,
.bg-dark-darker-90,
.bg-dark-d-90 {
background-color: #030304;
}
.background-dark-darker-80,
.background-dark-d-80,
.bg-dark-darker-80,
.bg-dark-d-80 {
background-color: #060707;
}
.background-dark-darker-70,
.background-dark-d-70,
.bg-dark-darker-70,
.bg-dark-d-70 {
background-color: #090a0b;
}
.background-dark-darker-60,
.background-dark-d-60,
.bg-dark-darker-60,
.bg-dark-d-60 {
background-color: #0c0d0e;
}
.background-dark-darker-50,
.background-dark-d-50,
.bg-dark-darker-50,
.bg-dark-d-50 {
background-color: #0f1112;
}
.background-dark-darker-40,
.background-dark-d-40,
.bg-dark-darker-40,
.bg-dark-d-40 {
background-color: #121416;
}
.background-dark-darker-30,
.background-dark-d-30,
.bg-dark-darker-30,
.bg-dark-d-30 {
background-color: #151719;
}
.background-dark-darker-20,
.background-dark-d-20,
.bg-dark-darker-20,
.bg-dark-d-20 {
background-color: #181a1d;
}
.background-dark-darker-10,
.background-dark-d-10,
.bg-dark-darker-10,
.bg-dark-d-10 {
background-color: #1b1e20;
}
.background-dark-lighter-10,
.background-dark-l-10,
.bg-dark-lighter-10,
.bg-dark-l-10 {
background-color: #32373c;
}
.background-dark-lighter-20,
.background-dark-l-20,
.bg-dark-lighter-20,
.bg-dark-l-20 {
background-color: #464d54;
}
.background-dark-lighter-30,
.background-dark-l-30,
.bg-dark-lighter-30,
.bg-dark-l-30 {
background-color: #5b646d;
}
.background-dark-lighter-40,
.background-dark-l-40,
.bg-dark-lighter-40,
.bg-dark-l-40 {
background-color: #6f7a85;
}
.background-dark-lighter-50,
.background-dark-l-50,
.bg-dark-lighter-50,
.bg-dark-l-50 {
background-color: #86909a;
}
.background-dark-lighter-60,
.background-dark-l-60,
.bg-dark-lighter-60,
.bg-dark-l-60 {
background-color: #9ea6ae;
}
.background-dark-lighter-70,
.background-dark-l-70,
.bg-dark-lighter-70,
.bg-dark-l-70 {
background-color: #b6bcc2;
}
.background-dark-lighter-80,
.background-dark-l-80,
.bg-dark-lighter-80,
.bg-dark-l-80 {
background-color: #cfd3d7;
}
.background-dark-lighter-90,
.background-dark-l-90,
.bg-dark-lighter-90,
.bg-dark-l-90 {
background-color: #e7e9eb;
}
.color-primary {
color: #1366f5;
}
.color-primary-darker-90,
.color-primary-d-90 {
color: #010a19;
}
.color-primary-darker-80,
.color-primary-d-80 {
color: #021433;
}
.color-primary-darker-70,
.color-primary-d-70 {
color: #031e4c;
}
.color-primary-darker-60,
.color-primary-d-60 {
color: #042865;
}
.color-primary-darker-50,
.color-primary-d-50 {
color: #05327f;
}
.color-primary-darker-40,
.color-primary-d-40 {
color: #063c98;
}
.color-primary-darker-30,
.color-primary-d-30 {
color: #0846b1;
}
.color-primary-darker-20,
.color-primary-d-20 {
color: #0950cb;
}
.color-primary-darker-10,
.color-primary-d-10 {
color: #0a5ae4;
}
.color-primary-lighter-10,
.color-primary-l-10 {
color: #2b75f6;
}
.color-primary-lighter-20,
.color-primary-l-20 {
color: #4285f7;
}
.color-primary-lighter-30,
.color-primary-l-30 {
color: #5a94f8;
}
.color-primary-lighter-40,
.color-primary-l-40 {
color: #71a3f9;
}
.color-primary-lighter-50,
.color-primary-l-50 {
color: #89b3fa;
}
.color-primary-lighter-60,
.color-primary-l-60 {
color: #a1c2fb;
}
.color-primary-lighter-70,
.color-primary-l-70 {
color: #b8d1fc;
}
.color-primary-lighter-80,
.color-primary-l-80 {
color: #d0e0fd;
}
.color-primary-lighter-90,
.color-primary-l-90 {
color: #e7f0fe;
}
.color-secondary {
color: #616a71;
}
.color-secondary-darker-90,
.color-secondary-d-90 {
color: #0a0b0b;
}
.color-secondary-darker-80,
.color-secondary-d-80 {
color: #131517;
}
.color-secondary-darker-70,
.color-secondary-d-70 {
color: #1d2022;
}
.color-secondary-darker-60,
.color-secondary-d-60 {
color: #272a2d;
}
.color-secondary-darker-50,
.color-secondary-d-50 {
color: #313539;
}
.color-secondary-darker-40,
.color-secondary-d-40 {
color: #3a4044;
}
.color-secondary-darker-30,
.color-secondary-d-30 {
color: #444a4f;
}
.color-secondary-darker-20,
.color-secondary-d-20 {
color: #4e555a;
}
.color-secondary-darker-10,
.color-secondary-d-10 {
color: #575f66;
}
.color-secondary-lighter-10,
.color-secondary-l-10 {
color: #6f7981;
}
.color-secondary-lighter-20,
.color-secondary-l-20 {
color: #7e8890;
}
.color-secondary-lighter-30,
.color-secondary-l-30 {
color: #8e979e;
}
.color-secondary-lighter-40,
.color-secondary-l-40 {
color: #9ea6ac;
}
.color-secondary-lighter-50,
.color-secondary-l-50 {
color: #aeb5ba;
}
.color-secondary-lighter-60,
.color-secondary-l-60 {
color: #bec4c8;
}
.color-secondary-lighter-70,
.color-secondary-l-70 {
color: #cfd2d5;
}
.color-secondary-lighter-80,
.color-secondary-l-80 {
color: #dfe1e3;
}
.color-secondary-lighter-90,
.color-secondary-l-90 {
color: #eff0f1;
}
.color-success {
color: #1d7c4d;
}
.color-success-darker-90,
.color-success-d-90 {
color: #030c08;
}
.color-success-darker-80,
.color-success-d-80 {
color: #06190f;
}
.color-success-darker-70,
.color-success-d-70 {
color: #092517;
}
.color-success-darker-60,
.color-success-d-60 {
color: #0c321f;
}
.color-success-darker-50,
.color-success-d-50 {
color: #0f3e27;
}
.color-success-darker-40,
.color-success-d-40 {
color: #114a2e;
}
.color-success-darker-30,
.color-success-d-30 {
color: #145736;
}
.color-success-darker-20,
.color-success-d-20 {
color: #17633e;
}
.color-success-darker-10,
.color-success-d-10 {
color: #1a7045;
}
.color-success-lighter-10,
.color-success-l-10 {
color: #24995f;
}
.color-success-lighter-20,
.color-success-l-20 {
color: #2bb671;
}
.color-success-lighter-30,
.color-success-l-30 {
color: #34d083;
}
.color-success-lighter-40,
.color-success-l-40 {
color: #51d695;
}
.color-success-lighter-50,
.color-success-l-50 {
color: #6edda6;
}
.color-success-lighter-60,
.color-success-l-60 {
color: #8be4b8;
}
.color-success-lighter-70,
.color-success-l-70 {
color: #a8ebca;
}
.color-success-lighter-80,
.color-success-l-80 {
color: #c5f1dc;
}
.color-success-lighter-90,
.color-success-l-90 {
color: #e2f8ed;
}
.color-danger {
color: #d52c40;
}
.color-danger-darker-90,
.color-danger-d-90 {
color: #150406;
}
.color-danger-darker-80,
.color-danger-d-80 {
color: #2b090d;
}
.color-danger-darker-70,
.color-danger-d-70 {
color: #400d13;
}
.color-danger-darker-60,
.color-danger-d-60 {
color: #561119;
}
.color-danger-darker-50,
.color-danger-d-50 {
color: #6b151f;
}
.color-danger-darker-40,
.color-danger-d-40 {
color: #811a26;
}
.color-danger-darker-30,
.color-danger-d-30 {
color: #961e2c;
}
.color-danger-darker-20,
.color-danger-d-20 {
color: #ab2232;
}
.color-danger-darker-10,
.color-danger-d-10 {
color: #c12639;
}
.color-danger-lighter-10,
.color-danger-l-10 {
color: #d94153;
}
.color-danger-lighter-20,
.color-danger-l-20 {
color: #dd5666;
}
.color-danger-lighter-30,
.color-danger-l-30 {
color: #e26b79;
}
.color-danger-lighter-40,
.color-danger-l-40 {
color: #e6808c;
}
.color-danger-lighter-50,
.color-danger-l-50 {
color: #ea96a0;
}
.color-danger-lighter-60,
.color-danger-l-60 {
color: #eeabb3;
}
.color-danger-lighter-70,
.color-danger-l-70 {
color: #f2c0c6;
}
.color-danger-lighter-80,
.color-danger-l-80 {
color: #f7d5d9;
}
.color-danger-lighter-90,
.color-danger-l-90 {
color: #fbeaec;
}
.color-warning {
color: #feb733;
}
.color-warning-darker-90,
.color-warning-d-90 {
color: #1e1400;
}
.color-warning-darker-80,
.color-warning-d-80 {
color: #3d2800;
}
.color-warning-darker-70,
.color-warning-d-70 {
color: #5b3b00;
}
.color-warning-darker-60,
.color-warning-d-60 {
color: #794f01;
}
.color-warning-darker-50,
.color-warning-d-50 {
color: #986301;
}
.color-warning-darker-40,
.color-warning-d-40 {
color: #b67701;
}
.color-warning-darker-30,
.color-warning-d-30 {
color: #d48b01;
}
.color-warning-darker-20,
.color-warning-d-20 {
color: #f39e01;
}
.color-warning-darker-10,
.color-warning-d-10 {
color: #feac15;
}
.color-warning-lighter-10,
.color-warning-l-10 {
color: #febe47;
}
.color-warning-lighter-20,
.color-warning-l-20 {
color: #fec55c;
}
.color-warning-lighter-30,
.color-warning-l-30 {
color: #fecd70;
}
.color-warning-lighter-40,
.color-warning-l-40 {
color: #fed485;
}
.color-warning-lighter-50,
.color-warning-l-50 {
color: #ffdb99;
}
.color-warning-lighter-60,
.color-warning-l-60 {
color: #ffe2ad;
}
.color-warning-lighter-70,
.color-warning-l-70 {
color: #ffe9c2;
}
.color-warning-lighter-80,
.color-warning-l-80 {
color: #fff1d6;
}
.color-warning-lighter-90,
.color-warning-l-90 {
color: #fff8eb;
}
.color-light {
color: #f7f8f9;
}
.color-light-darker-90,
.color-light-d-90 {
color: #15191c;
}
.color-light-darker-80,
.color-light-d-80 {
color: #2b3239;
}
.color-light-darker-70,
.color-light-d-70 {
color: #404a55;
}
.color-light-darker-60,
.color-light-d-60 {
color: #556371;
}
.color-light-darker-50,
.color-light-d-50 {
color: #6a7c8e;
}
.color-light-darker-40,
.color-light-d-40 {
color: #8695a4;
}
.color-light-darker-30,
.color-light-d-30 {
color: #a2aeb9;
}
.color-light-darker-20,
.color-light-d-20 {
color: #bec6ce;
}
.color-light-darker-10,
.color-light-d-10 {
color: #dbdfe4;
}
.color-light-lighter-10,
.color-light-l-10 {
color: #f8f9fa;
}
.color-light-lighter-20,
.color-light-l-20 {
color: #f9f9fa;
}
.color-light-lighter-30,
.color-light-l-30 {
color: #f9fafb;
}
.color-light-lighter-40,
.color-light-l-40 {
color: #fafbfb;
}
.color-light-lighter-50,
.color-light-l-50 {
color: #fbfcfc;
}
.color-light-lighter-60,
.color-light-l-60 {
color: #fcfcfd;
}
.color-light-lighter-70,
.color-light-l-70 {
color: #fdfdfd;
}
.color-light-lighter-80,
.color-light-l-80 {
color: #fdfefe;
}
.color-light-lighter-90,
.color-light-l-90 {
color: #fefefe;
}
.color-dark {
color: #1e2124;
}
.color-dark-darker-90,
.color-dark-d-90 {
color: #030304;
}
.color-dark-darker-80,
.color-dark-d-80 {
color: #060707;
}
.color-dark-darker-70,
.color-dark-d-70 {
color: #090a0b;
}
.color-dark-darker-60,
.color-dark-d-60 {
color: #0c0d0e;
}
.color-dark-darker-50,
.color-dark-d-50 {
color: #0f1112;
}
.color-dark-darker-40,
.color-dark-d-40 {
color: #121416;
}
.color-dark-darker-30,
.color-dark-d-30 {
color: #151719;
}
.color-dark-darker-20,
.color-dark-d-20 {
color: #181a1d;
}
.color-dark-darker-10,
.color-dark-d-10 {
color: #1b1e20;
}
.color-dark-lighter-10,
.color-dark-l-10 {
color: #32373c;
}
.color-dark-lighter-20,
.color-dark-l-20 {
color: #464d54;
}
.color-dark-lighter-30,
.color-dark-l-30 {
color: #5b646d;
}
.color-dark-lighter-40,
.color-dark-l-40 {
color: #6f7a85;
}
.color-dark-lighter-50,
.color-dark-l-50 {
color: #86909a;
}
.color-dark-lighter-60,
.color-dark-l-60 {
color: #9ea6ae;
}
.color-dark-lighter-70,
.color-dark-l-70 {
color: #b6bcc2;
}
.color-dark-lighter-80,
.color-dark-l-80 {
color: #cfd3d7;
}
.color-dark-lighter-90,
.color-dark-l-90 {
color: #e7e9eb;
}
html,
body {
padding: 0;
margin: 0;
font-family: Segoe UI, sans-serif;
font-weight: 400;
}
.text-align-left {
text-align: left;
}
.text-align-right {
text-align: right;
}
.text-align-center {
text-align: center;
}
.text-align-justify {
text-align: justify;
}
.text-align-initial {
text-align: initial;
}
.font-light {
font-weight: 100;
}
.font-normal {
font-weight: 400;
}
.font-bold {
font-weight: 700;
}
.font-weight-100,
.font-w-100 {
font-weight: 100;
}
.font-weight-200,
.font-w-200 {
font-weight: 200;
}
.font-weight-300,
.font-w-300 {
font-weight: 300;
}
.font-weight-400,
.font-w-400 {
font-weight: 400;
}
.font-weight-500,
.font-w-500 {
font-weight: 500;
}
.font-weight-600,
.font-w-600 {
font-weight: 600;
}
.font-weight-700,
.font-w-700 {
font-weight: 700;
}
.font-weight-800,
.font-w-800 {
font-weight: 800;
}
.font-weight-900,
.font-w-900 {
font-weight: 900;
}
.font-14 {
font-size: 14px;
}
.font-16 {
font-size: 16px;
}
.font-18 {
font-size: 18px;
}
.font-20 {
font-size: 20px;
}
.font-22 {
font-size: 22px;
}
.font-24 {
font-size: 24px;
}
.font-26 {
font-size: 26px;
}
.font-28 {
font-size: 28px;
}
.font-30 {
font-size: 30px;
}
.font-32 {
font-size: 32px;
}
.font-34 {
font-size: 34px;
}
.font-36 {
font-size: 36px;
}
.font-38 {
font-size: 38px;
}
.font-40 {
font-size: 40px;
}
.font-42 {
font-size: 42px;
}
.font-44 {
font-size: 44px;
}
.font-46 {
font-size: 46px;
}
.font-48 {
font-size: 48px;
}
.font-50 {
font-size: 50px;
}
.font-52 {
font-size: 52px;
}
.border-no,
.border-0,
.b-no,
.b-0 {
border: unset;
}
.border-primary-1,
.b-primary-1 {
border: 1px solid #1366f5;
}
.border-primary-2,
.b-primary-2 {
border: 2px solid #1366f5;
}
.border-primary-3,
.b-primary-3 {
border: 3px solid #1366f5;
}
.border-primary-4,
.b-primary-4 {
border: 4px solid #1366f5;
}
.border-primary-5,
.b-primary-5 {
border: 5px solid #1366f5;
}
.border-primary-6,
.b-primary-6 {
border: 6px solid #1366f5;
}
.border-primary-7,
.b-primary-7 {
border: 7px solid #1366f5;
}
.border-primary-8,
.b-primary-8 {
border: 8px solid #1366f5;
}
.border-primary-9,
.b-primary-9 {
border: 9px solid #1366f5;
}
.border-primary-10,
.b-primary-10 {
border: 10px solid #1366f5;
}
.border-primary-11,
.b-primary-11 {
border: 11px solid #1366f5;
}
.border-primary-12,
.b-primary-12 {
border: 12px solid #1366f5;
}
.border-primary-13,
.b-primary-13 {
border: 13px solid #1366f5;
}
.border-primary-14,
.b-primary-14 {
border: 14px solid #1366f5;
}
.border-primary-15,
.b-primary-15 {
border: 15px solid #1366f5;
}
.border-primary-16,
.b-primary-16 {
border: 16px solid #1366f5;
}
.border-primary-17,
.b-primary-17 {
border: 17px solid #1366f5;
}
.border-primary-18,
.b-primary-18 {
border: 18px solid #1366f5;
}
.border-primary-19,
.b-primary-19 {
border: 19px solid #1366f5;
}
.border-primary-20,
.b-primary-20 {
border: 20px solid #1366f5;
}
.border-secondary-1,
.b-secondary-1 {
border: 1px solid #616a71;
}
.border-secondary-2,
.b-secondary-2 {
border: 2px solid #616a71;
}
.border-secondary-3,
.b-secondary-3 {
border: 3px solid #616a71;
}
.border-secondary-4,
.b-secondary-4 {
border: 4px solid #616a71;
}
.border-secondary-5,
.b-secondary-5 {
border: 5px solid #616a71;
}
.border-secondary-6,
.b-secondary-6 {
border: 6px solid #616a71;
}
.border-secondary-7,
.b-secondary-7 {
border: 7px solid #616a71;
}
.border-secondary-8,
.b-secondary-8 {
border: 8px solid #616a71;
}
.border-secondary-9,
.b-secondary-9 {
border: 9px solid #616a71;
}
.border-secondary-10,
.b-secondary-10 {
border: 10px solid #616a71;
}
.border-secondary-11,
.b-secondary-11 {
border: 11px solid #616a71;
}
.border-secondary-12,
.b-secondary-12 {
border: 12px solid #616a71;
}
.border-secondary-13,
.b-secondary-13 {
border: 13px solid #616a71;
}
.border-secondary-14,
.b-secondary-14 {
border: 14px solid #616a71;
}
.border-secondary-15,
.b-secondary-15 {
border: 15px solid #616a71;
}
.border-secondary-16,
.b-secondary-16 {
border: 16px solid #616a71;
}
.border-secondary-17,
.b-secondary-17 {
border: 17px solid #616a71;
}
.border-secondary-18,
.b-secondary-18 {
border: 18px solid #616a71;
}
.border-secondary-19,
.b-secondary-19 {
border: 19px solid #616a71;
}
.border-secondary-20,
.b-secondary-20 {
border: 20px solid #616a71;
}
.border-success-1,
.b-success-1 {
border: 1px solid #1d7c4d;
}
.border-success-2,
.b-success-2 {
border: 2px solid #1d7c4d;
}
.border-success-3,
.b-success-3 {
border: 3px solid #1d7c4d;
}
.border-success-4,
.b-success-4 {
border: 4px solid #1d7c4d;
}
.border-success-5,
.b-success-5 {
border: 5px solid #1d7c4d;
}
.border-success-6,
.b-success-6 {
border: 6px solid #1d7c4d;
}
.border-success-7,
.b-success-7 {
border: 7px solid #1d7c4d;
}
.border-success-8,
.b-success-8 {
border: 8px solid #1d7c4d;
}
.border-success-9,
.b-success-9 {
border: 9px solid #1d7c4d;
}
.border-success-10,
.b-success-10 {
border: 10px solid #1d7c4d;
}
.border-success-11,
.b-success-11 {
border: 11px solid #1d7c4d;
}
.border-success-12,
.b-success-12 {
border: 12px solid #1d7c4d;
}
.border-success-13,
.b-success-13 {
border: 13px solid #1d7c4d;
}
.border-success-14,
.b-success-14 {
border: 14px solid #1d7c4d;
}
.border-success-15,
.b-success-15 {
border: 15px solid #1d7c4d;
}
.border-success-16,
.b-success-16 {
border: 16px solid #1d7c4d;
}
.border-success-17,
.b-success-17 {
border: 17px solid #1d7c4d;
}
.border-success-18,
.b-success-18 {
border: 18px solid #1d7c4d;
}
.border-success-19,
.b-success-19 {
border: 19px solid #1d7c4d;
}
.border-success-20,
.b-success-20 {
border: 20px solid #1d7c4d;
}
.border-danger-1,
.b-danger-1 {
border: 1px solid #d52c40;
}
.border-danger-2,
.b-danger-2 {
border: 2px solid #d52c40;
}
.border-danger-3,
.b-danger-3 {
border: 3px solid #d52c40;
}
.border-danger-4,
.b-danger-4 {
border: 4px solid #d52c40;
}
.border-danger-5,
.b-danger-5 {
border: 5px solid #d52c40;
}
.border-danger-6,
.b-danger-6 {
border: 6px solid #d52c40;
}
.border-danger-7,
.b-danger-7 {
border: 7px solid #d52c40;
}
.border-danger-8,
.b-danger-8 {
border: 8px solid #d52c40;
}
.border-danger-9,
.b-danger-9 {
border: 9px solid #d52c40;
}
.border-danger-10,
.b-danger-10 {
border: 10px solid #d52c40;
}
.border-danger-11,
.b-danger-11 {
border: 11px solid #d52c40;
}
.border-danger-12,
.b-danger-12 {
border: 12px solid #d52c40;
}
.border-danger-13,
.b-danger-13 {
border: 13px solid #d52c40;
}
.border-danger-14,
.b-danger-14 {
border: 14px solid #d52c40;
}
.border-danger-15,
.b-danger-15 {
border: 15px solid #d52c40;
}
.border-danger-16,
.b-danger-16 {
border: 16px solid #d52c40;
}
.border-danger-17,
.b-danger-17 {
border: 17px solid #d52c40;
}
.border-danger-18,
.b-danger-18 {
border: 18px solid #d52c40;
}
.border-danger-19,
.b-danger-19 {
border: 19px solid #d52c40;
}
.border-danger-20,
.b-danger-20 {
border: 20px solid #d52c40;
}
.border-warning-1,
.b-warning-1 {
border: 1px solid #feb733;
}
.border-warning-2,
.b-warning-2 {
border: 2px solid #feb733;
}
.border-warning-3,
.b-warning-3 {
border: 3px solid #feb733;
}
.border-warning-4,
.b-warning-4 {
border: 4px solid #feb733;
}
.border-warning-5,
.b-warning-5 {
border: 5px solid #feb733;
}
.border-warning-6,
.b-warning-6 {
border: 6px solid #feb733;
}
.border-warning-7,
.b-warning-7 {
border: 7px solid #feb733;
}
.border-warning-8,
.b-warning-8 {
border: 8px solid #feb733;
}
.border-warning-9,
.b-warning-9 {
border: 9px solid #feb733;
}
.border-warning-10,
.b-warning-10 {
border: 10px solid #feb733;
}
.border-warning-11,
.b-warning-11 {
border: 11px solid #feb733;
}
.border-warning-12,
.b-warning-12 {
border: 12px solid #feb733;
}
.border-warning-13,
.b-warning-13 {
border: 13px solid #feb733;
}
.border-warning-14,
.b-warning-14 {
border: 14px solid #feb733;
}
.border-warning-15,
.b-warning-15 {
border: 15px solid #feb733;
}
.border-warning-16,
.b-warning-16 {
border: 16px solid #feb733;
}
.border-warning-17,
.b-warning-17 {
border: 17px solid #feb733;
}
.border-warning-18,
.b-warning-18 {
border: 18px solid #feb733;
}
.border-warning-19,
.b-warning-19 {
border: 19px solid #feb733;
}
.border-warning-20,
.b-warning-20 {
border: 20px solid #feb733;
}
.border-light-1,
.b-light-1 {
border: 1px solid #f7f8f9;
}
.border-light-2,
.b-light-2 {
border: 2px solid #f7f8f9;
}
.border-light-3,
.b-light-3 {
border: 3px solid #f7f8f9;
}
.border-light-4,
.b-light-4 {
border: 4px solid #f7f8f9;
}
.border-light-5,
.b-light-5 {
border: 5px solid #f7f8f9;
}
.border-light-6,
.b-light-6 {
border: 6px solid #f7f8f9;
}
.border-light-7,
.b-light-7 {
border: 7px solid #f7f8f9;
}
.border-light-8,
.b-light-8 {
border: 8px solid #f7f8f9;
}
.border-light-9,
.b-light-9 {
border: 9px solid #f7f8f9;
}
.border-light-10,
.b-light-10 {
border: 10px solid #f7f8f9;
}
.border-light-11,
.b-light-11 {
border: 11px solid #f7f8f9;
}
.border-light-12,
.b-light-12 {
border: 12px solid #f7f8f9;
}
.border-light-13,
.b-light-13 {
border: 13px solid #f7f8f9;
}
.border-light-14,
.b-light-14 {
border: 14px solid #f7f8f9;
}
.border-light-15,
.b-light-15 {
border: 15px solid #f7f8f9;
}
.border-light-16,
.b-light-16 {
border: 16px solid #f7f8f9;
}
.border-light-17,
.b-light-17 {
border: 17px solid #f7f8f9;
}
.border-light-18,
.b-light-18 {
border: 18px solid #f7f8f9;
}
.border-light-19,
.b-light-19 {
border: 19px solid #f7f8f9;
}
.border-light-20,
.b-light-20 {
border: 20px solid #f7f8f9;
}
.border-dark-1,
.b-dark-1 {
border: 1px solid #1e2124;
}
.border-dark-2,
.b-dark-2 {
border: 2px solid #1e2124;
}
.border-dark-3,
.b-dark-3 {
border: 3px solid #1e2124;
}
.border-dark-4,
.b-dark-4 {
border: 4px solid #1e2124;
}
.border-dark-5,
.b-dark-5 {
border: 5px solid #1e2124;
}
.border-dark-6,
.b-dark-6 {
border: 6px solid #1e2124;
}
.border-dark-7,
.b-dark-7 {
border: 7px solid #1e2124;
}
.border-dark-8,
.b-dark-8 {
border: 8px solid #1e2124;
}
.border-dark-9,
.b-dark-9 {
border: 9px solid #1e2124;
}
.border-dark-10,
.b-dark-10 {
border: 10px solid #1e2124;
}
.border-dark-11,
.b-dark-11 {
border: 11px solid #1e2124;
}
.border-dark-12,
.b-dark-12 {
border: 12px solid #1e2124;
}
.border-dark-13,
.b-dark-13 {
border: 13px solid #1e2124;
}
.border-dark-14,
.b-dark-14 {
border: 14px solid #1e2124;
}
.border-dark-15,
.b-dark-15 {
border: 15px solid #1e2124;
}
.border-dark-16,
.b-dark-16 {
border: 16px solid #1e2124;
}
.border-dark-17,
.b-dark-17 {
border: 17px solid #1e2124;
}
.border-dark-18,
.b-dark-18 {
border: 18px solid #1e2124;
}
.border-dark-19,
.b-dark-19 {
border: 19px solid #1e2124;
}
.border-dark-20,
.b-dark-20 {
border: 20px solid #1e2124;
}
.border-top-primary-1,
.b-top-primary-1 {
border-top: 1px solid #1366f5;
}
.border-top-primary-2,
.b-top-primary-2 {
border-top: 2px solid #1366f5;
}
.border-top-primary-3,
.b-top-primary-3 {
border-top: 3px solid #1366f5;
}
.border-top-primary-4,
.b-top-primary-4 {
border-top: 4px solid #1366f5;
}
.border-top-primary-5,
.b-top-primary-5 {
border-top: 5px solid #1366f5;
}
.border-top-primary-6,
.b-top-primary-6 {
border-top: 6px solid #1366f5;
}
.border-top-primary-7,
.b-top-primary-7 {
border-top: 7px solid #1366f5;
}
.border-top-primary-8,
.b-top-primary-8 {
border-top: 8px solid #1366f5;
}
.border-top-primary-9,
.b-top-primary-9 {
border-top: 9px solid #1366f5;
}
.border-top-primary-10,
.b-top-primary-10 {
border-top: 10px solid #1366f5;
}
.border-top-primary-11,
.b-top-primary-11 {
border-top: 11px solid #1366f5;
}
.border-top-primary-12,
.b-top-primary-12 {
border-top: 12px solid #1366f5;
}
.border-top-primary-13,
.b-top-primary-13 {
border-top: 13px solid #1366f5;
}
.border-top-primary-14,
.b-top-primary-14 {
border-top: 14px solid #1366f5;
}
.border-top-primary-15,
.b-top-primary-15 {
border-top: 15px solid #1366f5;
}
.border-top-primary-16,
.b-top-primary-16 {
border-top: 16px solid #1366f5;
}
.border-top-primary-17,
.b-top-primary-17 {
border-top: 17px solid #1366f5;
}
.border-top-primary-18,
.b-top-primary-18 {
border-top: 18px solid #1366f5;
}
.border-top-primary-19,
.b-top-primary-19 {
border-top: 19px solid #1366f5;
}
.border-top-primary-20,
.b-top-primary-20 {
border-top: 20px solid #1366f5;
}
.border-top-secondary-1,
.b-top-secondary-1 {
border-top: 1px solid #616a71;
}
.border-top-secondary-2,
.b-top-secondary-2 {
border-top: 2px solid #616a71;
}
.border-top-secondary-3,
.b-top-secondary-3 {
border-top: 3px solid #616a71;
}
.border-top-secondary-4,
.b-top-secondary-4 {
border-top: 4px solid #616a71;
}
.border-top-secondary-5,
.b-top-secondary-5 {
border-top: 5px solid #616a71;
}
.border-top-secondary-6,
.b-top-secondary-6 {
border-top: 6px solid #616a71;
}
.border-top-secondary-7,
.b-top-secondary-7 {
border-top: 7px solid #616a71;
}
.border-top-secondary-8,
.b-top-secondary-8 {
border-top: 8px solid #616a71;
}
.border-top-secondary-9,
.b-top-secondary-9 {
border-top: 9px solid #616a71;
}
.border-top-secondary-10,
.b-top-secondary-10 {
border-top: 10px solid #616a71;
}
.border-top-secondary-11,
.b-top-secondary-11 {
border-top: 11px solid #616a71;
}
.border-top-secondary-12,
.b-top-secondary-12 {
border-top: 12px solid #616a71;
}
.border-top-secondary-13,
.b-top-secondary-13 {
border-top: 13px solid #616a71;
}
.border-top-secondary-14,
.b-top-secondary-14 {
border-top: 14px solid #616a71;
}
.border-top-secondary-15,
.b-top-secondary-15 {
border-top: 15px solid #616a71;
}
.border-top-secondary-16,
.b-top-secondary-16 {
border-top: 16px solid #616a71;
}
.border-top-secondary-17,
.b-top-secondary-17 {
border-top: 17px solid #616a71;
}
.border-top-secondary-18,
.b-top-secondary-18 {
border-top: 18px solid #616a71;
}
.border-top-secondary-19,
.b-top-secondary-19 {
border-top: 19px solid #616a71;
}
.border-top-secondary-20,
.b-top-secondary-20 {
border-top: 20px solid #616a71;
}
.border-top-success-1,
.b-top-success-1 {
border-top: 1px solid #1d7c4d;
}
.border-top-success-2,
.b-top-success-2 {
border-top: 2px solid #1d7c4d;
}
.border-top-success-3,
.b-top-success-3 {
border-top: 3px solid #1d7c4d;
}
.border-top-success-4,
.b-top-success-4 {
border-top: 4px solid #1d7c4d;
}
.border-top-success-5,
.b-top-success-5 {
border-top: 5px solid #1d7c4d;
}
.border-top-success-6,
.b-top-success-6 {
border-top: 6px solid #1d7c4d;
}
.border-top-success-7,
.b-top-success-7 {
border-top: 7px solid #1d7c4d;
}
.border-top-success-8,
.b-top-success-8 {
border-top: 8px solid #1d7c4d;
}
.border-top-success-9,
.b-top-success-9 {
border-top: 9px solid #1d7c4d;
}
.border-top-success-10,
.b-top-success-10 {
border-top: 10px solid #1d7c4d;
}
.border-top-success-11,
.b-top-success-11 {
border-top: 11px solid #1d7c4d;
}
.border-top-success-12,
.b-top-success-12 {
border-top: 12px solid #1d7c4d;
}
.border-top-success-13,
.b-top-success-13 {
border-top: 13px solid #1d7c4d;
}
.border-top-success-14,
.b-top-success-14 {
border-top: 14px solid #1d7c4d;
}
.border-top-success-15,
.b-top-success-15 {
border-top: 15px solid #1d7c4d;
}
.border-top-success-16,
.b-top-success-16 {
border-top: 16px solid #1d7c4d;
}
.border-top-success-17,
.b-top-success-17 {
border-top: 17px solid #1d7c4d;
}
.border-top-success-18,
.b-top-success-18 {
border-top: 18px solid #1d7c4d;
}
.border-top-success-19,
.b-top-success-19 {
border-top: 19px solid #1d7c4d;
}
.border-top-success-20,
.b-top-success-20 {
border-top: 20px solid #1d7c4d;
}
.border-top-danger-1,
.b-top-danger-1 {
border-top: 1px solid #d52c40;
}
.border-top-danger-2,
.b-top-danger-2 {
border-top: 2px solid #d52c40;
}
.border-top-danger-3,
.b-top-danger-3 {
border-top: 3px solid #d52c40;
}
.border-top-danger-4,
.b-top-danger-4 {
border-top: 4px solid #d52c40;
}
.border-top-danger-5,
.b-top-danger-5 {
border-top: 5px solid #d52c40;
}
.border-top-danger-6,
.b-top-danger-6 {
border-top: 6px solid #d52c40;
}
.border-top-danger-7,
.b-top-danger-7 {
border-top: 7px solid #d52c40;
}
.border-top-danger-8,
.b-top-danger-8 {
border-top: 8px solid #d52c40;
}
.border-top-danger-9,
.b-top-danger-9 {
border-top: 9px solid #d52c40;
}
.border-top-danger-10,
.b-top-danger-10 {
border-top: 10px solid #d52c40;
}
.border-top-danger-11,
.b-top-danger-11 {
border-top: 11px solid #d52c40;
}
.border-top-danger-12,
.b-top-danger-12 {
border-top: 12px solid #d52c40;
}
.border-top-danger-13,
.b-top-danger-13 {
border-top: 13px solid #d52c40;
}
.border-top-danger-14,
.b-top-danger-14 {
border-top: 14px solid #d52c40;
}
.border-top-danger-15,
.b-top-danger-15 {
border-top: 15px solid #d52c40;
}
.border-top-danger-16,
.b-top-danger-16 {
border-top: 16px solid #d52c40;
}
.border-top-danger-17,
.b-top-danger-17 {
border-top: 17px solid #d52c40;
}
.border-top-danger-18,
.b-top-danger-18 {
border-top: 18px solid #d52c40;
}
.border-top-danger-19,
.b-top-danger-19 {
border-top: 19px solid #d52c40;
}
.border-top-danger-20,
.b-top-danger-20 {
border-top: 20px solid #d52c40;
}
.border-top-warning-1,
.b-top-warning-1 {
border-top: 1px solid #feb733;
}
.border-top-warning-2,
.b-top-warning-2 {
border-top: 2px solid #feb733;
}
.border-top-warning-3,
.b-top-warning-3 {
border-top: 3px solid #feb733;
}
.border-top-warning-4,
.b-top-warning-4 {
border-top: 4px solid #feb733;
}
.border-top-warning-5,
.b-top-warning-5 {
border-top: 5px solid #feb733;
}
.border-top-warning-6,
.b-top-warning-6 {
border-top: 6px solid #feb733;
}
.border-top-warning-7,
.b-top-warning-7 {
border-top: 7px solid #feb733;
}
.border-top-warning-8,
.b-top-warning-8 {
border-top: 8px solid #feb733;
}
.border-top-warning-9,
.b-top-warning-9 {
border-top: 9px solid #feb733;
}
.border-top-warning-10,
.b-top-warning-10 {
border-top: 10px solid #feb733;
}
.border-top-warning-11,
.b-top-warning-11 {
border-top: 11px solid #feb733;
}
.border-top-warning-12,
.b-top-warning-12 {
border-top: 12px solid #feb733;
}
.border-top-warning-13,
.b-top-warning-13 {
border-top: 13px solid #feb733;
}
.border-top-warning-14,
.b-top-warning-14 {
border-top: 14px solid #feb733;
}
.border-top-warning-15,
.b-top-warning-15 {
border-top: 15px solid #feb733;
}
.border-top-warning-16,
.b-top-warning-16 {
border-top: 16px solid #feb733;
}
.border-top-warning-17,
.b-top-warning-17 {
border-top: 17px solid #feb733;
}
.border-top-warning-18,
.b-top-warning-18 {
border-top: 18px solid #feb733;
}
.border-top-warning-19,
.b-top-warning-19 {
border-top: 19px solid #feb733;
}
.border-top-warning-20,
.b-top-warning-20 {
border-top: 20px solid #feb733;
}
.border-top-light-1,
.b-top-light-1 {
border-top: 1px solid #f7f8f9;
}
.border-top-light-2,
.b-top-light-2 {
border-top: 2px solid #f7f8f9;
}
.border-top-light-3,
.b-top-light-3 {
border-top: 3px solid #f7f8f9;
}
.border-top-light-4,
.b-top-light-4 {
border-top: 4px solid #f7f8f9;
}
.border-top-light-5,
.b-top-light-5 {
border-top: 5px solid #f7f8f9;
}
.border-top-light-6,
.b-top-light-6 {
border-top: 6px solid #f7f8f9;
}
.border-top-light-7,
.b-top-light-7 {
border-top: 7px solid #f7f8f9;
}
.border-top-light-8,
.b-top-light-8 {
border-top: 8px solid #f7f8f9;
}
.border-top-light-9,
.b-top-light-9 {
border-top: 9px solid #f7f8f9;
}
.border-top-light-10,
.b-top-light-10 {
border-top: 10px solid #f7f8f9;
}
.border-top-light-11,
.b-top-light-11 {
border-top: 11px solid #f7f8f9;
}
.border-top-light-12,
.b-top-light-12 {
border-top: 12px solid #f7f8f9;
}
.border-top-light-13,
.b-top-light-13 {
border-top: 13px solid #f7f8f9;
}
.border-top-light-14,
.b-top-light-14 {
border-top: 14px solid #f7f8f9;
}
.border-top-light-15,
.b-top-light-15 {
border-top: 15px solid #f7f8f9;
}
.border-top-light-16,
.b-top-light-16 {
border-top: 16px solid #f7f8f9;
}
.border-top-light-17,
.b-top-light-17 {
border-top: 17px solid #f7f8f9;
}
.border-top-light-18,
.b-top-light-18 {
border-top: 18px solid #f7f8f9;
}
.border-top-light-19,
.b-top-light-19 {
border-top: 19px solid #f7f8f9;
}
.border-top-light-20,
.b-top-light-20 {
border-top: 20px solid #f7f8f9;
}
.border-top-dark-1,
.b-top-dark-1 {
border-top: 1px solid #1e2124;
}
.border-top-dark-2,
.b-top-dark-2 {
border-top: 2px solid #1e2124;
}
.border-top-dark-3,
.b-top-dark-3 {
border-top: 3px solid #1e2124;
}
.border-top-dark-4,
.b-top-dark-4 {
border-top: 4px solid #1e2124;
}
.border-top-dark-5,
.b-top-dark-5 {
border-top: 5px solid #1e2124;
}
.border-top-dark-6,
.b-top-dark-6 {
border-top: 6px solid #1e2124;
}
.border-top-dark-7,
.b-top-dark-7 {
border-top: 7px solid #1e2124;
}
.border-top-dark-8,
.b-top-dark-8 {
border-top: 8px solid #1e2124;
}
.border-top-dark-9,
.b-top-dark-9 {
border-top: 9px solid #1e2124;
}
.border-top-dark-10,
.b-top-dark-10 {
border-top: 10px solid #1e2124;
}
.border-top-dark-11,
.b-top-dark-11 {
border-top: 11px solid #1e2124;
}
.border-top-dark-12,
.b-top-dark-12 {
border-top: 12px solid #1e2124;
}
.border-top-dark-13,
.b-top-dark-13 {
border-top: 13px solid #1e2124;
}
.border-top-dark-14,
.b-top-dark-14 {
border-top: 14px solid #1e2124;
}
.border-top-dark-15,
.b-top-dark-15 {
border-top: 15px solid #1e2124;
}
.border-top-dark-16,
.b-top-dark-16 {
border-top: 16px solid #1e2124;
}
.border-top-dark-17,
.b-top-dark-17 {
border-top: 17px solid #1e2124;
}
.border-top-dark-18,
.b-top-dark-18 {
border-top: 18px solid #1e2124;
}
.border-top-dark-19,
.b-top-dark-19 {
border-top: 19px solid #1e2124;
}
.border-top-dark-20,
.b-top-dark-20 {
border-top: 20px solid #1e2124;
}
.border-top-no,
.border-top-0,
.b-top-no,
.b-top-0 {
border-top: unset;
}
.border-right-primary-1,
.b-right-primary-1 {
border-right: 1px solid #1366f5;
}
.border-right-primary-2,
.b-right-primary-2 {
border-right: 2px solid #1366f5;
}
.border-right-primary-3,
.b-right-primary-3 {
border-right: 3px solid #1366f5;
}
.border-right-primary-4,
.b-right-primary-4 {
border-right: 4px solid #1366f5;
}
.border-right-primary-5,
.b-right-primary-5 {
border-right: 5px solid #1366f5;
}
.border-right-primary-6,
.b-right-primary-6 {
border-right: 6px solid #1366f5;
}
.border-right-primary-7,
.b-right-primary-7 {
border-right: 7px solid #1366f5;
}
.border-right-primary-8,
.b-right-primary-8 {
border-right: 8px solid #1366f5;
}
.border-right-primary-9,
.b-right-primary-9 {
border-right: 9px solid #1366f5;
}
.border-right-primary-10,
.b-right-primary-10 {
border-right: 10px solid #1366f5;
}
.border-right-primary-11,
.b-right-primary-11 {
border-right: 11px solid #1366f5;
}
.border-right-primary-12,
.b-right-primary-12 {
border-right: 12px solid #1366f5;
}
.border-right-primary-13,
.b-right-primary-13 {
border-right: 13px solid #1366f5;
}
.border-right-primary-14,
.b-right-primary-14 {
border-right: 14px solid #1366f5;
}
.border-right-primary-15,
.b-right-primary-15 {
border-right: 15px solid #1366f5;
}
.border-right-primary-16,
.b-right-primary-16 {
border-right: 16px solid #1366f5;
}
.border-right-primary-17,
.b-right-primary-17 {
border-right: 17px solid #1366f5;
}
.border-right-primary-18,
.b-right-primary-18 {
border-right: 18px solid #1366f5;
}
.border-right-primary-19,
.b-right-primary-19 {
border-right: 19px solid #1366f5;
}
.border-right-primary-20,
.b-right-primary-20 {
border-right: 20px solid #1366f5;
}
.border-right-secondary-1,
.b-right-secondary-1 {
border-right: 1px solid #616a71;
}
.border-right-secondary-2,
.b-right-secondary-2 {
border-right: 2px solid #616a71;
}
.border-right-secondary-3,
.b-right-secondary-3 {
border-right: 3px solid #616a71;
}
.border-right-secondary-4,
.b-right-secondary-4 {
border-right: 4px solid #616a71;
}
.border-right-secondary-5,
.b-right-secondary-5 {
border-right: 5px solid #616a71;
}
.border-right-secondary-6,
.b-right-secondary-6 {
border-right: 6px solid #616a71;
}
.border-right-secondary-7,
.b-right-secondary-7 {
border-right: 7px solid #616a71;
}
.border-right-secondary-8,
.b-right-secondary-8 {
border-right: 8px solid #616a71;
}
.border-right-secondary-9,
.b-right-secondary-9 {
border-right: 9px solid #616a71;
}
.border-right-secondary-10,
.b-right-secondary-10 {
border-right: 10px solid #616a71;
}
.border-right-secondary-11,
.b-right-secondary-11 {
border-right: 11px solid #616a71;
}
.border-right-secondary-12,
.b-right-secondary-12 {
border-right: 12px solid #616a71;
}
.border-right-secondary-13,
.b-right-secondary-13 {
border-right: 13px solid #616a71;
}
.border-right-secondary-14,
.b-right-secondary-14 {
border-right: 14px solid #616a71;
}
.border-right-secondary-15,
.b-right-secondary-15 {
border-right: 15px solid #616a71;
}
.border-right-secondary-16,
.b-right-secondary-16 {
border-right: 16px solid #616a71;
}
.border-right-secondary-17,
.b-right-secondary-17 {
border-right: 17px solid #616a71;
}
.border-right-secondary-18,
.b-right-secondary-18 {
border-right: 18px solid #616a71;
}
.border-right-secondary-19,
.b-right-secondary-19 {
border-right: 19px solid #616a71;
}
.border-right-secondary-20,
.b-right-secondary-20 {
border-right: 20px solid #616a71;
}
.border-right-success-1,
.b-right-success-1 {
border-right: 1px solid #1d7c4d;
}
.border-right-success-2,
.b-right-success-2 {
border-right: 2px solid #1d7c4d;
}
.border-right-success-3,
.b-right-success-3 {
border-right: 3px solid #1d7c4d;
}
.border-right-success-4,
.b-right-success-4 {
border-right: 4px solid #1d7c4d;
}
.border-right-success-5,
.b-right-success-5 {
border-right: 5px solid #1d7c4d;
}
.border-right-success-6,
.b-right-success-6 {
border-right: 6px solid #1d7c4d;
}
.border-right-success-7,
.b-right-success-7 {
border-right: 7px solid #1d7c4d;
}
.border-right-success-8,
.b-right-success-8 {
border-right: 8px solid #1d7c4d;
}
.border-right-success-9,
.b-right-success-9 {
border-right: 9px solid #1d7c4d;
}
.border-right-success-10,
.b-right-success-10 {
border-right: 10px solid #1d7c4d;
}
.border-right-success-11,
.b-right-success-11 {
border-right: 11px solid #1d7c4d;
}
.border-right-success-12,
.b-right-success-12 {
border-right: 12px solid #1d7c4d;
}
.border-right-success-13,
.b-right-success-13 {
border-right: 13px solid #1d7c4d;
}
.border-right-success-14,
.b-right-success-14 {
border-right: 14px solid #1d7c4d;
}
.border-right-success-15,
.b-right-success-15 {
border-right: 15px solid #1d7c4d;
}
.border-right-success-16,
.b-right-success-16 {
border-right: 16px solid #1d7c4d;
}
.border-right-success-17,
.b-right-success-17 {
border-right: 17px solid #1d7c4d;
}
.border-right-success-18,
.b-right-success-18 {
border-right: 18px solid #1d7c4d;
}
.border-right-success-19,
.b-right-success-19 {
border-right: 19px solid #1d7c4d;
}
.border-right-success-20,
.b-right-success-20 {
border-right: 20px solid #1d7c4d;
}
.border-right-danger-1,
.b-right-danger-1 {
border-right: 1px solid #d52c40;
}
.border-right-danger-2,
.b-right-danger-2 {
border-right: 2px solid #d52c40;
}
.border-right-danger-3,
.b-right-danger-3 {
border-right: 3px solid #d52c40;
}
.border-right-danger-4,
.b-right-danger-4 {
border-right: 4px solid #d52c40;
}
.border-right-danger-5,
.b-right-danger-5 {
border-right: 5px solid #d52c40;
}
.border-right-danger-6,
.b-right-danger-6 {
border-right: 6px solid #d52c40;
}
.border-right-danger-7,
.b-right-danger-7 {
border-right: 7px solid #d52c40;
}
.border-right-danger-8,
.b-right-danger-8 {
border-right: 8px solid #d52c40;
}
.border-right-danger-9,
.b-right-danger-9 {
border-right: 9px solid #d52c40;
}
.border-right-danger-10,
.b-right-danger-10 {
border-right: 10px solid #d52c40;
}
.border-right-danger-11,
.b-right-danger-11 {
border-right: 11px solid #d52c40;
}
.border-right-danger-12,
.b-right-danger-12 {
border-right: 12px solid #d52c40;
}
.border-right-danger-13,
.b-right-danger-13 {
border-right: 13px solid #d52c40;
}
.border-right-danger-14,
.b-right-danger-14 {
border-right: 14px solid #d52c40;
}
.border-right-danger-15,
.b-right-danger-15 {
border-right: 15px solid #d52c40;
}
.border-right-danger-16,
.b-right-danger-16 {
border-right: 16px solid #d52c40;
}
.border-right-danger-17,
.b-right-danger-17 {
border-right: 17px solid #d52c40;
}
.border-right-danger-18,
.b-right-danger-18 {
border-right: 18px solid #d52c40;
}
.border-right-danger-19,
.b-right-danger-19 {
border-right: 19px solid #d52c40;
}
.border-right-danger-20,
.b-right-danger-20 {
border-right: 20px solid #d52c40;
}
.border-right-warning-1,
.b-right-warning-1 {
border-right: 1px solid #feb733;
}
.border-right-warning-2,
.b-right-warning-2 {
border-right: 2px solid #feb733;
}
.border-right-warning-3,
.b-right-warning-3 {
border-right: 3px solid #feb733;
}
.border-right-warning-4,
.b-right-warning-4 {
border-right: 4px solid #feb733;
}
.border-right-warning-5,
.b-right-warning-5 {
border-right: 5px solid #feb733;
}
.border-right-warning-6,
.b-right-warning-6 {
border-right: 6px solid #feb733;
}
.border-right-warning-7,
.b-right-warning-7 {
border-right: 7px solid #feb733;
}
.border-right-warning-8,
.b-right-warning-8 {
border-right: 8px solid #feb733;
}
.border-right-warning-9,
.b-right-warning-9 {
border-right: 9px solid #feb733;
}
.border-right-warning-10,
.b-right-warning-10 {
border-right: 10px solid #feb733;
}
.border-right-warning-11,
.b-right-warning-11 {
border-right: 11px solid #feb733;
}
.border-right-warning-12,
.b-right-warning-12 {
border-right: 12px solid #feb733;
}
.border-right-warning-13,
.b-right-warning-13 {
border-right: 13px solid #feb733;
}
.border-right-warning-14,
.b-right-warning-14 {
border-right: 14px solid #feb733;
}
.border-right-warning-15,
.b-right-warning-15 {
border-right: 15px solid #feb733;
}
.border-right-warning-16,
.b-right-warning-16 {
border-right: 16px solid #feb733;
}
.border-right-warning-17,
.b-right-warning-17 {
border-right: 17px solid #feb733;
}
.border-right-warning-18,
.b-right-warning-18 {
border-right: 18px solid #feb733;
}
.border-right-warning-19,
.b-right-warning-19 {
border-right: 19px solid #feb733;
}
.border-right-warning-20,
.b-right-warning-20 {
border-right: 20px solid #feb733;
}
.border-right-light-1,
.b-right-light-1 {
border-right: 1px solid #f7f8f9;
}
.border-right-light-2,
.b-right-light-2 {
border-right: 2px solid #f7f8f9;
}
.border-right-light-3,
.b-right-light-3 {
border-right: 3px solid #f7f8f9;
}
.border-right-light-4,
.b-right-light-4 {
border-right: 4px solid #f7f8f9;
}
.border-right-light-5,
.b-right-light-5 {
border-right: 5px solid #f7f8f9;
}
.border-right-light-6,
.b-right-light-6 {
border-right: 6px solid #f7f8f9;
}
.border-right-light-7,
.b-right-light-7 {
border-right: 7px solid #f7f8f9;
}
.border-right-light-8,
.b-right-light-8 {
border-right: 8px solid #f7f8f9;
}
.border-right-light-9,
.b-right-light-9 {
border-right: 9px solid #f7f8f9;
}
.border-right-light-10,
.b-right-light-10 {
border-right: 10px solid #f7f8f9;
}
.border-right-light-11,
.b-right-light-11 {
border-right: 11px solid #f7f8f9;
}
.border-right-light-12,
.b-right-light-12 {
border-right: 12px solid #f7f8f9;
}
.border-right-light-13,
.b-right-light-13 {
border-right: 13px solid #f7f8f9;
}
.border-right-light-14,
.b-right-light-14 {
border-right: 14px solid #f7f8f9;
}
.border-right-light-15,
.b-right-light-15 {
border-right: 15px solid #f7f8f9;
}
.border-right-light-16,
.b-right-light-16 {
border-right: 16px solid #f7f8f9;
}
.border-right-light-17,
.b-right-light-17 {
border-right: 17px solid #f7f8f9;
}
.border-right-light-18,
.b-right-light-18 {
border-right: 18px solid #f7f8f9;
}
.border-right-light-19,
.b-right-light-19 {
border-right: 19px solid #f7f8f9;
}
.border-right-light-20,
.b-right-light-20 {
border-right: 20px solid #f7f8f9;
}
.border-right-dark-1,
.b-right-dark-1 {
border-right: 1px solid #1e2124;
}
.border-right-dark-2,
.b-right-dark-2 {
border-right: 2px solid #1e2124;
}
.border-right-dark-3,
.b-right-dark-3 {
border-right: 3px solid #1e2124;
}
.border-right-dark-4,
.b-right-dark-4 {
border-right: 4px solid #1e2124;
}
.border-right-dark-5,
.b-right-dark-5 {
border-right: 5px solid #1e2124;
}
.border-right-dark-6,
.b-right-dark-6 {
border-right: 6px solid #1e2124;
}
.border-right-dark-7,
.b-right-dark-7 {
border-right: 7px solid #1e2124;
}
.border-right-dark-8,
.b-right-dark-8 {
border-right: 8px solid #1e2124;
}
.border-right-dark-9,
.b-right-dark-9 {
border-right: 9px solid #1e2124;
}
.border-right-dark-10,
.b-right-dark-10 {
border-right: 10px solid #1e2124;
}
.border-right-dark-11,
.b-right-dark-11 {
border-right: 11px solid #1e2124;
}
.border-right-dark-12,
.b-right-dark-12 {
border-right: 12px solid #1e2124;
}
.border-right-dark-13,
.b-right-dark-13 {
border-right: 13px solid #1e2124;
}
.border-right-dark-14,
.b-right-dark-14 {
border-right: 14px solid #1e2124;
}
.border-right-dark-15,
.b-right-dark-15 {
border-right: 15px solid #1e2124;
}
.border-right-dark-16,
.b-right-dark-16 {
border-right: 16px solid #1e2124;
}
.border-right-dark-17,
.b-right-dark-17 {
border-right: 17px solid #1e2124;
}
.border-right-dark-18,
.b-right-dark-18 {
border-right: 18px solid #1e2124;
}
.border-right-dark-19,
.b-right-dark-19 {
border-right: 19px solid #1e2124;
}
.border-right-dark-20,
.b-right-dark-20 {
border-right: 20px solid #1e2124;
}
.border-right-no,
.border-right-0,
.b-right-no,
.b-right-0 {
border-right: unset;
}
.border-bottom-primary-1,
.b-bottom-primary-1 {
border-bottom: 1px solid #1366f5;
}
.border-bottom-primary-2,
.b-bottom-primary-2 {
border-bottom: 2px solid #1366f5;
}
.border-bottom-primary-3,
.b-bottom-primary-3 {
border-bottom: 3px solid #1366f5;
}
.border-bottom-primary-4,
.b-bottom-primary-4 {
border-bottom: 4px solid #1366f5;
}
.border-bottom-primary-5,
.b-bottom-primary-5 {
border-bottom: 5px solid #1366f5;
}
.border-bottom-primary-6,
.b-bottom-primary-6 {
border-bottom: 6px solid #1366f5;
}
.border-bottom-primary-7,
.b-bottom-primary-7 {
border-bottom: 7px solid #1366f5;
}
.border-bottom-primary-8,
.b-bottom-primary-8 {
border-bottom: 8px solid #1366f5;
}
.border-bottom-primary-9,
.b-bottom-primary-9 {
border-bottom: 9px solid #1366f5;
}
.border-bottom-primary-10,
.b-bottom-primary-10 {
border-bottom: 10px solid #1366f5;
}
.border-bottom-primary-11,
.b-bottom-primary-11 {
border-bottom: 11px solid #1366f5;
}
.border-bottom-primary-12,
.b-bottom-primary-12 {
border-bottom: 12px solid #1366f5;
}
.border-bottom-primary-13,
.b-bottom-primary-13 {
border-bottom: 13px solid #1366f5;
}
.border-bottom-primary-14,
.b-bottom-primary-14 {
border-bottom: 14px solid #1366f5;
}
.border-bottom-primary-15,
.b-bottom-primary-15 {
border-bottom: 15px solid #1366f5;
}
.border-bottom-primary-16,
.b-bottom-primary-16 {
border-bottom: 16px solid #1366f5;
}
.border-bottom-primary-17,
.b-bottom-primary-17 {
border-bottom: 17px solid #1366f5;
}
.border-bottom-primary-18,
.b-bottom-primary-18 {
border-bottom: 18px solid #1366f5;
}
.border-bottom-primary-19,
.b-bottom-primary-19 {
border-bottom: 19px solid #1366f5;
}
.border-bottom-primary-20,
.b-bottom-primary-20 {
border-bottom: 20px solid #1366f5;
}
.border-bottom-secondary-1,
.b-bottom-secondary-1 {
border-bottom: 1px solid #616a71;
}
.border-bottom-secondary-2,
.b-bottom-secondary-2 {
border-bottom: 2px solid #616a71;
}
.border-bottom-secondary-3,
.b-bottom-secondary-3 {
border-bottom: 3px solid #616a71;
}
.border-bottom-secondary-4,
.b-bottom-secondary-4 {
border-bottom: 4px solid #616a71;
}
.border-bottom-secondary-5,
.b-bottom-secondary-5 {
border-bottom: 5px solid #616a71;
}
.border-bottom-secondary-6,
.b-bottom-secondary-6 {
border-bottom: 6px solid #616a71;
}
.border-bottom-secondary-7,
.b-bottom-secondary-7 {
border-bottom: 7px solid #616a71;
}
.border-bottom-secondary-8,
.b-bottom-secondary-8 {
border-bottom: 8px solid #616a71;
}
.border-bottom-secondary-9,
.b-bottom-secondary-9 {
border-bottom: 9px solid #616a71;
}
.border-bottom-secondary-10,
.b-bottom-secondary-10 {
border-bottom: 10px solid #616a71;
}
.border-bottom-secondary-11,
.b-bottom-secondary-11 {
border-bottom: 11px solid #616a71;
}
.border-bottom-secondary-12,
.b-bottom-secondary-12 {
border-bottom: 12px solid #616a71;
}
.border-bottom-secondary-13,
.b-bottom-secondary-13 {
border-bottom: 13px solid #616a71;
}
.border-bottom-secondary-14,
.b-bottom-secondary-14 {
border-bottom: 14px solid #616a71;
}
.border-bottom-secondary-15,
.b-bottom-secondary-15 {
border-bottom: 15px solid #616a71;
}
.border-bottom-secondary-16,
.b-bottom-secondary-16 {
border-bottom: 16px solid #616a71;
}
.border-bottom-secondary-17,
.b-bottom-secondary-17 {
border-bottom: 17px solid #616a71;
}
.border-bottom-secondary-18,
.b-bottom-secondary-18 {
border-bottom: 18px solid #616a71;
}
.border-bottom-secondary-19,
.b-bottom-secondary-19 {
border-bottom: 19px solid #616a71;
}
.border-bottom-secondary-20,
.b-bottom-secondary-20 {
border-bottom: 20px solid #616a71;
}
.border-bottom-success-1,
.b-bottom-success-1 {
border-bottom: 1px solid #1d7c4d;
}
.border-bottom-success-2,
.b-bottom-success-2 {
border-bottom: 2px solid #1d7c4d;
}
.border-bottom-success-3,
.b-bottom-success-3 {
border-bottom: 3px solid #1d7c4d;
}
.border-bottom-success-4,
.b-bottom-success-4 {
border-bottom: 4px solid #1d7c4d;
}
.border-bottom-success-5,
.b-bottom-success-5 {
border-bottom: 5px solid #1d7c4d;
}
.border-bottom-success-6,
.b-bottom-success-6 {
border-bottom: 6px solid #1d7c4d;
}
.border-bottom-success-7,
.b-bottom-success-7 {
border-bottom: 7px solid #1d7c4d;
}
.border-bottom-success-8,
.b-bottom-success-8 {
border-bottom: 8px solid #1d7c4d;
}
.border-bottom-success-9,
.b-bottom-success-9 {
border-bottom: 9px solid #1d7c4d;
}
.border-bottom-success-10,
.b-bottom-success-10 {
border-bottom: 10px solid #1d7c4d;
}
.border-bottom-success-11,
.b-bottom-success-11 {
border-bottom: 11px solid #1d7c4d;
}
.border-bottom-success-12,
.b-bottom-success-12 {
border-bottom: 12px solid #1d7c4d;
}
.border-bottom-success-13,
.b-bottom-success-13 {
border-bottom: 13px solid #1d7c4d;
}
.border-bottom-success-14,
.b-bottom-success-14 {
border-bottom: 14px solid #1d7c4d;
}
.border-bottom-success-15,
.b-bottom-success-15 {
border-bottom: 15px solid #1d7c4d;
}
.border-bottom-success-16,
.b-bottom-success-16 {
border-bottom: 16px solid #1d7c4d;
}
.border-bottom-success-17,
.b-bottom-success-17 {
border-bottom: 17px solid #1d7c4d;
}
.border-bottom-success-18,
.b-bottom-success-18 {
border-bottom: 18px solid #1d7c4d;
}
.border-bottom-success-19,
.b-bottom-success-19 {
border-bottom: 19px solid #1d7c4d;
}
.border-bottom-success-20,
.b-bottom-success-20 {
border-bottom: 20px solid #1d7c4d;
}
.border-bottom-danger-1,
.b-bottom-danger-1 {
border-bottom: 1px solid #d52c40;
}
.border-bottom-danger-2,
.b-bottom-danger-2 {
border-bottom: 2px solid #d52c40;
}
.border-bottom-danger-3,
.b-bottom-danger-3 {
border-bottom: 3px solid #d52c40;
}
.border-bottom-danger-4,
.b-bottom-danger-4 {
border-bottom: 4px solid #d52c40;
}
.border-bottom-danger-5,
.b-bottom-danger-5 {
border-bottom: 5px solid #d52c40;
}
.border-bottom-danger-6,
.b-bottom-danger-6 {
border-bottom: 6px solid #d52c40;
}
.border-bottom-danger-7,
.b-bottom-danger-7 {
border-bottom: 7px solid #d52c40;
}
.border-bottom-danger-8,
.b-bottom-danger-8 {
border-bottom: 8px solid #d52c40;
}
.border-bottom-danger-9,
.b-bottom-danger-9 {
border-bottom: 9px solid #d52c40;
}
.border-bottom-danger-10,
.b-bottom-danger-10 {
border-bottom: 10px solid #d52c40;
}
.border-bottom-danger-11,
.b-bottom-danger-11 {
border-bottom: 11px solid #d52c40;
}
.border-bottom-danger-12,
.b-bottom-danger-12 {
border-bottom: 12px solid #d52c40;
}
.border-bottom-danger-13,
.b-bottom-danger-13 {
border-bottom: 13px solid #d52c40;
}
.border-bottom-danger-14,
.b-bottom-danger-14 {
border-bottom: 14px solid #d52c40;
}
.border-bottom-danger-15,
.b-bottom-danger-15 {
border-bottom: 15px solid #d52c40;
}
.border-bottom-danger-16,
.b-bottom-danger-16 {
border-bottom: 16px solid #d52c40;
}
.border-bottom-danger-17,
.b-bottom-danger-17 {
border-bottom: 17px solid #d52c40;
}
.border-bottom-danger-18,
.b-bottom-danger-18 {
border-bottom: 18px solid #d52c40;
}
.border-bottom-danger-19,
.b-bottom-danger-19 {
border-bottom: 19px solid #d52c40;
}
.border-bottom-danger-20,
.b-bottom-danger-20 {
border-bottom: 20px solid #d52c40;
}
.border-bottom-warning-1,
.b-bottom-warning-1 {
border-bottom: 1px solid #feb733;
}
.border-bottom-warning-2,
.b-bottom-warning-2 {
border-bottom: 2px solid #feb733;
}
.border-bottom-warning-3,
.b-bottom-warning-3 {
border-bottom: 3px solid #feb733;
}
.border-bottom-warning-4,
.b-bottom-warning-4 {
border-bottom: 4px solid #feb733;
}
.border-bottom-warning-5,
.b-bottom-warning-5 {
border-bottom: 5px solid #feb733;
}
.border-bottom-warning-6,
.b-bottom-warning-6 {
border-bottom: 6px solid #feb733;
}
.border-bottom-warning-7,
.b-bottom-warning-7 {
border-bottom: 7px solid #feb733;
}
.border-bottom-warning-8,
.b-bottom-warning-8 {
border-bottom: 8px solid #feb733;
}
.border-bottom-warning-9,
.b-bottom-warning-9 {
border-bottom: 9px solid #feb733;
}
.border-bottom-warning-10,
.b-bottom-warning-10 {
border-bottom: 10px solid #feb733;
}
.border-bottom-warning-11,
.b-bottom-warning-11 {
border-bottom: 11px solid #feb733;
}
.border-bottom-warning-12,
.b-bottom-warning-12 {
border-bottom: 12px solid #feb733;
}
.border-bottom-warning-13,
.b-bottom-warning-13 {
border-bottom: 13px solid #feb733;
}
.border-bottom-warning-14,
.b-bottom-warning-14 {
border-bottom: 14px solid #feb733;
}
.border-bottom-warning-15,
.b-bottom-warning-15 {
border-bottom: 15px solid #feb733;
}
.border-bottom-warning-16,
.b-bottom-warning-16 {
border-bottom: 16px solid #feb733;
}
.border-bottom-warning-17,
.b-bottom-warning-17 {
border-bottom: 17px solid #feb733;
}
.border-bottom-warning-18,
.b-bottom-warning-18 {
border-bottom: 18px solid #feb733;
}
.border-bottom-warning-19,
.b-bottom-warning-19 {
border-bottom: 19px solid #feb733;
}
.border-bottom-warning-20,
.b-bottom-warning-20 {
border-bottom: 20px solid #feb733;
}
.border-bottom-light-1,
.b-bottom-light-1 {
border-bottom: 1px solid #f7f8f9;
}
.border-bottom-light-2,
.b-bottom-light-2 {
border-bottom: 2px solid #f7f8f9;
}
.border-bottom-light-3,
.b-bottom-light-3 {
border-bottom: 3px solid #f7f8f9;
}
.border-bottom-light-4,
.b-bottom-light-4 {
border-bottom: 4px solid #f7f8f9;
}
.border-bottom-light-5,
.b-bottom-light-5 {
border-bottom: 5px solid #f7f8f9;
}
.border-bottom-light-6,
.b-bottom-light-6 {
border-bottom: 6px solid #f7f8f9;
}
.border-bottom-light-7,
.b-bottom-light-7 {
border-bottom: 7px solid #f7f8f9;
}
.border-bottom-light-8,
.b-bottom-light-8 {
border-bottom: 8px solid #f7f8f9;
}
.border-bottom-light-9,
.b-bottom-light-9 {
border-bottom: 9px solid #f7f8f9;
}
.border-bottom-light-10,
.b-bottom-light-10 {
border-bottom: 10px solid #f7f8f9;
}
.border-bottom-light-11,
.b-bottom-light-11 {
border-bottom: 11px solid #f7f8f9;
}
.border-bottom-light-12,
.b-bottom-light-12 {
border-bottom: 12px solid #f7f8f9;
}
.border-bottom-light-13,
.b-bottom-light-13 {
border-bottom: 13px solid #f7f8f9;
}
.border-bottom-light-14,
.b-bottom-light-14 {
border-bottom: 14px solid #f7f8f9;
}
.border-bottom-light-15,
.b-bottom-light-15 {
border-bottom: 15px solid #f7f8f9;
}
.border-bottom-light-16,
.b-bottom-light-16 {
border-bottom: 16px solid #f7f8f9;
}
.border-bottom-light-17,
.b-bottom-light-17 {
border-bottom: 17px solid #f7f8f9;
}
.border-bottom-light-18,
.b-bottom-light-18 {
border-bottom: 18px solid #f7f8f9;
}
.border-bottom-light-19,
.b-bottom-light-19 {
border-bottom: 19px solid #f7f8f9;
}
.border-bottom-light-20,
.b-bottom-light-20 {
border-bottom: 20px solid #f7f8f9;
}
.border-bottom-dark-1,
.b-bottom-dark-1 {
border-bottom: 1px solid #1e2124;
}
.border-bottom-dark-2,
.b-bottom-dark-2 {
border-bottom: 2px solid #1e2124;
}
.border-bottom-dark-3,
.b-bottom-dark-3 {
border-bottom: 3px solid #1e2124;
}
.border-bottom-dark-4,
.b-bottom-dark-4 {
border-bottom: 4px solid #1e2124;
}
.border-bottom-dark-5,
.b-bottom-dark-5 {
border-bottom: 5px solid #1e2124;
}
.border-bottom-dark-6,
.b-bottom-dark-6 {
border-bottom: 6px solid #1e2124;
}
.border-bottom-dark-7,
.b-bottom-dark-7 {
border-bottom: 7px solid #1e2124;
}
.border-bottom-dark-8,
.b-bottom-dark-8 {
border-bottom: 8px solid #1e2124;
}
.border-bottom-dark-9,
.b-bottom-dark-9 {
border-bottom: 9px solid #1e2124;
}
.border-bottom-dark-10,
.b-bottom-dark-10 {
border-bottom: 10px solid #1e2124;
}
.border-bottom-dark-11,
.b-bottom-dark-11 {
border-bottom: 11px solid #1e2124;
}
.border-bottom-dark-12,
.b-bottom-dark-12 {
border-bottom: 12px solid #1e2124;
}
.border-bottom-dark-13,
.b-bottom-dark-13 {
border-bottom: 13px solid #1e2124;
}
.border-bottom-dark-14,
.b-bottom-dark-14 {
border-bottom: 14px solid #1e2124;
}
.border-bottom-dark-15,
.b-bottom-dark-15 {
border-bottom: 15px solid #1e2124;
}
.border-bottom-dark-16,
.b-bottom-dark-16 {
border-bottom: 16px solid #1e2124;
}
.border-bottom-dark-17,
.b-bottom-dark-17 {
border-bottom: 17px solid #1e2124;
}
.border-bottom-dark-18,
.b-bottom-dark-18 {
border-bottom: 18px solid #1e2124;
}
.border-bottom-dark-19,
.b-bottom-dark-19 {
border-bottom: 19px solid #1e2124;
}
.border-bottom-dark-20,
.b-bottom-dark-20 {
border-bottom: 20px solid #1e2124;
}
.border-bottom-no,
.border-bottom-0,
.b-bottom-no,
.b-bottom-0 {
border-bottom: unset;
}
.border-left-primary-1,
.b-left-primary-1 {
border-left: 1px solid #1366f5;
}
.border-left-primary-2,
.b-left-primary-2 {
border-left: 2px solid #1366f5;
}
.border-left-primary-3,
.b-left-primary-3 {
border-left: 3px solid #1366f5;
}
.border-left-primary-4,
.b-left-primary-4 {
border-left: 4px solid #1366f5;
}
.border-left-primary-5,
.b-left-primary-5 {
border-left: 5px solid #1366f5;
}
.border-left-primary-6,
.b-left-primary-6 {
border-left: 6px solid #1366f5;
}
.border-left-primary-7,
.b-left-primary-7 {
border-left: 7px solid #1366f5;
}
.border-left-primary-8,
.b-left-primary-8 {
border-left: 8px solid #1366f5;
}
.border-left-primary-9,
.b-left-primary-9 {
border-left: 9px solid #1366f5;
}
.border-left-primary-10,
.b-left-primary-10 {
border-left: 10px solid #1366f5;
}
.border-left-primary-11,
.b-left-primary-11 {
border-left: 11px solid #1366f5;
}
.border-left-primary-12,
.b-left-primary-12 {
border-left: 12px solid #1366f5;
}
.border-left-primary-13,
.b-left-primary-13 {
border-left: 13px solid #1366f5;
}
.border-left-primary-14,
.b-left-primary-14 {
border-left: 14px solid #1366f5;
}
.border-left-primary-15,
.b-left-primary-15 {
border-left: 15px solid #1366f5;
}
.border-left-primary-16,
.b-left-primary-16 {
border-left: 16px solid #1366f5;
}
.border-left-primary-17,
.b-left-primary-17 {
border-left: 17px solid #1366f5;
}
.border-left-primary-18,
.b-left-primary-18 {
border-left: 18px solid #1366f5;
}
.border-left-primary-19,
.b-left-primary-19 {
border-left: 19px solid #1366f5;
}
.border-left-primary-20,
.b-left-primary-20 {
border-left: 20px solid #1366f5;
}
.border-left-secondary-1,
.b-left-secondary-1 {
border-left: 1px solid #616a71;
}
.border-left-secondary-2,
.b-left-secondary-2 {
border-left: 2px solid #616a71;
}
.border-left-secondary-3,
.b-left-secondary-3 {
border-left: 3px solid #616a71;
}
.border-left-secondary-4,
.b-left-secondary-4 {
border-left: 4px solid #616a71;
}
.border-left-secondary-5,
.b-left-secondary-5 {
border-left: 5px solid #616a71;
}
.border-left-secondary-6,
.b-left-secondary-6 {
border-left: 6px solid #616a71;
}
.border-left-secondary-7,
.b-left-secondary-7 {
border-left: 7px solid #616a71;
}
.border-left-secondary-8,
.b-left-secondary-8 {
border-left: 8px solid #616a71;
}
.border-left-secondary-9,
.b-left-secondary-9 {
border-left: 9px solid #616a71;
}
.border-left-secondary-10,
.b-left-secondary-10 {
border-left: 10px solid #616a71;
}
.border-left-secondary-11,
.b-left-secondary-11 {
border-left: 11px solid #616a71;
}
.border-left-secondary-12,
.b-left-secondary-12 {
border-left: 12px solid #616a71;
}
.border-left-secondary-13,
.b-left-secondary-13 {
border-left: 13px solid #616a71;
}
.border-left-secondary-14,
.b-left-secondary-14 {
border-left: 14px solid #616a71;
}
.border-left-secondary-15,
.b-left-secondary-15 {
border-left: 15px solid #616a71;
}
.border-left-secondary-16,
.b-left-secondary-16 {
border-left: 16px solid #616a71;
}
.border-left-secondary-17,
.b-left-secondary-17 {
border-left: 17px solid #616a71;
}
.border-left-secondary-18,
.b-left-secondary-18 {
border-left: 18px solid #616a71;
}
.border-left-secondary-19,
.b-left-secondary-19 {
border-left: 19px solid #616a71;
}
.border-left-secondary-20,
.b-left-secondary-20 {
border-left: 20px solid #616a71;
}
.border-left-success-1,
.b-left-success-1 {
border-left: 1px solid #1d7c4d;
}
.border-left-success-2,
.b-left-success-2 {
border-left: 2px solid #1d7c4d;
}
.border-left-success-3,
.b-left-success-3 {
border-left: 3px solid #1d7c4d;
}
.border-left-success-4,
.b-left-success-4 {
border-left: 4px solid #1d7c4d;
}
.border-left-success-5,
.b-left-success-5 {
border-left: 5px solid #1d7c4d;
}
.border-left-success-6,
.b-left-success-6 {
border-left: 6px solid #1d7c4d;
}
.border-left-success-7,
.b-left-success-7 {
border-left: 7px solid #1d7c4d;
}
.border-left-success-8,
.b-left-success-8 {
border-left: 8px solid #1d7c4d;
}
.border-left-success-9,
.b-left-success-9 {
border-left: 9px solid #1d7c4d;
}
.border-left-success-10,
.b-left-success-10 {
border-left: 10px solid #1d7c4d;
}
.border-left-success-11,
.b-left-success-11 {
border-left: 11px solid #1d7c4d;
}
.border-left-success-12,
.b-left-success-12 {
border-left: 12px solid #1d7c4d;
}
.border-left-success-13,
.b-left-success-13 {
border-left: 13px solid #1d7c4d;
}
.border-left-success-14,
.b-left-success-14 {
border-left: 14px solid #1d7c4d;
}
.border-left-success-15,
.b-left-success-15 {
border-left: 15px solid #1d7c4d;
}
.border-left-success-16,
.b-left-success-16 {
border-left: 16px solid #1d7c4d;
}
.border-left-success-17,
.b-left-success-17 {
border-left: 17px solid #1d7c4d;
}
.border-left-success-18,
.b-left-success-18 {
border-left: 18px solid #1d7c4d;
}
.border-left-success-19,
.b-left-success-19 {
border-left: 19px solid #1d7c4d;
}
.border-left-success-20,
.b-left-success-20 {
border-left: 20px solid #1d7c4d;
}
.border-left-danger-1,
.b-left-danger-1 {
border-left: 1px solid #d52c40;
}
.border-left-danger-2,
.b-left-danger-2 {
border-left: 2px solid #d52c40;
}
.border-left-danger-3,
.b-left-danger-3 {
border-left: 3px solid #d52c40;
}
.border-left-danger-4,
.b-left-danger-4 {
border-left: 4px solid #d52c40;
}
.border-left-danger-5,
.b-left-danger-5 {
border-left: 5px solid #d52c40;
}
.border-left-danger-6,
.b-left-danger-6 {
border-left: 6px solid #d52c40;
}
.border-left-danger-7,
.b-left-danger-7 {
border-left: 7px solid #d52c40;
}
.border-left-danger-8,
.b-left-danger-8 {
border-left: 8px solid #d52c40;
}
.border-left-danger-9,
.b-left-danger-9 {
border-left: 9px solid #d52c40;
}
.border-left-danger-10,
.b-left-danger-10 {
border-left: 10px solid #d52c40;
}
.border-left-danger-11,
.b-left-danger-11 {
border-left: 11px solid #d52c40;
}
.border-left-danger-12,
.b-left-danger-12 {
border-left: 12px solid #d52c40;
}
.border-left-danger-13,
.b-left-danger-13 {
border-left: 13px solid #d52c40;
}
.border-left-danger-14,
.b-left-danger-14 {
border-left: 14px solid #d52c40;
}
.border-left-danger-15,
.b-left-danger-15 {
border-left: 15px solid #d52c40;
}
.border-left-danger-16,
.b-left-danger-16 {
border-left: 16px solid #d52c40;
}
.border-left-danger-17,
.b-left-danger-17 {
border-left: 17px solid #d52c40;
}
.border-left-danger-18,
.b-left-danger-18 {
border-left: 18px solid #d52c40;
}
.border-left-danger-19,
.b-left-danger-19 {
border-left: 19px solid #d52c40;
}
.border-left-danger-20,
.b-left-danger-20 {
border-left: 20px solid #d52c40;
}
.border-left-warning-1,
.b-left-warning-1 {
border-left: 1px solid #feb733;
}
.border-left-warning-2,
.b-left-warning-2 {
border-left: 2px solid #feb733;
}
.border-left-warning-3,
.b-left-warning-3 {
border-left: 3px solid #feb733;
}
.border-left-warning-4,
.b-left-warning-4 {
border-left: 4px solid #feb733;
}
.border-left-warning-5,
.b-left-warning-5 {
border-left: 5px solid #feb733;
}
.border-left-warning-6,
.b-left-warning-6 {
border-left: 6px solid #feb733;
}
.border-left-warning-7,
.b-left-warning-7 {
border-left: 7px solid #feb733;
}
.border-left-warning-8,
.b-left-warning-8 {
border-left: 8px solid #feb733;
}
.border-left-warning-9,
.b-left-warning-9 {
border-left: 9px solid #feb733;
}
.border-left-warning-10,
.b-left-warning-10 {
border-left: 10px solid #feb733;
}
.border-left-warning-11,
.b-left-warning-11 {
border-left: 11px solid #feb733;
}
.border-left-warning-12,
.b-left-warning-12 {
border-left: 12px solid #feb733;
}
.border-left-warning-13,
.b-left-warning-13 {
border-left: 13px solid #feb733;
}
.border-left-warning-14,
.b-left-warning-14 {
border-left: 14px solid #feb733;
}
.border-left-warning-15,
.b-left-warning-15 {
border-left: 15px solid #feb733;
}
.border-left-warning-16,
.b-left-warning-16 {
border-left: 16px solid #feb733;
}
.border-left-warning-17,
.b-left-warning-17 {
border-left: 17px solid #feb733;
}
.border-left-warning-18,
.b-left-warning-18 {
border-left: 18px solid #feb733;
}
.border-left-warning-19,
.b-left-warning-19 {
border-left: 19px solid #feb733;
}
.border-left-warning-20,
.b-left-warning-20 {
border-left: 20px solid #feb733;
}
.border-left-light-1,
.b-left-light-1 {
border-left: 1px solid #f7f8f9;
}
.border-left-light-2,
.b-left-light-2 {
border-left: 2px solid #f7f8f9;
}
.border-left-light-3,
.b-left-light-3 {
border-left: 3px solid #f7f8f9;
}
.border-left-light-4,
.b-left-light-4 {
border-left: 4px solid #f7f8f9;
}
.border-left-light-5,
.b-left-light-5 {
border-left: 5px solid #f7f8f9;
}
.border-left-light-6,
.b-left-light-6 {
border-left: 6px solid #f7f8f9;
}
.border-left-light-7,
.b-left-light-7 {
border-left: 7px solid #f7f8f9;
}
.border-left-light-8,
.b-left-light-8 {
border-left: 8px solid #f7f8f9;
}
.border-left-light-9,
.b-left-light-9 {
border-left: 9px solid #f7f8f9;
}
.border-left-light-10,
.b-left-light-10 {
border-left: 10px solid #f7f8f9;
}
.border-left-light-11,
.b-left-light-11 {
border-left: 11px solid #f7f8f9;
}
.border-left-light-12,
.b-left-light-12 {
border-left: 12px solid #f7f8f9;
}
.border-left-light-13,
.b-left-light-13 {
border-left: 13px solid #f7f8f9;
}
.border-left-light-14,
.b-left-light-14 {
border-left: 14px solid #f7f8f9;
}
.border-left-light-15,
.b-left-light-15 {
border-left: 15px solid #f7f8f9;
}
.border-left-light-16,
.b-left-light-16 {
border-left: 16px solid #f7f8f9;
}
.border-left-light-17,
.b-left-light-17 {
border-left: 17px solid #f7f8f9;
}
.border-left-light-18,
.b-left-light-18 {
border-left: 18px solid #f7f8f9;
}
.border-left-light-19,
.b-left-light-19 {
border-left: 19px solid #f7f8f9;
}
.border-left-light-20,
.b-left-light-20 {
border-left: 20px solid #f7f8f9;
}
.border-left-dark-1,
.b-left-dark-1 {
border-left: 1px solid #1e2124;
}
.border-left-dark-2,
.b-left-dark-2 {
border-left: 2px solid #1e2124;
}
.border-left-dark-3,
.b-left-dark-3 {
border-left: 3px solid #1e2124;
}
.border-left-dark-4,
.b-left-dark-4 {
border-left: 4px solid #1e2124;
}
.border-left-dark-5,
.b-left-dark-5 {
border-left: 5px solid #1e2124;
}
.border-left-dark-6,
.b-left-dark-6 {
border-left: 6px solid #1e2124;
}
.border-left-dark-7,
.b-left-dark-7 {
border-left: 7px solid #1e2124;
}
.border-left-dark-8,
.b-left-dark-8 {
border-left: 8px solid #1e2124;
}
.border-left-dark-9,
.b-left-dark-9 {
border-left: 9px solid #1e2124;
}
.border-left-dark-10,
.b-left-dark-10 {
border-left: 10px solid #1e2124;
}
.border-left-dark-11,
.b-left-dark-11 {
border-left: 11px solid #1e2124;
}
.border-left-dark-12,
.b-left-dark-12 {
border-left: 12px solid #1e2124;
}
.border-left-dark-13,
.b-left-dark-13 {
border-left: 13px solid #1e2124;
}
.border-left-dark-14,
.b-left-dark-14 {
border-left: 14px solid #1e2124;
}
.border-left-dark-15,
.b-left-dark-15 {
border-left: 15px solid #1e2124;
}
.border-left-dark-16,
.b-left-dark-16 {
border-left: 16px solid #1e2124;
}
.border-left-dark-17,
.b-left-dark-17 {
border-left: 17px solid #1e2124;
}
.border-left-dark-18,
.b-left-dark-18 {
border-left: 18px solid #1e2124;
}
.border-left-dark-19,
.b-left-dark-19 {
border-left: 19px solid #1e2124;
}
.border-left-dark-20,
.b-left-dark-20 {
border-left: 20px solid #1e2124;
}
.border-left-no,
.border-left-0,
.b-left-no,
.b-left-0 {
border-left: unset;
}
.border-radius,
.border-r,
.b-radius,
.b-r {
border-radius: 4px;
}
.border-radius-1,
.border-r-1,
.b-radius-1,
.b-r-1 {
border-radius: 1px;
}
.border-radius-2,
.border-r-2,
.b-radius-2,
.b-r-2 {
border-radius: 2px;
}
.border-radius-3,
.border-r-3,
.b-radius-3,
.b-r-3 {
border-radius: 3px;
}
.border-radius-4,
.border-r-4,
.b-radius-4,
.b-r-4 {
border-radius: 4px;
}
.border-radius-5,
.border-r-5,
.b-radius-5,
.b-r-5 {
border-radius: 5px;
}
.border-radius-6,
.border-r-6,
.b-radius-6,
.b-r-6 {
border-radius: 6px;
}
.border-radius-7,
.border-r-7,
.b-radius-7,
.b-r-7 {
border-radius: 7px;
}
.border-radius-8,
.border-r-8,
.b-radius-8,
.b-r-8 {
border-radius: 8px;
}
.border-radius-9,
.border-r-9,
.b-radius-9,
.b-r-9 {
border-radius: 9px;
}
.border-radius-10,
.border-r-10,
.b-radius-10,
.b-r-10 {
border-radius: 10px;
}
.border-radius-11,
.border-r-11,
.b-radius-11,
.b-r-11 {
border-radius: 11px;
}
.border-radius-12,
.border-r-12,
.b-radius-12,
.b-r-12 {
border-radius: 12px;
}
.border-radius-13,
.border-r-13,
.b-radius-13,
.b-r-13 {
border-radius: 13px;
}
.border-radius-14,
.border-r-14,
.b-radius-14,
.b-r-14 {
border-radius: 14px;
}
.border-radius-15,
.border-r-15,
.b-radius-15,
.b-r-15 {
border-radius: 15px;
}
.border-radius-16,
.border-r-16,
.b-radius-16,
.b-r-16 {
border-radius: 16px;
}
.border-radius-17,
.border-r-17,
.b-radius-17,
.b-r-17 {
border-radius: 17px;
}
.border-radius-18,
.border-r-18,
.b-radius-18,
.b-r-18 {
border-radius: 18px;
}
.border-radius-19,
.border-r-19,
.b-radius-19,
.b-r-19 {
border-radius: 19px;
}
.border-radius-20,
.border-r-20,
.b-radius-20,
.b-r-20 {
border-radius: 20px;
}
.height-0px {
height: calc(0 * 1px);
max-height: calc(0 * 1px);
}
.height-10px {
height: calc(10 * 1px);
max-height: calc(10 * 1px);
}
.height-15px {
height: calc(15 * 1px);
max-height: calc(15 * 1px);
}
.height-20px {
height: calc(20 * 1px);
max-height: calc(20 * 1px);
}
.height-25px {
height: calc(25 * 1px);
max-height: calc(25 * 1px);
}
.height-30px {
height: calc(30 * 1px);
max-height: calc(30 * 1px);
}
.height-35px {
height: calc(35 * 1px);
max-height: calc(35 * 1px);
}
.height-40px {
height: calc(40 * 1px);
max-height: calc(40 * 1px);
}
.height-45px {
height: calc(45 * 1px);
max-height: calc(45 * 1px);
}
.height-50px {
height: calc(50 * 1px);
max-height: calc(50 * 1px);
}
.height-55px {
height: calc(55 * 1px);
max-height: calc(55 * 1px);
}
.height-60px {
height: calc(60 * 1px);
max-height: calc(60 * 1px);
}
.height-65px {
height: calc(65 * 1px);
max-height: calc(65 * 1px);
}
.height-70px {
height: calc(70 * 1px);
max-height: calc(70 * 1px);
}
.height-75px {
height: calc(75 * 1px);
max-height: calc(75 * 1px);
}
.height-80px {
height: calc(80 * 1px);
max-height: calc(80 * 1px);
}
.height-85px {
height: calc(85 * 1px);
max-height: calc(85 * 1px);
}
.height-90px {
height: calc(90 * 1px);
max-height: calc(90 * 1px);
}
.height-95px {
height: calc(95 * 1px);
max-height: calc(95 * 1px);
}
.height-100px {
height: calc(100 * 1px);
max-height: calc(100 * 1px);
}
.height-110px {
height: calc(110 * 1px);
max-height: calc(110 * 1px);
}
.height-115px {
height: calc(115 * 1px);
max-height: calc(115 * 1px);
}
.height-120px {
height: calc(120 * 1px);
max-height: calc(120 * 1px);
}
.height-125px {
height: calc(125 * 1px);
max-height: calc(125 * 1px);
}
.height-130px {
height: calc(130 * 1px);
max-height: calc(130 * 1px);
}
.height-135px {
height: calc(135 * 1px);
max-height: calc(135 * 1px);
}
.height-140px {
height: calc(140 * 1px);
max-height: calc(140 * 1px);
}
.height-145px {
height: calc(145 * 1px);
max-height: calc(145 * 1px);
}
.height-150px {
height: calc(150 * 1px);
max-height: calc(150 * 1px);
}
.height-155px {
height: calc(155 * 1px);
max-height: calc(155 * 1px);
}
.height-160px {
height: calc(160 * 1px);
max-height: calc(160 * 1px);
}
.height-165px {
height: calc(165 * 1px);
max-height: calc(165 * 1px);
}
.height-170px {
height: calc(170 * 1px);
max-height: calc(170 * 1px);
}
.height-175px {
height: calc(175 * 1px);
max-height: calc(175 * 1px);
}
.height-180px {
height: calc(180 * 1px);
max-height: calc(180 * 1px);
}
.height-185px {
height: calc(185 * 1px);
max-height: calc(185 * 1px);
}
.height-190px {
height: calc(190 * 1px);
max-height: calc(190 * 1px);
}
.height-195px {
height: calc(195 * 1px);
max-height: calc(195 * 1px);
}
.height-200px {
height: calc(200 * 1px);
max-height: calc(200 * 1px);
}
.height-210px {
height: calc(210 * 1px);
max-height: calc(210 * 1px);
}
.height-215px {
height: calc(215 * 1px);
max-height: calc(215 * 1px);
}
.height-220px {
height: calc(220 * 1px);
max-height: calc(220 * 1px);
}
.height-225px {
height: calc(225 * 1px);
max-height: calc(225 * 1px);
}
.height-230px {
height: calc(230 * 1px);
max-height: calc(230 * 1px);
}
.height-235px {
height: calc(235 * 1px);
max-height: calc(235 * 1px);
}
.height-240px {
height: calc(240 * 1px);
max-height: calc(240 * 1px);
}
.height-245px {
height: calc(245 * 1px);
max-height: calc(245 * 1px);
}
.height-250px {
height: calc(250 * 1px);
max-height: calc(250 * 1px);
}
.height-255px {
height: calc(255 * 1px);
max-height: calc(255 * 1px);
}
.height-260px {
height: calc(260 * 1px);
max-height: calc(260 * 1px);
}
.height-265px {
height: calc(265 * 1px);
max-height: calc(265 * 1px);
}
.height-270px {
height: calc(270 * 1px);
max-height: calc(270 * 1px);
}
.height-275px {
height: calc(275 * 1px);
max-height: calc(275 * 1px);
}
.height-280px {
height: calc(280 * 1px);
max-height: calc(280 * 1px);
}
.height-285px {
height: calc(285 * 1px);
max-height: calc(285 * 1px);
}
.height-290px {
height: calc(290 * 1px);
max-height: calc(290 * 1px);
}
.height-295px {
height: calc(295 * 1px);
max-height: calc(295 * 1px);
}
.height-300px {
height: calc(300 * 1px);
max-height: calc(300 * 1px);
}
.height-310px {
height: calc(310 * 1px);
max-height: calc(310 * 1px);
}
.height-315px {
height: calc(315 * 1px);
max-height: calc(315 * 1px);
}
.height-320px {
height: calc(320 * 1px);
max-height: calc(320 * 1px);
}
.height-325px {
height: calc(325 * 1px);
max-height: calc(325 * 1px);
}
.height-330px {
height: calc(330 * 1px);
max-height: calc(330 * 1px);
}
.height-335px {
height: calc(335 * 1px);
max-height: calc(335 * 1px);
}
.height-340px {
height: calc(340 * 1px);
max-height: calc(340 * 1px);
}
.height-345px {
height: calc(345 * 1px);
max-height: calc(345 * 1px);
}
.height-350px {
height: calc(350 * 1px);
max-height: calc(350 * 1px);
}
.height-355px {
height: calc(355 * 1px);
max-height: calc(355 * 1px);
}
.height-360px {
height: calc(360 * 1px);
max-height: calc(360 * 1px);
}
.height-365px {
height: calc(365 * 1px);
max-height: calc(365 * 1px);
}
.height-370px {
height: calc(370 * 1px);
max-height: calc(370 * 1px);
}
.height-375px {
height: calc(375 * 1px);
max-height: calc(375 * 1px);
}
.height-380px {
height: calc(380 * 1px);
max-height: calc(380 * 1px);
}
.height-385px {
height: calc(385 * 1px);
max-height: calc(385 * 1px);
}
.height-390px {
height: calc(390 * 1px);
max-height: calc(390 * 1px);
}
.height-395px {
height: calc(395 * 1px);
max-height: calc(395 * 1px);
}
.height-400px {
height: calc(400 * 1px);
max-height: calc(400 * 1px);
}
.height-410px {
height: calc(410 * 1px);
max-height: calc(410 * 1px);
}
.height-415px {
height: calc(415 * 1px);
max-height: calc(415 * 1px);
}
.height-420px {
height: calc(420 * 1px);
max-height: calc(420 * 1px);
}
.height-425px {
height: calc(425 * 1px);
max-height: calc(425 * 1px);
}
.height-430px {
height: calc(430 * 1px);
max-height: calc(430 * 1px);
}
.height-435px {
height: calc(435 * 1px);
max-height: calc(435 * 1px);
}
.height-440px {
height: calc(440 * 1px);
max-height: calc(440 * 1px);
}
.height-445px {
height: calc(445 * 1px);
max-height: calc(445 * 1px);
}
.height-450px {
height: calc(450 * 1px);
max-height: calc(450 * 1px);
}
.height-455px {
height: calc(455 * 1px);
max-height: calc(455 * 1px);
}
.height-460px {
height: calc(460 * 1px);
max-height: calc(460 * 1px);
}
.height-465px {
height: calc(465 * 1px);
max-height: calc(465 * 1px);
}
.height-470px {
height: calc(470 * 1px);
max-height: calc(470 * 1px);
}
.height-475px {
height: calc(475 * 1px);
max-height: calc(475 * 1px);
}
.height-480px {
height: calc(480 * 1px);
max-height: calc(480 * 1px);
}
.height-485px {
height: calc(485 * 1px);
max-height: calc(485 * 1px);
}
.height-490px {
height: calc(490 * 1px);
max-height: calc(490 * 1px);
}
.height-495px {
height: calc(495 * 1px);
max-height: calc(495 * 1px);
}
.height-500px {
height: calc(500 * 1px);
max-height: calc(500 * 1px);
}
.height-510px {
height: calc(510 * 1px);
max-height: calc(510 * 1px);
}
.height-515px {
height: calc(515 * 1px);
max-height: calc(515 * 1px);
}
.height-520px {
height: calc(520 * 1px);
max-height: calc(520 * 1px);
}
.height-525px {
height: calc(525 * 1px);
max-height: calc(525 * 1px);
}
.height-530px {
height: calc(530 * 1px);
max-height: calc(530 * 1px);
}
.height-535px {
height: calc(535 * 1px);
max-height: calc(535 * 1px);
}
.height-540px {
height: calc(540 * 1px);
max-height: calc(540 * 1px);
}
.height-545px {
height: calc(545 * 1px);
max-height: calc(545 * 1px);
}
.height-550px {
height: calc(550 * 1px);
max-height: calc(550 * 1px);
}
.height-555px {
height: calc(555 * 1px);
max-height: calc(555 * 1px);
}
.height-560px {
height: calc(560 * 1px);
max-height: calc(560 * 1px);
}
.height-565px {
height: calc(565 * 1px);
max-height: calc(565 * 1px);
}
.height-570px {
height: calc(570 * 1px);
max-height: calc(570 * 1px);
}
.height-575px {
height: calc(575 * 1px);
max-height: calc(575 * 1px);
}
.height-580px {
height: calc(580 * 1px);
max-height: calc(580 * 1px);
}
.height-585px {
height: calc(585 * 1px);
max-height: calc(585 * 1px);
}
.height-590px {
height: calc(590 * 1px);
max-height: calc(590 * 1px);
}
.height-595px {
height: calc(595 * 1px);
max-height: calc(595 * 1px);
}
.height-600px {
height: calc(600 * 1px);
max-height: calc(600 * 1px);
}
.height-610px {
height: calc(610 * 1px);
max-height: calc(610 * 1px);
}
.height-615px {
height: calc(615 * 1px);
max-height: calc(615 * 1px);
}
.height-620px {
height: calc(620 * 1px);
max-height: calc(620 * 1px);
}
.height-625px {
height: calc(625 * 1px);
max-height: calc(625 * 1px);
}
.height-630px {
height: calc(630 * 1px);
max-height: calc(630 * 1px);
}
.height-635px {
height: calc(635 * 1px);
max-height: calc(635 * 1px);
}
.height-640px {
height: calc(640 * 1px);
max-height: calc(640 * 1px);
}
.height-645px {
height: calc(645 * 1px);
max-height: calc(645 * 1px);
}
.height-650px {
height: calc(650 * 1px);
max-height: calc(650 * 1px);
}
.height-655px {
height: calc(655 * 1px);
max-height: calc(655 * 1px);
}
.height-660px {
height: calc(660 * 1px);
max-height: calc(660 * 1px);
}
.height-665px {
height: calc(665 * 1px);
max-height: calc(665 * 1px);
}
.height-670px {
height: calc(670 * 1px);
max-height: calc(670 * 1px);
}
.height-675px {
height: calc(675 * 1px);
max-height: calc(675 * 1px);
}
.height-680px {
height: calc(680 * 1px);
max-height: calc(680 * 1px);
}
.height-685px {
height: calc(685 * 1px);
max-height: calc(685 * 1px);
}
.height-690px {
height: calc(690 * 1px);
max-height: calc(690 * 1px);
}
.height-695px {
height: calc(695 * 1px);
max-height: calc(695 * 1px);
}
.height-0 {
height: calc(0 * 1%);
}
.height-10 {
height: calc(10 * 1%);
}
.height-20 {
height: calc(20 * 1%);
}
.height-30 {
height: calc(30 * 1%);
}
.height-40 {
height: calc(40 * 1%);
}
.height-50 {
height: calc(50 * 1%);
}
.height-60 {
height: calc(60 * 1%);
}
.height-70 {
height: calc(70 * 1%);
}
.height-80 {
height: calc(80 * 1%);
}
.height-90 {
height: calc(90 * 1%);
}
.height-100 {
height: calc(100 * 1%);
}
.width-0px {
width: calc(0 * 1px);
max-width: calc(0 * 1px);
}
.width-10px {
width: calc(10 * 1px);
max-width: calc(10 * 1px);
}
.width-15px {
width: calc(15 * 1px);
max-width: calc(15 * 1px);
}
.width-20px {
width: calc(20 * 1px);
max-width: calc(20 * 1px);
}
.width-25px {
width: calc(25 * 1px);
max-width: calc(25 * 1px);
}
.width-30px {
width: calc(30 * 1px);
max-width: calc(30 * 1px);
}
.width-35px {
width: calc(35 * 1px);
max-width: calc(35 * 1px);
}
.width-40px {
width: calc(40 * 1px);
max-width: calc(40 * 1px);
}
.width-45px {
width: calc(45 * 1px);
max-width: calc(45 * 1px);
}
.width-50px {
width: calc(50 * 1px);
max-width: calc(50 * 1px);
}
.width-55px {
width: calc(55 * 1px);
max-width: calc(55 * 1px);
}
.width-60px {
width: calc(60 * 1px);
max-width: calc(60 * 1px);
}
.width-65px {
width: calc(65 * 1px);
max-width: calc(65 * 1px);
}
.width-70px {
width: calc(70 * 1px);
max-width: calc(70 * 1px);
}
.width-75px {
width: calc(75 * 1px);
max-width: calc(75 * 1px);
}
.width-80px {
width: calc(80 * 1px);
max-width: calc(80 * 1px);
}
.width-85px {
width: calc(85 * 1px);
max-width: calc(85 * 1px);
}
.width-90px {
width: calc(90 * 1px);
max-width: calc(90 * 1px);
}
.width-95px {
width: calc(95 * 1px);
max-width: calc(95 * 1px);
}
.width-100px {
width: calc(100 * 1px);
max-width: calc(100 * 1px);
}
.width-110px {
width: calc(110 * 1px);
max-width: calc(110 * 1px);
}
.width-115px {
width: calc(115 * 1px);
max-width: calc(115 * 1px);
}
.width-120px {
width: calc(120 * 1px);
max-width: calc(120 * 1px);
}
.width-125px {
width: calc(125 * 1px);
max-width: calc(125 * 1px);
}
.width-130px {
width: calc(130 * 1px);
max-width: calc(130 * 1px);
}
.width-135px {
width: calc(135 * 1px);
max-width: calc(135 * 1px);
}
.width-140px {
width: calc(140 * 1px);
max-width: calc(140 * 1px);
}
.width-145px {
width: calc(145 * 1px);
max-width: calc(145 * 1px);
}
.width-150px {
width: calc(150 * 1px);
max-width: calc(150 * 1px);
}
.width-155px {
width: calc(155 * 1px);
max-width: calc(155 * 1px);
}
.width-160px {
width: calc(160 * 1px);
max-width: calc(160 * 1px);
}
.width-165px {
width: calc(165 * 1px);
max-width: calc(165 * 1px);
}
.width-170px {
width: calc(170 * 1px);
max-width: calc(170 * 1px);
}
.width-175px {
width: calc(175 * 1px);
max-width: calc(175 * 1px);
}
.width-180px {
width: calc(180 * 1px);
max-width: calc(180 * 1px);
}
.width-185px {
width: calc(185 * 1px);
max-width: calc(185 * 1px);
}
.width-190px {
width: calc(190 * 1px);
max-width: calc(190 * 1px);
}
.width-195px {
width: calc(195 * 1px);
max-width: calc(195 * 1px);
}
.width-200px {
width: calc(200 * 1px);
max-width: calc(200 * 1px);
}
.width-210px {
width: calc(210 * 1px);
max-width: calc(210 * 1px);
}
.width-215px {
width: calc(215 * 1px);
max-width: calc(215 * 1px);
}
.width-220px {
width: calc(220 * 1px);
max-width: calc(220 * 1px);
}
.width-225px {
width: calc(225 * 1px);
max-width: calc(225 * 1px);
}
.width-230px {
width: calc(230 * 1px);
max-width: calc(230 * 1px);
}
.width-235px {
width: calc(235 * 1px);
max-width: calc(235 * 1px);
}
.width-240px {
width: calc(240 * 1px);
max-width: calc(240 * 1px);
}
.width-245px {
width: calc(245 * 1px);
max-width: calc(245 * 1px);
}
.width-250px {
width: calc(250 * 1px);
max-width: calc(250 * 1px);
}
.width-255px {
width: calc(255 * 1px);
max-width: calc(255 * 1px);
}
.width-260px {
width: calc(260 * 1px);
max-width: calc(260 * 1px);
}
.width-265px {
width: calc(265 * 1px);
max-width: calc(265 * 1px);
}
.width-270px {
width: calc(270 * 1px);
max-width: calc(270 * 1px);
}
.width-275px {
width: calc(275 * 1px);
max-width: calc(275 * 1px);
}
.width-280px {
width: calc(280 * 1px);
max-width: calc(280 * 1px);
}
.width-285px {
width: calc(285 * 1px);
max-width: calc(285 * 1px);
}
.width-290px {
width: calc(290 * 1px);
max-width: calc(290 * 1px);
}
.width-295px {
width: calc(295 * 1px);
max-width: calc(295 * 1px);
}
.width-300px {
width: calc(300 * 1px);
max-width: calc(300 * 1px);
}
.width-310px {
width: calc(310 * 1px);
max-width: calc(310 * 1px);
}
.width-315px {
width: calc(315 * 1px);
max-width: calc(315 * 1px);
}
.width-320px {
width: calc(320 * 1px);
max-width: calc(320 * 1px);
}
.width-325px {
width: calc(325 * 1px);
max-width: calc(325 * 1px);
}
.width-330px {
width: calc(330 * 1px);
max-width: calc(330 * 1px);
}
.width-335px {
width: calc(335 * 1px);
max-width: calc(335 * 1px);
}
.width-340px {
width: calc(340 * 1px);
max-width: calc(340 * 1px);
}
.width-345px {
width: calc(345 * 1px);
max-width: calc(345 * 1px);
}
.width-350px {
width: calc(350 * 1px);
max-width: calc(350 * 1px);
}
.width-355px {
width: calc(355 * 1px);
max-width: calc(355 * 1px);
}
.width-360px {
width: calc(360 * 1px);
max-width: calc(360 * 1px);
}
.width-365px {
width: calc(365 * 1px);
max-width: calc(365 * 1px);
}
.width-370px {
width: calc(370 * 1px);
max-width: calc(370 * 1px);
}
.width-375px {
width: calc(375 * 1px);
max-width: calc(375 * 1px);
}
.width-380px {
width: calc(380 * 1px);
max-width: calc(380 * 1px);
}
.width-385px {
width: calc(385 * 1px);
max-width: calc(385 * 1px);
}
.width-390px {
width: calc(390 * 1px);
max-width: calc(390 * 1px);
}
.width-395px {
width: calc(395 * 1px);
max-width: calc(395 * 1px);
}
.width-400px {
width: calc(400 * 1px);
max-width: calc(400 * 1px);
}
.width-410px {
width: calc(410 * 1px);
max-width: calc(410 * 1px);
}
.width-415px {
width: calc(415 * 1px);
max-width: calc(415 * 1px);
}
.width-420px {
width: calc(420 * 1px);
max-width: calc(420 * 1px);
}
.width-425px {
width: calc(425 * 1px);
max-width: calc(425 * 1px);
}
.width-430px {
width: calc(430 * 1px);
max-width: calc(430 * 1px);
}
.width-435px {
width: calc(435 * 1px);
max-width: calc(435 * 1px);
}
.width-440px {
width: calc(440 * 1px);
max-width: calc(440 * 1px);
}
.width-445px {
width: calc(445 * 1px);
max-width: calc(445 * 1px);
}
.width-450px {
width: calc(450 * 1px);
max-width: calc(450 * 1px);
}
.width-455px {
width: calc(455 * 1px);
max-width: calc(455 * 1px);
}
.width-460px {
width: calc(460 * 1px);
max-width: calc(460 * 1px);
}
.width-465px {
width: calc(465 * 1px);
max-width: calc(465 * 1px);
}
.width-470px {
width: calc(470 * 1px);
max-width: calc(470 * 1px);
}
.width-475px {
width: calc(475 * 1px);
max-width: calc(475 * 1px);
}
.width-480px {
width: calc(480 * 1px);
max-width: calc(480 * 1px);
}
.width-485px {
width: calc(485 * 1px);
max-width: calc(485 * 1px);
}
.width-490px {
width: calc(490 * 1px);
max-width: calc(490 * 1px);
}
.width-495px {
width: calc(495 * 1px);
max-width: calc(495 * 1px);
}
.width-500px {
width: calc(500 * 1px);
max-width: calc(500 * 1px);
}
.width-510px {
width: calc(510 * 1px);
max-width: calc(510 * 1px);
}
.width-515px {
width: calc(515 * 1px);
max-width: calc(515 * 1px);
}
.width-520px {
width: calc(520 * 1px);
max-width: calc(520 * 1px);
}
.width-525px {
width: calc(525 * 1px);
max-width: calc(525 * 1px);
}
.width-530px {
width: calc(530 * 1px);
max-width: calc(530 * 1px);
}
.width-535px {
width: calc(535 * 1px);
max-width: calc(535 * 1px);
}
.width-540px {
width: calc(540 * 1px);
max-width: calc(540 * 1px);
}
.width-545px {
width: calc(545 * 1px);
max-width: calc(545 * 1px);
}
.width-550px {
width: calc(550 * 1px);
max-width: calc(550 * 1px);
}
.width-555px {
width: calc(555 * 1px);
max-width: calc(555 * 1px);
}
.width-560px {
width: calc(560 * 1px);
max-width: calc(560 * 1px);
}
.width-565px {
width: calc(565 * 1px);
max-width: calc(565 * 1px);
}
.width-570px {
width: calc(570 * 1px);
max-width: calc(570 * 1px);
}
.width-575px {
width: calc(575 * 1px);
max-width: calc(575 * 1px);
}
.width-580px {
width: calc(580 * 1px);
max-width: calc(580 * 1px);
}
.width-585px {
width: calc(585 * 1px);
max-width: calc(585 * 1px);
}
.width-590px {
width: calc(590 * 1px);
max-width: calc(590 * 1px);
}
.width-595px {
width: calc(595 * 1px);
max-width: calc(595 * 1px);
}
.width-600px {
width: calc(600 * 1px);
max-width: calc(600 * 1px);
}
.width-610px {
width: calc(610 * 1px);
max-width: calc(610 * 1px);
}
.width-615px {
width: calc(615 * 1px);
max-width: calc(615 * 1px);
}
.width-620px {
width: calc(620 * 1px);
max-width: calc(620 * 1px);
}
.width-625px {
width: calc(625 * 1px);
max-width: calc(625 * 1px);
}
.width-630px {
width: calc(630 * 1px);
max-width: calc(630 * 1px);
}
.width-635px {
width: calc(635 * 1px);
max-width: calc(635 * 1px);
}
.width-640px {
width: calc(640 * 1px);
max-width: calc(640 * 1px);
}
.width-645px {
width: calc(645 * 1px);
max-width: calc(645 * 1px);
}
.width-650px {
width: calc(650 * 1px);
max-width: calc(650 * 1px);
}
.width-655px {
width: calc(655 * 1px);
max-width: calc(655 * 1px);
}
.width-660px {
width: calc(660 * 1px);
max-width: calc(660 * 1px);
}
.width-665px {
width: calc(665 * 1px);
max-width: calc(665 * 1px);
}
.width-670px {
width: calc(670 * 1px);
max-width: calc(670 * 1px);
}
.width-675px {
width: calc(675 * 1px);
max-width: calc(675 * 1px);
}
.width-680px {
width: calc(680 * 1px);
max-width: calc(680 * 1px);
}
.width-685px {
width: calc(685 * 1px);
max-width: calc(685 * 1px);
}
.width-690px {
width: calc(690 * 1px);
max-width: calc(690 * 1px);
}
.width-695px {
width: calc(695 * 1px);
max-width: calc(695 * 1px);
}
.width-0 {
width: calc(0 * 1%);
}
.width-10 {
width: calc(10 * 1%);
}
.width-20 {
width: calc(20 * 1%);
}
.width-30 {
width: calc(30 * 1%);
}
.width-40 {
width: calc(40 * 1%);
}
.width-50 {
width: calc(50 * 1%);
}
.width-60 {
width: calc(60 * 1%);
}
.width-70 {
width: calc(70 * 1%);
}
.width-80 {
width: calc(80 * 1%);
}
.width-90 {
width: calc(90 * 1%);
}
.width-100 {
width: calc(100 * 1%);
}
.margin-no {
margin: 0px;
}
.margin-x {
margin-right: 0px;
margin-left: 0px;
}
.margin-y {
margin-top: 0px;
margin-bottom: 0px;
}
.margin-0 {
margin: 0px;
}
.margin-top-0 {
margin-top: 0px;
}
.margin-right-0 {
margin-right: 0px;
}
.margin-bottom-0 {
margin-bottom: 0px;
}
.margin-left-0 {
margin-left: 0px;
}
.margin-2 {
margin: 2px;
}
.margin-top-2 {
margin-top: 2px;
}
.margin-right-2 {
margin-right: 2px;
}
.margin-bottom-2 {
margin-bottom: 2px;
}
.margin-left-2 {
margin-left: 2px;
}
.margin-4 {
margin: 4px;
}
.margin-top-4 {
margin-top: 4px;
}
.margin-right-4 {
margin-right: 4px;
}
.margin-bottom-4 {
margin-bottom: 4px;
}
.margin-left-4 {
margin-left: 4px;
}
.margin-6 {
margin: 6px;
}
.margin-top-6 {
margin-top: 6px;
}
.margin-right-6 {
margin-right: 6px;
}
.margin-bottom-6 {
margin-bottom: 6px;
}
.margin-left-6 {
margin-left: 6px;
}
.margin-8 {
margin: 8px;
}
.margin-top-8 {
margin-top: 8px;
}
.margin-right-8 {
margin-right: 8px;
}
.margin-bottom-8 {
margin-bottom: 8px;
}
.margin-left-8 {
margin-left: 8px;
}
.margin-10 {
margin: 10px;
}
.margin-top-10 {
margin-top: 10px;
}
.margin-right-10 {
margin-right: 10px;
}
.margin-bottom-10 {
margin-bottom: 10px;
}
.margin-left-10 {
margin-left: 10px;
}
.margin-12 {
margin: 12px;
}
.margin-top-12 {
margin-top: 12px;
}
.margin-right-12 {
margin-right: 12px;
}
.margin-bottom-12 {
margin-bottom: 12px;
}
.margin-left-12 {
margin-left: 12px;
}
.margin-13 {
margin: 13px;
}
.margin-top-13 {
margin-top: 13px;
}
.margin-right-13 {
margin-right: 13px;
}
.margin-bottom-13 {
margin-bottom: 13px;
}
.margin-left-13 {
margin-left: 13px;
}
.margin-14 {
margin: 14px;
}
.margin-top-14 {
margin-top: 14px;
}
.margin-right-14 {
margin-right: 14px;
}
.margin-bottom-14 {
margin-bottom: 14px;
}
.margin-left-14 {
margin-left: 14px;
}
.margin-16 {
margin: 16px;
}
.margin-top-16 {
margin-top: 16px;
}
.margin-right-16 {
margin-right: 16px;
}
.margin-bottom-16 {
margin-bottom: 16px;
}
.margin-left-16 {
margin-left: 16px;
}
.margin-17 {
margin: 17px;
}
.margin-top-17 {
margin-top: 17px;
}
.margin-right-17 {
margin-right: 17px;
}
.margin-bottom-17 {
margin-bottom: 17px;
}
.margin-left-17 {
margin-left: 17px;
}
.margin-18 {
margin: 18px;
}
.margin-top-18 {
margin-top: 18px;
}
.margin-right-18 {
margin-right: 18px;
}
.margin-bottom-18 {
margin-bottom: 18px;
}
.margin-left-18 {
margin-left: 18px;
}
.margin-20 {
margin: 20px;
}
.margin-top-20 {
margin-top: 20px;
}
.margin-right-20 {
margin-right: 20px;
}
.margin-bottom-20 {
margin-bottom: 20px;
}
.margin-left-20 {
margin-left: 20px;
}
.margin-21 {
margin: 21px;
}
.margin-top-21 {
margin-top: 21px;
}
.margin-right-21 {
margin-right: 21px;
}
.margin-bottom-21 {
margin-bottom: 21px;
}
.margin-left-21 {
margin-left: 21px;
}
.margin-22 {
margin: 22px;
}
.margin-top-22 {
margin-top: 22px;
}
.margin-right-22 {
margin-right: 22px;
}
.margin-bottom-22 {
margin-bottom: 22px;
}
.margin-left-22 {
margin-left: 22px;
}
.margin-24 {
margin: 24px;
}
.margin-top-24 {
margin-top: 24px;
}
.margin-right-24 {
margin-right: 24px;
}
.margin-bottom-24 {
margin-bottom: 24px;
}
.margin-left-24 {
margin-left: 24px;
}
.margin-25 {
margin: 25px;
}
.margin-top-25 {
margin-top: 25px;
}
.margin-right-25 {
margin-right: 25px;
}
.margin-bottom-25 {
margin-bottom: 25px;
}
.margin-left-25 {
margin-left: 25px;
}
.margin-26 {
margin: 26px;
}
.margin-top-26 {
margin-top: 26px;
}
.margin-right-26 {
margin-right: 26px;
}
.margin-bottom-26 {
margin-bottom: 26px;
}
.margin-left-26 {
margin-left: 26px;
}
.margin-28 {
margin: 28px;
}
.margin-top-28 {
margin-top: 28px;
}
.margin-right-28 {
margin-right: 28px;
}
.margin-bottom-28 {
margin-bottom: 28px;
}
.margin-left-28 {
margin-left: 28px;
}
.margin-30 {
margin: 30px;
}
.margin-top-30 {
margin-top: 30px;
}
.margin-right-30 {
margin-right: 30px;
}
.margin-bottom-30 {
margin-bottom: 30px;
}
.margin-left-30 {
margin-left: 30px;
}
.margin-32 {
margin: 32px;
}
.margin-top-32 {
margin-top: 32px;
}
.margin-right-32 {
margin-right: 32px;
}
.margin-bottom-32 {
margin-bottom: 32px;
}
.margin-left-32 {
margin-left: 32px;
}
.margin-34 {
margin: 34px;
}
.margin-top-34 {
margin-top: 34px;
}
.margin-right-34 {
margin-right: 34px;
}
.margin-bottom-34 {
margin-bottom: 34px;
}
.margin-left-34 {
margin-left: 34px;
}
.margin-36 {
margin: 36px;
}
.margin-top-36 {
margin-top: 36px;
}
.margin-right-36 {
margin-right: 36px;
}
.margin-bottom-36 {
margin-bottom: 36px;
}
.margin-left-36 {
margin-left: 36px;
}
.margin-38 {
margin: 38px;
}
.margin-top-38 {
margin-top: 38px;
}
.margin-right-38 {
margin-right: 38px;
}
.margin-bottom-38 {
margin-bottom: 38px;
}
.margin-left-38 {
margin-left: 38px;
}
.margin-40 {
margin: 40px;
}
.margin-top-40 {
margin-top: 40px;
}
.margin-right-40 {
margin-right: 40px;
}
.margin-bottom-40 {
margin-bottom: 40px;
}
.margin-left-40 {
margin-left: 40px;
}
.margin-42 {
margin: 42px;
}
.margin-top-42 {
margin-top: 42px;
}
.margin-right-42 {
margin-right: 42px;
}
.margin-bottom-42 {
margin-bottom: 42px;
}
.margin-left-42 {
margin-left: 42px;
}
.margin-44 {
margin: 44px;
}
.margin-top-44 {
margin-top: 44px;
}
.margin-right-44 {
margin-right: 44px;
}
.margin-bottom-44 {
margin-bottom: 44px;
}
.margin-left-44 {
margin-left: 44px;
}
.margin-46 {
margin: 46px;
}
.margin-top-46 {
margin-top: 46px;
}
.margin-right-46 {
margin-right: 46px;
}
.margin-bottom-46 {
margin-bottom: 46px;
}
.margin-left-46 {
margin-left: 46px;
}
.margin-48 {
margin: 48px;
}
.margin-top-48 {
margin-top: 48px;
}
.margin-right-48 {
margin-right: 48px;
}
.margin-bottom-48 {
margin-bottom: 48px;
}
.margin-left-48 {
margin-left: 48px;
}
.margin-50 {
margin: 50px;
}
.margin-top-50 {
margin-top: 50px;
}
.margin-right-50 {
margin-right: 50px;
}
.margin-bottom-50 {
margin-bottom: 50px;
}
.margin-left-50 {
margin-left: 50px;
}
.padding-no {
padding: 0px;
}
.padding-x {
padding-right: 0px;
padding-left: 0px;
}
.padding-y {
padding-top: 0px;
padding-bottom: 0px;
}
.padding-0 {
padding: 0px;
}
.padding-top-0 {
padding-top: 0px;
}
.padding-right-0 {
padding-right: 0px;
}
.padding-bottom-0 {
padding-bottom: 0px;
}
.padding-left-0 {
padding-left: 0px;
}
.padding-2 {
padding: 2px;
}
.padding-top-2 {
padding-top: 2px;
}
.padding-right-2 {
padding-right: 2px;
}
.padding-bottom-2 {
padding-bottom: 2px;
}
.padding-left-2 {
padding-left: 2px;
}
.padding-4 {
padding: 4px;
}
.padding-top-4 {
padding-top: 4px;
}
.padding-right-4 {
padding-right: 4px;
}
.padding-bottom-4 {
padding-bottom: 4px;
}
.padding-left-4 {
padding-left: 4px;
}
.padding-6 {
padding: 6px;
}
.padding-top-6 {
padding-top: 6px;
}
.padding-right-6 {
padding-right: 6px;
}
.padding-bottom-6 {
padding-bottom: 6px;
}
.padding-left-6 {
padding-left: 6px;
}
.padding-8 {
padding: 8px;
}
.padding-top-8 {
padding-top: 8px;
}
.padding-right-8 {
padding-right: 8px;
}
.padding-bottom-8 {
padding-bottom: 8px;
}
.padding-left-8 {
padding-left: 8px;
}
.padding-10 {
padding: 10px;
}
.padding-top-10 {
padding-top: 10px;
}
.padding-right-10 {
padding-right: 10px;
}
.padding-bottom-10 {
padding-bottom: 10px;
}
.padding-left-10 {
padding-left: 10px;
}
.padding-12 {
padding: 12px;
}
.padding-top-12 {
padding-top: 12px;
}
.padding-right-12 {
padding-right: 12px;
}
.padding-bottom-12 {
padding-bottom: 12px;
}
.padding-left-12 {
padding-left: 12px;
}
.padding-13 {
padding: 13px;
}
.padding-top-13 {
padding-top: 13px;
}
.padding-right-13 {
padding-right: 13px;
}
.padding-bottom-13 {
padding-bottom: 13px;
}
.padding-left-13 {
padding-left: 13px;
}
.padding-14 {
padding: 14px;
}
.padding-top-14 {
padding-top: 14px;
}
.padding-right-14 {
padding-right: 14px;
}
.padding-bottom-14 {
padding-bottom: 14px;
}
.padding-left-14 {
padding-left: 14px;
}
.padding-16 {
padding: 16px;
}
.padding-top-16 {
padding-top: 16px;
}
.padding-right-16 {
padding-right: 16px;
}
.padding-bottom-16 {
padding-bottom: 16px;
}
.padding-left-16 {
padding-left: 16px;
}
.padding-17 {
padding: 17px;
}
.padding-top-17 {
padding-top: 17px;
}
.padding-right-17 {
padding-right: 17px;
}
.padding-bottom-17 {
padding-bottom: 17px;
}
.padding-left-17 {
padding-left: 17px;
}
.padding-18 {
padding: 18px;
}
.padding-top-18 {
padding-top: 18px;
}
.padding-right-18 {
padding-right: 18px;
}
.padding-bottom-18 {
padding-bottom: 18px;
}
.padding-left-18 {
padding-left: 18px;
}
.padding-20 {
padding: 20px;
}
.padding-top-20 {
padding-top: 20px;
}
.padding-right-20 {
padding-right: 20px;
}
.padding-bottom-20 {
padding-bottom: 20px;
}
.padding-left-20 {
padding-left: 20px;
}
.padding-21 {
padding: 21px;
}
.padding-top-21 {
padding-top: 21px;
}
.padding-right-21 {
padding-right: 21px;
}
.padding-bottom-21 {
padding-bottom: 21px;
}
.padding-left-21 {
padding-left: 21px;
}
.padding-22 {
padding: 22px;
}
.padding-top-22 {
padding-top: 22px;
}
.padding-right-22 {
padding-right: 22px;
}
.padding-bottom-22 {
padding-bottom: 22px;
}
.padding-left-22 {
padding-left: 22px;
}
.padding-24 {
padding: 24px;
}
.padding-top-24 {
padding-top: 24px;
}
.padding-right-24 {
padding-right: 24px;
}
.padding-bottom-24 {
padding-bottom: 24px;
}
.padding-left-24 {
padding-left: 24px;
}
.padding-25 {
padding: 25px;
}
.padding-top-25 {
padding-top: 25px;
}
.padding-right-25 {
padding-right: 25px;
}
.padding-bottom-25 {
padding-bottom: 25px;
}
.padding-left-25 {
padding-left: 25px;
}
.padding-26 {
padding: 26px;
}
.padding-top-26 {
padding-top: 26px;
}
.padding-right-26 {
padding-right: 26px;
}
.padding-bottom-26 {
padding-bottom: 26px;
}
.padding-left-26 {
padding-left: 26px;
}
.padding-28 {
padding: 28px;
}
.padding-top-28 {
padding-top: 28px;
}
.padding-right-28 {
padding-right: 28px;
}
.padding-bottom-28 {
padding-bottom: 28px;
}
.padding-left-28 {
padding-left: 28px;
}
.padding-30 {
padding: 30px;
}
.padding-top-30 {
padding-top: 30px;
}
.padding-right-30 {
padding-right: 30px;
}
.padding-bottom-30 {
padding-bottom: 30px;
}
.padding-left-30 {
padding-left: 30px;
}
.padding-32 {
padding: 32px;
}
.padding-top-32 {
padding-top: 32px;
}
.padding-right-32 {
padding-right: 32px;
}
.padding-bottom-32 {
padding-bottom: 32px;
}
.padding-left-32 {
padding-left: 32px;
}
.padding-34 {
padding: 34px;
}
.padding-top-34 {
padding-top: 34px;
}
.padding-right-34 {
padding-right: 34px;
}
.padding-bottom-34 {
padding-bottom: 34px;
}
.padding-left-34 {
padding-left: 34px;
}
.padding-36 {
padding: 36px;
}
.padding-top-36 {
padding-top: 36px;
}
.padding-right-36 {
padding-right: 36px;
}
.padding-bottom-36 {
padding-bottom: 36px;
}
.padding-left-36 {
padding-left: 36px;
}
.padding-38 {
padding: 38px;
}
.padding-top-38 {
padding-top: 38px;
}
.padding-right-38 {
padding-right: 38px;
}
.padding-bottom-38 {
padding-bottom: 38px;
}
.padding-left-38 {
padding-left: 38px;
}
.padding-40 {
padding: 40px;
}
.padding-top-40 {
padding-top: 40px;
}
.padding-right-40 {
padding-right: 40px;
}
.padding-bottom-40 {
padding-bottom: 40px;
}
.padding-left-40 {
padding-left: 40px;
}
.padding-42 {
padding: 42px;
}
.padding-top-42 {
padding-top: 42px;
}
.padding-right-42 {
padding-right: 42px;
}
.padding-bottom-42 {
padding-bottom: 42px;
}
.padding-left-42 {
padding-left: 42px;
}
.padding-44 {
padding: 44px;
}
.padding-top-44 {
padding-top: 44px;
}
.padding-right-44 {
padding-right: 44px;
}
.padding-bottom-44 {
padding-bottom: 44px;
}
.padding-left-44 {
padding-left: 44px;
}
.padding-46 {
padding: 46px;
}
.padding-top-46 {
padding-top: 46px;
}
.padding-right-46 {
padding-right: 46px;
}
.padding-bottom-46 {
padding-bottom: 46px;
}
.padding-left-46 {
padding-left: 46px;
}
.padding-48 {
padding: 48px;
}
.padding-top-48 {
padding-top: 48px;
}
.padding-right-48 {
padding-right: 48px;
}
.padding-bottom-48 {
padding-bottom: 48px;
}
.padding-left-48 {
padding-left: 48px;
}
.padding-50 {
padding: 50px;
}
.padding-top-50 {
padding-top: 50px;
}
.padding-right-50 {
padding-right: 50px;
}
.padding-bottom-50 {
padding-bottom: 50px;
}
.padding-left-50 {
padding-left: 50px;
}
.flex {
display: flex;
}
.flex-align-items-stretch {
align-items: stretch;
}
.flex-align-items-center {
align-items: center;
}
.flex-align-items-flex-start {
align-items: flex-start;
}
.flex-align-items-flex-end {
align-items: flex-end;
}
.flex-align-items-baseline {
align-items: baseline;
}
.flex-justify-content-flex-start {
justify-content: flex-start;
}
.flex-justify-content-flex-end {
justify-content: flex-end;
}
.flex-justify-content-center {
justify-content: center;
}
.flex-justify-content-space-between {
justify-content: space-between;
}
.flex-justify-content-space-around {
justify-content: space-around;
}
.flex-justify-content-space-evenly {
justify-content: space-evenly;
}
.flex-direction-row {
flex-direction: row;
}
.flex-direction-row-reverse {
flex-direction: row-reverse;
}
.flex-direction-column {
flex-direction: column;
}
.flex-direction-column-reverse {
flex-direction: column-reverse;
}
.flex-grow-0 {
flex-grow: 0;
}
.flex-grow-1 {
flex-grow: 1;
}
.flex-grow-2 {
flex-grow: 2;
}
.flex-grow-3 {
flex-grow: 3;
}
.flex-grow-4 {
flex-grow: 4;
}
.flex-grow-5 {
flex-grow: 5;
}
.flex-grow-6 {
flex-grow: 6;
}
.flex-grow-7 {
flex-grow: 7;
}
.flex-grow-8 {
flex-grow: 8;
}
.flex-grow-9 {
flex-grow: 9;
}
.flex-grow-10 {
flex-grow: 10;
}
.flex-grow-11 {
flex-grow: 11;
}
.flex-grow-12 {
flex-grow: 12;
}
.flex-grow-13 {
flex-grow: 13;
}
.flex-grow-14 {
flex-grow: 14;
}
.flex-grow-15 {
flex-grow: 15;
}
.flex-grow-16 {
flex-grow: 16;
}
.flex-grow-17 {
flex-grow: 17;
}
.flex-grow-18 {
flex-grow: 18;
}
.flex-grow-19 {
flex-grow: 19;
}
.flex-grow-20 {
flex-grow: 20;
}
.flex-wrap {
flex-wrap: wrap;
}
.position-static {
position: static;
}
.position-relative {
position: relative;
}
.position-fixed {
position: fixed;
}
.position-absolute {
position: absolute;
}
.position-sticky {
position: sticky;
}
.display-none {
display: none;
}
.display-inline {
display: inline;
}
.display-block {
display: block;
}
.display-inline-block {
display: inline-block;
}
.block {
display: block;
}
.container {
position: relative;
width: 100%;
}
.container-boxed {
width: 70%;
max-width: 1200px;
margin: 0 auto;
}
@media (max-width: 1024px) {
.container-boxed {
width: 100%;
margin: unset;
}
}
.column-1,
.col-1 {
width: calc((1 / 12) * 100%);
}
.column-2,
.col-2 {
width: calc((2 / 12) * 100%);
}
.column-3,
.col-3 {
width: calc((3 / 12) * 100%);
}
.column-4,
.col-4 {
width: calc((4 / 12) * 100%);
}
.column-5,
.col-5 {
width: calc((5 / 12) * 100%);
}
.column-6,
.col-6 {
width: calc((6 / 12) * 100%);
}
.column-7,
.col-7 {
width: calc((7 / 12) * 100%);
}
.column-8,
.col-8 {
width: calc((8 / 12) * 100%);
}
.column-9,
.col-9 {
width: calc((9 / 12) * 100%);
}
.column-10,
.col-10 {
width: calc((10 / 12) * 100%);
}
.column-11,
.col-11 {
width: calc((11 / 12) * 100%);
}
.column-12,
.col-12 {
width: calc((12 / 12) * 100%);
}
.column-sm-1,
.col-sm-1 {
width: 100%;
}
@media (max-width: 425px) {
.column-sm-1,
.col-sm-1 {
width: calc((1 / 12) * 100%);
}
}
.column-sm-2,
.col-sm-2 {
width: 100%;
}
@media (max-width: 425px) {
.column-sm-2,
.col-sm-2 {
width: calc((2 / 12) * 100%);
}
}
.column-sm-3,
.col-sm-3 {
width: 100%;
}
@media (max-width: 425px) {
.column-sm-3,
.col-sm-3 {
width: calc((3 / 12) * 100%);
}
}
.column-sm-4,
.col-sm-4 {
width: 100%;
}
@media (max-width: 425px) {
.column-sm-4,
.col-sm-4 {
width: calc((4 / 12) * 100%);
}
}
.column-sm-5,
.col-sm-5 {
width: 100%;
}
@media (max-width: 425px) {
.column-sm-5,
.col-sm-5 {
width: calc((5 / 12) * 100%);
}
}
.column-sm-6,
.col-sm-6 {
width: 100%;
}
@media (max-width: 425px) {
.column-sm-6,
.col-sm-6 {
width: calc((6 / 12) * 100%);
}
}
.column-sm-7,
.col-sm-7 {
width: 100%;
}
@media (max-width: 425px) {
.column-sm-7,
.col-sm-7 {
width: calc((7 / 12) * 100%);
}
}
.column-sm-8,
.col-sm-8 {
width: 100%;
}
@media (max-width: 425px) {
.column-sm-8,
.col-sm-8 {
width: calc((8 / 12) * 100%);
}
}
.column-sm-9,
.col-sm-9 {
width: 100%;
}
@media (max-width: 425px) {
.column-sm-9,
.col-sm-9 {
width: calc((9 / 12) * 100%);
}
}
.column-sm-10,
.col-sm-10 {
width: 100%;
}
@media (max-width: 425px) {
.column-sm-10,
.col-sm-10 {
width: calc((10 / 12) * 100%);
}
}
.column-sm-11,
.col-sm-11 {
width: 100%;
}
@media (max-width: 425px) {
.column-sm-11,
.col-sm-11 {
width: calc((11 / 12) * 100%);
}
}
.column-sm-12,
.col-sm-12 {
width: 100%;
}
@media (max-width: 425px) {
.column-sm-12,
.col-sm-12 {
width: calc((12 / 12) * 100%);
}
}
.column-md-1,
.col-md-1 {
width: 100%;
}
@media (min-width: calc(425px + 1px)) {
.column-md-1,
.col-md-1 {
width: calc((1 / 12) * 100%);
}
}
.column-md-2,
.col-md-2 {
width: 100%;
}
@media (min-width: calc(425px + 1px)) {
.column-md-2,
.col-md-2 {
width: calc((2 / 12) * 100%);
}
}
.column-md-3,
.col-md-3 {
width: 100%;
}
@media (min-width: calc(425px + 1px)) {
.column-md-3,
.col-md-3 {
width: calc((3 / 12) * 100%);
}
}
.column-md-4,
.col-md-4 {
width: 100%;
}
@media (min-width: calc(425px + 1px)) {
.column-md-4,
.col-md-4 {
width: calc((4 / 12) * 100%);
}
}
.column-md-5,
.col-md-5 {
width: 100%;
}
@media (min-width: calc(425px + 1px)) {
.column-md-5,
.col-md-5 {
width: calc((5 / 12) * 100%);
}
}
.column-md-6,
.col-md-6 {
width: 100%;
}
@media (min-width: calc(425px + 1px)) {
.column-md-6,
.col-md-6 {
width: calc((6 / 12) * 100%);
}
}
.column-md-7,
.col-md-7 {
width: 100%;
}
@media (min-width: calc(425px + 1px)) {
.column-md-7,
.col-md-7 {
width: calc((7 / 12) * 100%);
}
}
.column-md-8,
.col-md-8 {
width: 100%;
}
@media (min-width: calc(425px + 1px)) {
.column-md-8,
.col-md-8 {
width: calc((8 / 12) * 100%);
}
}
.column-md-9,
.col-md-9 {
width: 100%;
}
@media (min-width: calc(425px + 1px)) {
.column-md-9,
.col-md-9 {
width: calc((9 / 12) * 100%);
}
}
.column-md-10,
.col-md-10 {
width: 100%;
}
@media (min-width: calc(425px + 1px)) {
.column-md-10,
.col-md-10 {
width: calc((10 / 12) * 100%);
}
}
.column-md-11,
.col-md-11 {
width: 100%;
}
@media (min-width: calc(425px + 1px)) {
.column-md-11,
.col-md-11 {
width: calc((11 / 12) * 100%);
}
}
.column-md-12,
.col-md-12 {
width: 100%;
}
@media (min-width: calc(425px + 1px)) {
.column-md-12,
.col-md-12 {
width: calc((12 / 12) * 100%);
}
}
.column-lg-1,
.col-lg-1 {
width: 100%;
}
@media (min-width: calc(768px + 1px)) {
.column-lg-1,
.col-lg-1 {
width: calc((1 / 12) * 100%);
}
}
.column-lg-2,
.col-lg-2 {
width: 100%;
}
@media (min-width: calc(768px + 1px)) {
.column-lg-2,
.col-lg-2 {
width: calc((2 / 12) * 100%);
}
}
.column-lg-3,
.col-lg-3 {
width: 100%;
}
@media (min-width: calc(768px + 1px)) {
.column-lg-3,
.col-lg-3 {
width: calc((3 / 12) * 100%);
}
}
.column-lg-4,
.col-lg-4 {
width: 100%;
}
@media (min-width: calc(768px + 1px)) {
.column-lg-4,
.col-lg-4 {
width: calc((4 / 12) * 100%);
}
}
.column-lg-5,
.col-lg-5 {
width: 100%;
}
@media (min-width: calc(768px + 1px)) {
.column-lg-5,
.col-lg-5 {
width: calc((5 / 12) * 100%);
}
}
.column-lg-6,
.col-lg-6 {
width: 100%;
}
@media (min-width: calc(768px + 1px)) {
.column-lg-6,
.col-lg-6 {
width: calc((6 / 12) * 100%);
}
}
.column-lg-7,
.col-lg-7 {
width: 100%;
}
@media (min-width: calc(768px + 1px)) {
.column-lg-7,
.col-lg-7 {
width: calc((7 / 12) * 100%);
}
}
.column-lg-8,
.col-lg-8 {
width: 100%;
}
@media (min-width: calc(768px + 1px)) {
.column-lg-8,
.col-lg-8 {
width: calc((8 / 12) * 100%);
}
}
.column-lg-9,
.col-lg-9 {
width: 100%;
}
@media (min-width: calc(768px + 1px)) {
.column-lg-9,
.col-lg-9 {
width: calc((9 / 12) * 100%);
}
}
.column-lg-10,
.col-lg-10 {
width: 100%;
}
@media (min-width: calc(768px + 1px)) {
.column-lg-10,
.col-lg-10 {
width: calc((10 / 12) * 100%);
}
}
.column-lg-11,
.col-lg-11 {
width: 100%;
}
@media (min-width: calc(768px + 1px)) {
.column-lg-11,
.col-lg-11 {
width: calc((11 / 12) * 100%);
}
}
.column-lg-12,
.col-lg-12 {
width: 100%;
}
@media (min-width: calc(768px + 1px)) {
.column-lg-12,
.col-lg-12 {
width: calc((12 / 12) * 100%);
}
}
.table {
width: 100%;
border-collapse: collapse;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: #f0f0f0;
}
.table thead {
border-bottom: 2px solid #1e2124;
}
.table tbody tr {
border-bottom: 1px solid #d0d4d7;
}
.table th,
.table td {
padding: 10px;
}
.button,
.btn {
border: 0px;
border-radius: 4px;
background-color: #1366f5;
color: #f7f8f9;
padding: 8px 16px;
font-size: 16px;
}
.button:hover,
.btn:hover {
cursor: pointer;
background-color: #0a5ae4;
}
.button:active,
.btn:active {
background-color: #2b75f6;
}
.button:focus,
.button:focus-visible,
.btn:focus,
.btn:focus-visible {
outline: none;
border-width: 0px;
}
.button-link,
.btn-link {
background-color: #f7f8f9;
color: #1e2124;
}
.button-link:hover,
.btn-link:hover {
text-decoration: underline;
background-color: unset;
}
.button-link:active,
.btn-link:active {
background-color: #dbdfe4;
}
.button-sm,
.btn-sm {
padding: 4px 12px;
font-size: 14px;
}
.button-md,
.btn-md {
padding: 8px 16px;
font-size: 16px;
}
.button-lg,
.btn-lg {
padding: 12px 18px;
font-size: 18px;
}
.button-primary,
.btn-primary {
background-color: #1366f5;
color: #f7f8f9;
}
.button-primary:hover,
.btn-primary:hover {
cursor: pointer;
background-color: #0a5ae4;
}
.button-primary:active,
.btn-primary:active {
background-color: #2b75f6;
}
.button-secondary,
.btn-secondary {
background-color: #616a71;
color: #f7f8f9;
}
.button-secondary:hover,
.btn-secondary:hover {
cursor: pointer;
background-color: #575f66;
}
.button-secondary:active,
.btn-secondary:active {
background-color: #6f7981;
}
.button-success,
.btn-success {
background-color: #1d7c4d;
color: #f7f8f9;
}
.button-success:hover,
.btn-success:hover {
cursor: pointer;
background-color: #1a7045;
}
.button-success:active,
.btn-success:active {
background-color: #24995f;
}
.button-danger,
.btn-danger {
background-color: #d52c40;
color: #f7f8f9;
}
.button-danger:hover,
.btn-danger:hover {
cursor: pointer;
background-color: #c12639;
}
.button-danger:active,
.btn-danger:active {
background-color: #d94153;
}
.button-warning,
.btn-warning {
background-color: #feb733;
color: #1e2124;
}
.button-warning:hover,
.btn-warning:hover {
cursor: pointer;
background-color: #feac15;
}
.button-warning:active,
.btn-warning:active {
background-color: #febe47;
}
.button-light,
.btn-light {
background-color: #f7f8f9;
color: #1e2124;
}
.button-light:hover,
.btn-light:hover {
cursor: pointer;
background-color: #dbdfe4;
}
.button-light:active,
.btn-light:active {
background-color: #f8f9fa;
}
.button-dark,
.btn-dark {
background-color: #1e2124;
color: #f7f8f9;
}
.button-dark:hover,
.btn-dark:hover {
cursor: pointer;
background-color: #1b1e20;
}
.button-dark:active,
.btn-dark:active {
background-color: #32373c;
}
input[type="date"].input,
input[type="datetime-local"].input,
input[type="email"].input,
input[type="month"].input,
input[type="number"].input,
input[type="password"].input,
input[type="tel"].input,
input[type="text"].input,
input[type="time"].input,
input[type="url"].input,
input[type="week"].input {
width: 100%;
padding: 8px 10px 6px 10px;
box-sizing: border-box;
font-size: 16px;
}
input[type="range"].input {
width: 100%;
box-sizing: border-box;
}
input[type="checkbox"].input,
input[type="radio"].input {
transform: scale(1.4);
}
.elevation-1 {
box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.elevation-2 {
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14),
0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.elevation-3 {
box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14),
0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.elevation-4 {
box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14),
0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.elevation-5 {
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14),
0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.elevation-6 {
box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14),
0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.elevation-7 {
box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14),
0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.elevation-8 {
box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14),
0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.elevation-9 {
box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14),
0px 9px 46px 8px rgba(0, 0, 0, 0.12);
} /*# sourceMappingURL=styles.css.map */ | test/css/styles.css | @import "normalize.css";
.background-primary,
.bg-primary {
background-color: #1366f5;
}
.background-primary-darker-90,
.background-primary-d-90,
.bg-primary-darker-90,
.bg-primary-d-90 {
background-color: #010a19;
}
.background-primary-darker-80,
.background-primary-d-80,
.bg-primary-darker-80,
.bg-primary-d-80 {
background-color: #021433;
}
.background-primary-darker-70,
.background-primary-d-70,
.bg-primary-darker-70,
.bg-primary-d-70 {
background-color: #031e4c;
}
.background-primary-darker-60,
.background-primary-d-60,
.bg-primary-darker-60,
.bg-primary-d-60 {
background-color: #042865;
}
.background-primary-darker-50,
.background-primary-d-50,
.bg-primary-darker-50,
.bg-primary-d-50 {
background-color: #05327f;
}
.background-primary-darker-40,
.background-primary-d-40,
.bg-primary-darker-40,
.bg-primary-d-40 {
background-color: #063c98;
}
.background-primary-darker-30,
.background-primary-d-30,
.bg-primary-darker-30,
.bg-primary-d-30 {
background-color: #0846b1;
}
.background-primary-darker-20,
.background-primary-d-20,
.bg-primary-darker-20,
.bg-primary-d-20 {
background-color: #0950cb;
}
.background-primary-darker-10,
.background-primary-d-10,
.bg-primary-darker-10,
.bg-primary-d-10 {
background-color: #0a5ae4;
}
.background-primary-lighter-10,
.background-primary-l-10,
.bg-primary-lighter-10,
.bg-primary-l-10 {
background-color: #2b75f6;
}
.background-primary-lighter-20,
.background-primary-l-20,
.bg-primary-lighter-20,
.bg-primary-l-20 {
background-color: #4285f7;
}
.background-primary-lighter-30,
.background-primary-l-30,
.bg-primary-lighter-30,
.bg-primary-l-30 {
background-color: #5a94f8;
}
.background-primary-lighter-40,
.background-primary-l-40,
.bg-primary-lighter-40,
.bg-primary-l-40 {
background-color: #71a3f9;
}
.background-primary-lighter-50,
.background-primary-l-50,
.bg-primary-lighter-50,
.bg-primary-l-50 {
background-color: #89b3fa;
}
.background-primary-lighter-60,
.background-primary-l-60,
.bg-primary-lighter-60,
.bg-primary-l-60 {
background-color: #a1c2fb;
}
.background-primary-lighter-70,
.background-primary-l-70,
.bg-primary-lighter-70,
.bg-primary-l-70 {
background-color: #b8d1fc;
}
.background-primary-lighter-80,
.background-primary-l-80,
.bg-primary-lighter-80,
.bg-primary-l-80 {
background-color: #d0e0fd;
}
.background-primary-lighter-90,
.background-primary-l-90,
.bg-primary-lighter-90,
.bg-primary-l-90 {
background-color: #e7f0fe;
}
.background-secondary,
.bg-secondary {
background-color: #616a71;
}
.background-secondary-darker-90,
.background-secondary-d-90,
.bg-secondary-darker-90,
.bg-secondary-d-90 {
background-color: #0a0b0b;
}
.background-secondary-darker-80,
.background-secondary-d-80,
.bg-secondary-darker-80,
.bg-secondary-d-80 {
background-color: #131517;
}
.background-secondary-darker-70,
.background-secondary-d-70,
.bg-secondary-darker-70,
.bg-secondary-d-70 {
background-color: #1d2022;
}
.background-secondary-darker-60,
.background-secondary-d-60,
.bg-secondary-darker-60,
.bg-secondary-d-60 {
background-color: #272a2d;
}
.background-secondary-darker-50,
.background-secondary-d-50,
.bg-secondary-darker-50,
.bg-secondary-d-50 {
background-color: #313539;
}
.background-secondary-darker-40,
.background-secondary-d-40,
.bg-secondary-darker-40,
.bg-secondary-d-40 {
background-color: #3a4044;
}
.background-secondary-darker-30,
.background-secondary-d-30,
.bg-secondary-darker-30,
.bg-secondary-d-30 {
background-color: #444a4f;
}
.background-secondary-darker-20,
.background-secondary-d-20,
.bg-secondary-darker-20,
.bg-secondary-d-20 {
background-color: #4e555a;
}
.background-secondary-darker-10,
.background-secondary-d-10,
.bg-secondary-darker-10,
.bg-secondary-d-10 {
background-color: #575f66;
}
.background-secondary-lighter-10,
.background-secondary-l-10,
.bg-secondary-lighter-10,
.bg-secondary-l-10 {
background-color: #6f7981;
}
.background-secondary-lighter-20,
.background-secondary-l-20,
.bg-secondary-lighter-20,
.bg-secondary-l-20 {
background-color: #7e8890;
}
.background-secondary-lighter-30,
.background-secondary-l-30,
.bg-secondary-lighter-30,
.bg-secondary-l-30 {
background-color: #8e979e;
}
.background-secondary-lighter-40,
.background-secondary-l-40,
.bg-secondary-lighter-40,
.bg-secondary-l-40 {
background-color: #9ea6ac;
}
.background-secondary-lighter-50,
.background-secondary-l-50,
.bg-secondary-lighter-50,
.bg-secondary-l-50 {
background-color: #aeb5ba;
}
.background-secondary-lighter-60,
.background-secondary-l-60,
.bg-secondary-lighter-60,
.bg-secondary-l-60 {
background-color: #bec4c8;
}
.background-secondary-lighter-70,
.background-secondary-l-70,
.bg-secondary-lighter-70,
.bg-secondary-l-70 {
background-color: #cfd2d5;
}
.background-secondary-lighter-80,
.background-secondary-l-80,
.bg-secondary-lighter-80,
.bg-secondary-l-80 {
background-color: #dfe1e3;
}
.background-secondary-lighter-90,
.background-secondary-l-90,
.bg-secondary-lighter-90,
.bg-secondary-l-90 {
background-color: #eff0f1;
}
.background-success,
.bg-success {
background-color: #1d7c4d;
}
.background-success-darker-90,
.background-success-d-90,
.bg-success-darker-90,
.bg-success-d-90 {
background-color: #030c08;
}
.background-success-darker-80,
.background-success-d-80,
.bg-success-darker-80,
.bg-success-d-80 {
background-color: #06190f;
}
.background-success-darker-70,
.background-success-d-70,
.bg-success-darker-70,
.bg-success-d-70 {
background-color: #092517;
}
.background-success-darker-60,
.background-success-d-60,
.bg-success-darker-60,
.bg-success-d-60 {
background-color: #0c321f;
}
.background-success-darker-50,
.background-success-d-50,
.bg-success-darker-50,
.bg-success-d-50 {
background-color: #0f3e27;
}
.background-success-darker-40,
.background-success-d-40,
.bg-success-darker-40,
.bg-success-d-40 {
background-color: #114a2e;
}
.background-success-darker-30,
.background-success-d-30,
.bg-success-darker-30,
.bg-success-d-30 {
background-color: #145736;
}
.background-success-darker-20,
.background-success-d-20,
.bg-success-darker-20,
.bg-success-d-20 {
background-color: #17633e;
}
.background-success-darker-10,
.background-success-d-10,
.bg-success-darker-10,
.bg-success-d-10 {
background-color: #1a7045;
}
.background-success-lighter-10,
.background-success-l-10,
.bg-success-lighter-10,
.bg-success-l-10 {
background-color: #24995f;
}
.background-success-lighter-20,
.background-success-l-20,
.bg-success-lighter-20,
.bg-success-l-20 {
background-color: #2bb671;
}
.background-success-lighter-30,
.background-success-l-30,
.bg-success-lighter-30,
.bg-success-l-30 {
background-color: #34d083;
}
.background-success-lighter-40,
.background-success-l-40,
.bg-success-lighter-40,
.bg-success-l-40 {
background-color: #51d695;
}
.background-success-lighter-50,
.background-success-l-50,
.bg-success-lighter-50,
.bg-success-l-50 {
background-color: #6edda6;
}
.background-success-lighter-60,
.background-success-l-60,
.bg-success-lighter-60,
.bg-success-l-60 {
background-color: #8be4b8;
}
.background-success-lighter-70,
.background-success-l-70,
.bg-success-lighter-70,
.bg-success-l-70 {
background-color: #a8ebca;
}
.background-success-lighter-80,
.background-success-l-80,
.bg-success-lighter-80,
.bg-success-l-80 {
background-color: #c5f1dc;
}
.background-success-lighter-90,
.background-success-l-90,
.bg-success-lighter-90,
.bg-success-l-90 {
background-color: #e2f8ed;
}
.background-danger,
.bg-danger {
background-color: #d52c40;
}
.background-danger-darker-90,
.background-danger-d-90,
.bg-danger-darker-90,
.bg-danger-d-90 {
background-color: #150406;
}
.background-danger-darker-80,
.background-danger-d-80,
.bg-danger-darker-80,
.bg-danger-d-80 {
background-color: #2b090d;
}
.background-danger-darker-70,
.background-danger-d-70,
.bg-danger-darker-70,
.bg-danger-d-70 {
background-color: #400d13;
}
.background-danger-darker-60,
.background-danger-d-60,
.bg-danger-darker-60,
.bg-danger-d-60 {
background-color: #561119;
}
.background-danger-darker-50,
.background-danger-d-50,
.bg-danger-darker-50,
.bg-danger-d-50 {
background-color: #6b151f;
}
.background-danger-darker-40,
.background-danger-d-40,
.bg-danger-darker-40,
.bg-danger-d-40 {
background-color: #811a26;
}
.background-danger-darker-30,
.background-danger-d-30,
.bg-danger-darker-30,
.bg-danger-d-30 {
background-color: #961e2c;
}
.background-danger-darker-20,
.background-danger-d-20,
.bg-danger-darker-20,
.bg-danger-d-20 {
background-color: #ab2232;
}
.background-danger-darker-10,
.background-danger-d-10,
.bg-danger-darker-10,
.bg-danger-d-10 {
background-color: #c12639;
}
.background-danger-lighter-10,
.background-danger-l-10,
.bg-danger-lighter-10,
.bg-danger-l-10 {
background-color: #d94153;
}
.background-danger-lighter-20,
.background-danger-l-20,
.bg-danger-lighter-20,
.bg-danger-l-20 {
background-color: #dd5666;
}
.background-danger-lighter-30,
.background-danger-l-30,
.bg-danger-lighter-30,
.bg-danger-l-30 {
background-color: #e26b79;
}
.background-danger-lighter-40,
.background-danger-l-40,
.bg-danger-lighter-40,
.bg-danger-l-40 {
background-color: #e6808c;
}
.background-danger-lighter-50,
.background-danger-l-50,
.bg-danger-lighter-50,
.bg-danger-l-50 {
background-color: #ea96a0;
}
.background-danger-lighter-60,
.background-danger-l-60,
.bg-danger-lighter-60,
.bg-danger-l-60 {
background-color: #eeabb3;
}
.background-danger-lighter-70,
.background-danger-l-70,
.bg-danger-lighter-70,
.bg-danger-l-70 {
background-color: #f2c0c6;
}
.background-danger-lighter-80,
.background-danger-l-80,
.bg-danger-lighter-80,
.bg-danger-l-80 {
background-color: #f7d5d9;
}
.background-danger-lighter-90,
.background-danger-l-90,
.bg-danger-lighter-90,
.bg-danger-l-90 {
background-color: #fbeaec;
}
.background-warning,
.bg-warning {
background-color: #feb733;
}
.background-warning-darker-90,
.background-warning-d-90,
.bg-warning-darker-90,
.bg-warning-d-90 {
background-color: #1e1400;
}
.background-warning-darker-80,
.background-warning-d-80,
.bg-warning-darker-80,
.bg-warning-d-80 {
background-color: #3d2800;
}
.background-warning-darker-70,
.background-warning-d-70,
.bg-warning-darker-70,
.bg-warning-d-70 {
background-color: #5b3b00;
}
.background-warning-darker-60,
.background-warning-d-60,
.bg-warning-darker-60,
.bg-warning-d-60 {
background-color: #794f01;
}
.background-warning-darker-50,
.background-warning-d-50,
.bg-warning-darker-50,
.bg-warning-d-50 {
background-color: #986301;
}
.background-warning-darker-40,
.background-warning-d-40,
.bg-warning-darker-40,
.bg-warning-d-40 {
background-color: #b67701;
}
.background-warning-darker-30,
.background-warning-d-30,
.bg-warning-darker-30,
.bg-warning-d-30 {
background-color: #d48b01;
}
.background-warning-darker-20,
.background-warning-d-20,
.bg-warning-darker-20,
.bg-warning-d-20 {
background-color: #f39e01;
}
.background-warning-darker-10,
.background-warning-d-10,
.bg-warning-darker-10,
.bg-warning-d-10 {
background-color: #feac15;
}
.background-warning-lighter-10,
.background-warning-l-10,
.bg-warning-lighter-10,
.bg-warning-l-10 {
background-color: #febe47;
}
.background-warning-lighter-20,
.background-warning-l-20,
.bg-warning-lighter-20,
.bg-warning-l-20 {
background-color: #fec55c;
}
.background-warning-lighter-30,
.background-warning-l-30,
.bg-warning-lighter-30,
.bg-warning-l-30 {
background-color: #fecd70;
}
.background-warning-lighter-40,
.background-warning-l-40,
.bg-warning-lighter-40,
.bg-warning-l-40 {
background-color: #fed485;
}
.background-warning-lighter-50,
.background-warning-l-50,
.bg-warning-lighter-50,
.bg-warning-l-50 {
background-color: #ffdb99;
}
.background-warning-lighter-60,
.background-warning-l-60,
.bg-warning-lighter-60,
.bg-warning-l-60 {
background-color: #ffe2ad;
}
.background-warning-lighter-70,
.background-warning-l-70,
.bg-warning-lighter-70,
.bg-warning-l-70 {
background-color: #ffe9c2;
}
.background-warning-lighter-80,
.background-warning-l-80,
.bg-warning-lighter-80,
.bg-warning-l-80 {
background-color: #fff1d6;
}
.background-warning-lighter-90,
.background-warning-l-90,
.bg-warning-lighter-90,
.bg-warning-l-90 {
background-color: #fff8eb;
}
.background-light,
.bg-light {
background-color: #f7f8f9;
}
.background-light-darker-90,
.background-light-d-90,
.bg-light-darker-90,
.bg-light-d-90 {
background-color: #15191c;
}
.background-light-darker-80,
.background-light-d-80,
.bg-light-darker-80,
.bg-light-d-80 {
background-color: #2b3239;
}
.background-light-darker-70,
.background-light-d-70,
.bg-light-darker-70,
.bg-light-d-70 {
background-color: #404a55;
}
.background-light-darker-60,
.background-light-d-60,
.bg-light-darker-60,
.bg-light-d-60 {
background-color: #556371;
}
.background-light-darker-50,
.background-light-d-50,
.bg-light-darker-50,
.bg-light-d-50 {
background-color: #6a7c8e;
}
.background-light-darker-40,
.background-light-d-40,
.bg-light-darker-40,
.bg-light-d-40 {
background-color: #8695a4;
}
.background-light-darker-30,
.background-light-d-30,
.bg-light-darker-30,
.bg-light-d-30 {
background-color: #a2aeb9;
}
.background-light-darker-20,
.background-light-d-20,
.bg-light-darker-20,
.bg-light-d-20 {
background-color: #bec6ce;
}
.background-light-darker-10,
.background-light-d-10,
.bg-light-darker-10,
.bg-light-d-10 {
background-color: #dbdfe4;
}
.background-light-lighter-10,
.background-light-l-10,
.bg-light-lighter-10,
.bg-light-l-10 {
background-color: #f8f9fa;
}
.background-light-lighter-20,
.background-light-l-20,
.bg-light-lighter-20,
.bg-light-l-20 {
background-color: #f9f9fa;
}
.background-light-lighter-30,
.background-light-l-30,
.bg-light-lighter-30,
.bg-light-l-30 {
background-color: #f9fafb;
}
.background-light-lighter-40,
.background-light-l-40,
.bg-light-lighter-40,
.bg-light-l-40 {
background-color: #fafbfb;
}
.background-light-lighter-50,
.background-light-l-50,
.bg-light-lighter-50,
.bg-light-l-50 {
background-color: #fbfcfc;
}
.background-light-lighter-60,
.background-light-l-60,
.bg-light-lighter-60,
.bg-light-l-60 {
background-color: #fcfcfd;
}
.background-light-lighter-70,
.background-light-l-70,
.bg-light-lighter-70,
.bg-light-l-70 {
background-color: #fdfdfd;
}
.background-light-lighter-80,
.background-light-l-80,
.bg-light-lighter-80,
.bg-light-l-80 {
background-color: #fdfefe;
}
.background-light-lighter-90,
.background-light-l-90,
.bg-light-lighter-90,
.bg-light-l-90 {
background-color: #fefefe;
}
.background-dark,
.bg-dark {
background-color: #1e2124;
}
.background-dark-darker-90,
.background-dark-d-90,
.bg-dark-darker-90,
.bg-dark-d-90 {
background-color: #030304;
}
.background-dark-darker-80,
.background-dark-d-80,
.bg-dark-darker-80,
.bg-dark-d-80 {
background-color: #060707;
}
.background-dark-darker-70,
.background-dark-d-70,
.bg-dark-darker-70,
.bg-dark-d-70 {
background-color: #090a0b;
}
.background-dark-darker-60,
.background-dark-d-60,
.bg-dark-darker-60,
.bg-dark-d-60 {
background-color: #0c0d0e;
}
.background-dark-darker-50,
.background-dark-d-50,
.bg-dark-darker-50,
.bg-dark-d-50 {
background-color: #0f1112;
}
.background-dark-darker-40,
.background-dark-d-40,
.bg-dark-darker-40,
.bg-dark-d-40 {
background-color: #121416;
}
.background-dark-darker-30,
.background-dark-d-30,
.bg-dark-darker-30,
.bg-dark-d-30 {
background-color: #151719;
}
.background-dark-darker-20,
.background-dark-d-20,
.bg-dark-darker-20,
.bg-dark-d-20 {
background-color: #181a1d;
}
.background-dark-darker-10,
.background-dark-d-10,
.bg-dark-darker-10,
.bg-dark-d-10 {
background-color: #1b1e20;
}
.background-dark-lighter-10,
.background-dark-l-10,
.bg-dark-lighter-10,
.bg-dark-l-10 {
background-color: #32373c;
}
.background-dark-lighter-20,
.background-dark-l-20,
.bg-dark-lighter-20,
.bg-dark-l-20 {
background-color: #464d54;
}
.background-dark-lighter-30,
.background-dark-l-30,
.bg-dark-lighter-30,
.bg-dark-l-30 {
background-color: #5b646d;
}
.background-dark-lighter-40,
.background-dark-l-40,
.bg-dark-lighter-40,
.bg-dark-l-40 {
background-color: #6f7a85;
}
.background-dark-lighter-50,
.background-dark-l-50,
.bg-dark-lighter-50,
.bg-dark-l-50 {
background-color: #86909a;
}
.background-dark-lighter-60,
.background-dark-l-60,
.bg-dark-lighter-60,
.bg-dark-l-60 {
background-color: #9ea6ae;
}
.background-dark-lighter-70,
.background-dark-l-70,
.bg-dark-lighter-70,
.bg-dark-l-70 {
background-color: #b6bcc2;
}
.background-dark-lighter-80,
.background-dark-l-80,
.bg-dark-lighter-80,
.bg-dark-l-80 {
background-color: #cfd3d7;
}
.background-dark-lighter-90,
.background-dark-l-90,
.bg-dark-lighter-90,
.bg-dark-l-90 {
background-color: #e7e9eb;
}
.color-primary {
color: #1366f5;
}
.color-primary-darker-90,
.color-primary-d-90 {
color: #010a19;
}
.color-primary-darker-80,
.color-primary-d-80 {
color: #021433;
}
.color-primary-darker-70,
.color-primary-d-70 {
color: #031e4c;
}
.color-primary-darker-60,
.color-primary-d-60 {
color: #042865;
}
.color-primary-darker-50,
.color-primary-d-50 {
color: #05327f;
}
.color-primary-darker-40,
.color-primary-d-40 {
color: #063c98;
}
.color-primary-darker-30,
.color-primary-d-30 {
color: #0846b1;
}
.color-primary-darker-20,
.color-primary-d-20 {
color: #0950cb;
}
.color-primary-darker-10,
.color-primary-d-10 {
color: #0a5ae4;
}
.color-primary-lighter-10,
.color-primary-l-10 {
color: #2b75f6;
}
.color-primary-lighter-20,
.color-primary-l-20 {
color: #4285f7;
}
.color-primary-lighter-30,
.color-primary-l-30 {
color: #5a94f8;
}
.color-primary-lighter-40,
.color-primary-l-40 {
color: #71a3f9;
}
.color-primary-lighter-50,
.color-primary-l-50 {
color: #89b3fa;
}
.color-primary-lighter-60,
.color-primary-l-60 {
color: #a1c2fb;
}
.color-primary-lighter-70,
.color-primary-l-70 {
color: #b8d1fc;
}
.color-primary-lighter-80,
.color-primary-l-80 {
color: #d0e0fd;
}
.color-primary-lighter-90,
.color-primary-l-90 {
color: #e7f0fe;
}
.color-secondary {
color: #616a71;
}
.color-secondary-darker-90,
.color-secondary-d-90 {
color: #0a0b0b;
}
.color-secondary-darker-80,
.color-secondary-d-80 {
color: #131517;
}
.color-secondary-darker-70,
.color-secondary-d-70 {
color: #1d2022;
}
.color-secondary-darker-60,
.color-secondary-d-60 {
color: #272a2d;
}
.color-secondary-darker-50,
.color-secondary-d-50 {
color: #313539;
}
.color-secondary-darker-40,
.color-secondary-d-40 {
color: #3a4044;
}
.color-secondary-darker-30,
.color-secondary-d-30 {
color: #444a4f;
}
.color-secondary-darker-20,
.color-secondary-d-20 {
color: #4e555a;
}
.color-secondary-darker-10,
.color-secondary-d-10 {
color: #575f66;
}
.color-secondary-lighter-10,
.color-secondary-l-10 {
color: #6f7981;
}
.color-secondary-lighter-20,
.color-secondary-l-20 {
color: #7e8890;
}
.color-secondary-lighter-30,
.color-secondary-l-30 {
color: #8e979e;
}
.color-secondary-lighter-40,
.color-secondary-l-40 {
color: #9ea6ac;
}
.color-secondary-lighter-50,
.color-secondary-l-50 {
color: #aeb5ba;
}
.color-secondary-lighter-60,
.color-secondary-l-60 {
color: #bec4c8;
}
.color-secondary-lighter-70,
.color-secondary-l-70 {
color: #cfd2d5;
}
.color-secondary-lighter-80,
.color-secondary-l-80 {
color: #dfe1e3;
}
.color-secondary-lighter-90,
.color-secondary-l-90 {
color: #eff0f1;
}
.color-success {
color: #1d7c4d;
}
.color-success-darker-90,
.color-success-d-90 {
color: #030c08;
}
.color-success-darker-80,
.color-success-d-80 {
color: #06190f;
}
.color-success-darker-70,
.color-success-d-70 {
color: #092517;
}
.color-success-darker-60,
.color-success-d-60 {
color: #0c321f;
}
.color-success-darker-50,
.color-success-d-50 {
color: #0f3e27;
}
.color-success-darker-40,
.color-success-d-40 {
color: #114a2e;
}
.color-success-darker-30,
.color-success-d-30 {
color: #145736;
}
.color-success-darker-20,
.color-success-d-20 {
color: #17633e;
}
.color-success-darker-10,
.color-success-d-10 {
color: #1a7045;
}
.color-success-lighter-10,
.color-success-l-10 {
color: #24995f;
}
.color-success-lighter-20,
.color-success-l-20 {
color: #2bb671;
}
.color-success-lighter-30,
.color-success-l-30 {
color: #34d083;
}
.color-success-lighter-40,
.color-success-l-40 {
color: #51d695;
}
.color-success-lighter-50,
.color-success-l-50 {
color: #6edda6;
}
.color-success-lighter-60,
.color-success-l-60 {
color: #8be4b8;
}
.color-success-lighter-70,
.color-success-l-70 {
color: #a8ebca;
}
.color-success-lighter-80,
.color-success-l-80 {
color: #c5f1dc;
}
.color-success-lighter-90,
.color-success-l-90 {
color: #e2f8ed;
}
.color-danger {
color: #d52c40;
}
.color-danger-darker-90,
.color-danger-d-90 {
color: #150406;
}
.color-danger-darker-80,
.color-danger-d-80 {
color: #2b090d;
}
.color-danger-darker-70,
.color-danger-d-70 {
color: #400d13;
}
.color-danger-darker-60,
.color-danger-d-60 {
color: #561119;
}
.color-danger-darker-50,
.color-danger-d-50 {
color: #6b151f;
}
.color-danger-darker-40,
.color-danger-d-40 {
color: #811a26;
}
.color-danger-darker-30,
.color-danger-d-30 {
color: #961e2c;
}
.color-danger-darker-20,
.color-danger-d-20 {
color: #ab2232;
}
.color-danger-darker-10,
.color-danger-d-10 {
color: #c12639;
}
.color-danger-lighter-10,
.color-danger-l-10 {
color: #d94153;
}
.color-danger-lighter-20,
.color-danger-l-20 {
color: #dd5666;
}
.color-danger-lighter-30,
.color-danger-l-30 {
color: #e26b79;
}
.color-danger-lighter-40,
.color-danger-l-40 {
color: #e6808c;
}
.color-danger-lighter-50,
.color-danger-l-50 {
color: #ea96a0;
}
.color-danger-lighter-60,
.color-danger-l-60 {
color: #eeabb3;
}
.color-danger-lighter-70,
.color-danger-l-70 {
color: #f2c0c6;
}
.color-danger-lighter-80,
.color-danger-l-80 {
color: #f7d5d9;
}
.color-danger-lighter-90,
.color-danger-l-90 {
color: #fbeaec;
}
.color-warning {
color: #feb733;
}
.color-warning-darker-90,
.color-warning-d-90 {
color: #1e1400;
}
.color-warning-darker-80,
.color-warning-d-80 {
color: #3d2800;
}
.color-warning-darker-70,
.color-warning-d-70 {
color: #5b3b00;
}
.color-warning-darker-60,
.color-warning-d-60 {
color: #794f01;
}
.color-warning-darker-50,
.color-warning-d-50 {
color: #986301;
}
.color-warning-darker-40,
.color-warning-d-40 {
color: #b67701;
}
.color-warning-darker-30,
.color-warning-d-30 {
color: #d48b01;
}
.color-warning-darker-20,
.color-warning-d-20 {
color: #f39e01;
}
.color-warning-darker-10,
.color-warning-d-10 {
color: #feac15;
}
.color-warning-lighter-10,
.color-warning-l-10 {
color: #febe47;
}
.color-warning-lighter-20,
.color-warning-l-20 {
color: #fec55c;
}
.color-warning-lighter-30,
.color-warning-l-30 {
color: #fecd70;
}
.color-warning-lighter-40,
.color-warning-l-40 {
color: #fed485;
}
.color-warning-lighter-50,
.color-warning-l-50 {
color: #ffdb99;
}
.color-warning-lighter-60,
.color-warning-l-60 {
color: #ffe2ad;
}
.color-warning-lighter-70,
.color-warning-l-70 {
color: #ffe9c2;
}
.color-warning-lighter-80,
.color-warning-l-80 {
color: #fff1d6;
}
.color-warning-lighter-90,
.color-warning-l-90 {
color: #fff8eb;
}
.color-light {
color: #f7f8f9;
}
.color-light-darker-90,
.color-light-d-90 {
color: #15191c;
}
.color-light-darker-80,
.color-light-d-80 {
color: #2b3239;
}
.color-light-darker-70,
.color-light-d-70 {
color: #404a55;
}
.color-light-darker-60,
.color-light-d-60 {
color: #556371;
}
.color-light-darker-50,
.color-light-d-50 {
color: #6a7c8e;
}
.color-light-darker-40,
.color-light-d-40 {
color: #8695a4;
}
.color-light-darker-30,
.color-light-d-30 {
color: #a2aeb9;
}
.color-light-darker-20,
.color-light-d-20 {
color: #bec6ce;
}
.color-light-darker-10,
.color-light-d-10 {
color: #dbdfe4;
}
.color-light-lighter-10,
.color-light-l-10 {
color: #f8f9fa;
}
.color-light-lighter-20,
.color-light-l-20 {
color: #f9f9fa;
}
.color-light-lighter-30,
.color-light-l-30 {
color: #f9fafb;
}
.color-light-lighter-40,
.color-light-l-40 {
color: #fafbfb;
}
.color-light-lighter-50,
.color-light-l-50 {
color: #fbfcfc;
}
.color-light-lighter-60,
.color-light-l-60 {
color: #fcfcfd;
}
.color-light-lighter-70,
.color-light-l-70 {
color: #fdfdfd;
}
.color-light-lighter-80,
.color-light-l-80 {
color: #fdfefe;
}
.color-light-lighter-90,
.color-light-l-90 {
color: #fefefe;
}
.color-dark {
color: #1e2124;
}
.color-dark-darker-90,
.color-dark-d-90 {
color: #030304;
}
.color-dark-darker-80,
.color-dark-d-80 {
color: #060707;
}
.color-dark-darker-70,
.color-dark-d-70 {
color: #090a0b;
}
.color-dark-darker-60,
.color-dark-d-60 {
color: #0c0d0e;
}
.color-dark-darker-50,
.color-dark-d-50 {
color: #0f1112;
}
.color-dark-darker-40,
.color-dark-d-40 {
color: #121416;
}
.color-dark-darker-30,
.color-dark-d-30 {
color: #151719;
}
.color-dark-darker-20,
.color-dark-d-20 {
color: #181a1d;
}
.color-dark-darker-10,
.color-dark-d-10 {
color: #1b1e20;
}
.color-dark-lighter-10,
.color-dark-l-10 {
color: #32373c;
}
.color-dark-lighter-20,
.color-dark-l-20 {
color: #464d54;
}
.color-dark-lighter-30,
.color-dark-l-30 {
color: #5b646d;
}
.color-dark-lighter-40,
.color-dark-l-40 {
color: #6f7a85;
}
.color-dark-lighter-50,
.color-dark-l-50 {
color: #86909a;
}
.color-dark-lighter-60,
.color-dark-l-60 {
color: #9ea6ae;
}
.color-dark-lighter-70,
.color-dark-l-70 {
color: #b6bcc2;
}
.color-dark-lighter-80,
.color-dark-l-80 {
color: #cfd3d7;
}
.color-dark-lighter-90,
.color-dark-l-90 {
color: #e7e9eb;
}
html,
body {
padding: 0;
margin: 0;
font-family: Segoe UI, sans-serif;
font-weight: 400;
}
.text-align-left {
text-align: left;
}
.text-align-right {
text-align: right;
}
.text-align-center {
text-align: center;
}
.text-align-justify {
text-align: justify;
}
.text-align-initial {
text-align: initial;
}
.font-light {
font-weight: 100;
}
.font-normal {
font-weight: 400;
}
.font-bold {
font-weight: 700;
}
.font-weight-100,
.font-w-100 {
font-weight: 100;
}
.font-weight-200,
.font-w-200 {
font-weight: 200;
}
.font-weight-300,
.font-w-300 {
font-weight: 300;
}
.font-weight-400,
.font-w-400 {
font-weight: 400;
}
.font-weight-500,
.font-w-500 {
font-weight: 500;
}
.font-weight-600,
.font-w-600 {
font-weight: 600;
}
.font-weight-700,
.font-w-700 {
font-weight: 700;
}
.font-weight-800,
.font-w-800 {
font-weight: 800;
}
.font-weight-900,
.font-w-900 {
font-weight: 900;
}
.font-14 {
font-size: 14px;
}
.font-16 {
font-size: 16px;
}
.font-18 {
font-size: 18px;
}
.font-20 {
font-size: 20px;
}
.font-22 {
font-size: 22px;
}
.font-24 {
font-size: 24px;
}
.font-26 {
font-size: 26px;
}
.font-28 {
font-size: 28px;
}
.font-30 {
font-size: 30px;
}
.font-32 {
font-size: 32px;
}
.font-34 {
font-size: 34px;
}
.font-36 {
font-size: 36px;
}
.font-38 {
font-size: 38px;
}
.font-40 {
font-size: 40px;
}
.font-42 {
font-size: 42px;
}
.font-44 {
font-size: 44px;
}
.font-46 {
font-size: 46px;
}
.font-48 {
font-size: 48px;
}
.font-50 {
font-size: 50px;
}
.font-52 {
font-size: 52px;
}
.border-no,
.border-0,
.b-no,
.b-0 {
border: unset;
}
.border-primary-1,
.b-primary-1 {
border: 1px solid #1366f5;
}
.border-primary-2,
.b-primary-2 {
border: 2px solid #1366f5;
}
.border-primary-3,
.b-primary-3 {
border: 3px solid #1366f5;
}
.border-primary-4,
.b-primary-4 {
border: 4px solid #1366f5;
}
.border-primary-5,
.b-primary-5 {
border: 5px solid #1366f5;
}
.border-primary-6,
.b-primary-6 {
border: 6px solid #1366f5;
}
.border-primary-7,
.b-primary-7 {
border: 7px solid #1366f5;
}
.border-primary-8,
.b-primary-8 {
border: 8px solid #1366f5;
}
.border-primary-9,
.b-primary-9 {
border: 9px solid #1366f5;
}
.border-primary-10,
.b-primary-10 {
border: 10px solid #1366f5;
}
.border-primary-11,
.b-primary-11 {
border: 11px solid #1366f5;
}
.border-primary-12,
.b-primary-12 {
border: 12px solid #1366f5;
}
.border-primary-13,
.b-primary-13 {
border: 13px solid #1366f5;
}
.border-primary-14,
.b-primary-14 {
border: 14px solid #1366f5;
}
.border-primary-15,
.b-primary-15 {
border: 15px solid #1366f5;
}
.border-primary-16,
.b-primary-16 {
border: 16px solid #1366f5;
}
.border-primary-17,
.b-primary-17 {
border: 17px solid #1366f5;
}
.border-primary-18,
.b-primary-18 {
border: 18px solid #1366f5;
}
.border-primary-19,
.b-primary-19 {
border: 19px solid #1366f5;
}
.border-primary-20,
.b-primary-20 {
border: 20px solid #1366f5;
}
.border-secondary-1,
.b-secondary-1 {
border: 1px solid #616a71;
}
.border-secondary-2,
.b-secondary-2 {
border: 2px solid #616a71;
}
.border-secondary-3,
.b-secondary-3 {
border: 3px solid #616a71;
}
.border-secondary-4,
.b-secondary-4 {
border: 4px solid #616a71;
}
.border-secondary-5,
.b-secondary-5 {
border: 5px solid #616a71;
}
.border-secondary-6,
.b-secondary-6 {
border: 6px solid #616a71;
}
.border-secondary-7,
.b-secondary-7 {
border: 7px solid #616a71;
}
.border-secondary-8,
.b-secondary-8 {
border: 8px solid #616a71;
}
.border-secondary-9,
.b-secondary-9 {
border: 9px solid #616a71;
}
.border-secondary-10,
.b-secondary-10 {
border: 10px solid #616a71;
}
.border-secondary-11,
.b-secondary-11 {
border: 11px solid #616a71;
}
.border-secondary-12,
.b-secondary-12 {
border: 12px solid #616a71;
}
.border-secondary-13,
.b-secondary-13 {
border: 13px solid #616a71;
}
.border-secondary-14,
.b-secondary-14 {
border: 14px solid #616a71;
}
.border-secondary-15,
.b-secondary-15 {
border: 15px solid #616a71;
}
.border-secondary-16,
.b-secondary-16 {
border: 16px solid #616a71;
}
.border-secondary-17,
.b-secondary-17 {
border: 17px solid #616a71;
}
.border-secondary-18,
.b-secondary-18 {
border: 18px solid #616a71;
}
.border-secondary-19,
.b-secondary-19 {
border: 19px solid #616a71;
}
.border-secondary-20,
.b-secondary-20 {
border: 20px solid #616a71;
}
.border-success-1,
.b-success-1 {
border: 1px solid #1d7c4d;
}
.border-success-2,
.b-success-2 {
border: 2px solid #1d7c4d;
}
.border-success-3,
.b-success-3 {
border: 3px solid #1d7c4d;
}
.border-success-4,
.b-success-4 {
border: 4px solid #1d7c4d;
}
.border-success-5,
.b-success-5 {
border: 5px solid #1d7c4d;
}
.border-success-6,
.b-success-6 {
border: 6px solid #1d7c4d;
}
.border-success-7,
.b-success-7 {
border: 7px solid #1d7c4d;
}
.border-success-8,
.b-success-8 {
border: 8px solid #1d7c4d;
}
.border-success-9,
.b-success-9 {
border: 9px solid #1d7c4d;
}
.border-success-10,
.b-success-10 {
border: 10px solid #1d7c4d;
}
.border-success-11,
.b-success-11 {
border: 11px solid #1d7c4d;
}
.border-success-12,
.b-success-12 {
border: 12px solid #1d7c4d;
}
.border-success-13,
.b-success-13 {
border: 13px solid #1d7c4d;
}
.border-success-14,
.b-success-14 {
border: 14px solid #1d7c4d;
}
.border-success-15,
.b-success-15 {
border: 15px solid #1d7c4d;
}
.border-success-16,
.b-success-16 {
border: 16px solid #1d7c4d;
}
.border-success-17,
.b-success-17 {
border: 17px solid #1d7c4d;
}
.border-success-18,
.b-success-18 {
border: 18px solid #1d7c4d;
}
.border-success-19,
.b-success-19 {
border: 19px solid #1d7c4d;
}
.border-success-20,
.b-success-20 {
border: 20px solid #1d7c4d;
}
.border-danger-1,
.b-danger-1 {
border: 1px solid #d52c40;
}
.border-danger-2,
.b-danger-2 {
border: 2px solid #d52c40;
}
.border-danger-3,
.b-danger-3 {
border: 3px solid #d52c40;
}
.border-danger-4,
.b-danger-4 {
border: 4px solid #d52c40;
}
.border-danger-5,
.b-danger-5 {
border: 5px solid #d52c40;
}
.border-danger-6,
.b-danger-6 {
border: 6px solid #d52c40;
}
.border-danger-7,
.b-danger-7 {
border: 7px solid #d52c40;
}
.border-danger-8,
.b-danger-8 {
border: 8px solid #d52c40;
}
.border-danger-9,
.b-danger-9 {
border: 9px solid #d52c40;
}
.border-danger-10,
.b-danger-10 {
border: 10px solid #d52c40;
}
.border-danger-11,
.b-danger-11 {
border: 11px solid #d52c40;
}
.border-danger-12,
.b-danger-12 {
border: 12px solid #d52c40;
}
.border-danger-13,
.b-danger-13 {
border: 13px solid #d52c40;
}
.border-danger-14,
.b-danger-14 {
border: 14px solid #d52c40;
}
.border-danger-15,
.b-danger-15 {
border: 15px solid #d52c40;
}
.border-danger-16,
.b-danger-16 {
border: 16px solid #d52c40;
}
.border-danger-17,
.b-danger-17 {
border: 17px solid #d52c40;
}
.border-danger-18,
.b-danger-18 {
border: 18px solid #d52c40;
}
.border-danger-19,
.b-danger-19 {
border: 19px solid #d52c40;
}
.border-danger-20,
.b-danger-20 {
border: 20px solid #d52c40;
}
.border-warning-1,
.b-warning-1 {
border: 1px solid #feb733;
}
.border-warning-2,
.b-warning-2 {
border: 2px solid #feb733;
}
.border-warning-3,
.b-warning-3 {
border: 3px solid #feb733;
}
.border-warning-4,
.b-warning-4 {
border: 4px solid #feb733;
}
.border-warning-5,
.b-warning-5 {
border: 5px solid #feb733;
}
.border-warning-6,
.b-warning-6 {
border: 6px solid #feb733;
}
.border-warning-7,
.b-warning-7 {
border: 7px solid #feb733;
}
.border-warning-8,
.b-warning-8 {
border: 8px solid #feb733;
}
.border-warning-9,
.b-warning-9 {
border: 9px solid #feb733;
}
.border-warning-10,
.b-warning-10 {
border: 10px solid #feb733;
}
.border-warning-11,
.b-warning-11 {
border: 11px solid #feb733;
}
.border-warning-12,
.b-warning-12 {
border: 12px solid #feb733;
}
.border-warning-13,
.b-warning-13 {
border: 13px solid #feb733;
}
.border-warning-14,
.b-warning-14 {
border: 14px solid #feb733;
}
.border-warning-15,
.b-warning-15 {
border: 15px solid #feb733;
}
.border-warning-16,
.b-warning-16 {
border: 16px solid #feb733;
}
.border-warning-17,
.b-warning-17 {
border: 17px solid #feb733;
}
.border-warning-18,
.b-warning-18 {
border: 18px solid #feb733;
}
.border-warning-19,
.b-warning-19 {
border: 19px solid #feb733;
}
.border-warning-20,
.b-warning-20 {
border: 20px solid #feb733;
}
.border-light-1,
.b-light-1 {
border: 1px solid #f7f8f9;
}
.border-light-2,
.b-light-2 {
border: 2px solid #f7f8f9;
}
.border-light-3,
.b-light-3 {
border: 3px solid #f7f8f9;
}
.border-light-4,
.b-light-4 {
border: 4px solid #f7f8f9;
}
.border-light-5,
.b-light-5 {
border: 5px solid #f7f8f9;
}
.border-light-6,
.b-light-6 {
border: 6px solid #f7f8f9;
}
.border-light-7,
.b-light-7 {
border: 7px solid #f7f8f9;
}
.border-light-8,
.b-light-8 {
border: 8px solid #f7f8f9;
}
.border-light-9,
.b-light-9 {
border: 9px solid #f7f8f9;
}
.border-light-10,
.b-light-10 {
border: 10px solid #f7f8f9;
}
.border-light-11,
.b-light-11 {
border: 11px solid #f7f8f9;
}
.border-light-12,
.b-light-12 {
border: 12px solid #f7f8f9;
}
.border-light-13,
.b-light-13 {
border: 13px solid #f7f8f9;
}
.border-light-14,
.b-light-14 {
border: 14px solid #f7f8f9;
}
.border-light-15,
.b-light-15 {
border: 15px solid #f7f8f9;
}
.border-light-16,
.b-light-16 {
border: 16px solid #f7f8f9;
}
.border-light-17,
.b-light-17 {
border: 17px solid #f7f8f9;
}
.border-light-18,
.b-light-18 {
border: 18px solid #f7f8f9;
}
.border-light-19,
.b-light-19 {
border: 19px solid #f7f8f9;
}
.border-light-20,
.b-light-20 {
border: 20px solid #f7f8f9;
}
.border-dark-1,
.b-dark-1 {
border: 1px solid #1e2124;
}
.border-dark-2,
.b-dark-2 {
border: 2px solid #1e2124;
}
.border-dark-3,
.b-dark-3 {
border: 3px solid #1e2124;
}
.border-dark-4,
.b-dark-4 {
border: 4px solid #1e2124;
}
.border-dark-5,
.b-dark-5 {
border: 5px solid #1e2124;
}
.border-dark-6,
.b-dark-6 {
border: 6px solid #1e2124;
}
.border-dark-7,
.b-dark-7 {
border: 7px solid #1e2124;
}
.border-dark-8,
.b-dark-8 {
border: 8px solid #1e2124;
}
.border-dark-9,
.b-dark-9 {
border: 9px solid #1e2124;
}
.border-dark-10,
.b-dark-10 {
border: 10px solid #1e2124;
}
.border-dark-11,
.b-dark-11 {
border: 11px solid #1e2124;
}
.border-dark-12,
.b-dark-12 {
border: 12px solid #1e2124;
}
.border-dark-13,
.b-dark-13 {
border: 13px solid #1e2124;
}
.border-dark-14,
.b-dark-14 {
border: 14px solid #1e2124;
}
.border-dark-15,
.b-dark-15 {
border: 15px solid #1e2124;
}
.border-dark-16,
.b-dark-16 {
border: 16px solid #1e2124;
}
.border-dark-17,
.b-dark-17 {
border: 17px solid #1e2124;
}
.border-dark-18,
.b-dark-18 {
border: 18px solid #1e2124;
}
.border-dark-19,
.b-dark-19 {
border: 19px solid #1e2124;
}
.border-dark-20,
.b-dark-20 {
border: 20px solid #1e2124;
}
.border-top-primary-1,
.b-top-primary-1 {
border-top: 1px solid #1366f5;
}
.border-top-primary-2,
.b-top-primary-2 {
border-top: 2px solid #1366f5;
}
.border-top-primary-3,
.b-top-primary-3 {
border-top: 3px solid #1366f5;
}
.border-top-primary-4,
.b-top-primary-4 {
border-top: 4px solid #1366f5;
}
.border-top-primary-5,
.b-top-primary-5 {
border-top: 5px solid #1366f5;
}
.border-top-primary-6,
.b-top-primary-6 {
border-top: 6px solid #1366f5;
}
.border-top-primary-7,
.b-top-primary-7 {
border-top: 7px solid #1366f5;
}
.border-top-primary-8,
.b-top-primary-8 {
border-top: 8px solid #1366f5;
}
.border-top-primary-9,
.b-top-primary-9 {
border-top: 9px solid #1366f5;
}
.border-top-primary-10,
.b-top-primary-10 {
border-top: 10px solid #1366f5;
}
.border-top-primary-11,
.b-top-primary-11 {
border-top: 11px solid #1366f5;
}
.border-top-primary-12,
.b-top-primary-12 {
border-top: 12px solid #1366f5;
}
.border-top-primary-13,
.b-top-primary-13 {
border-top: 13px solid #1366f5;
}
.border-top-primary-14,
.b-top-primary-14 {
border-top: 14px solid #1366f5;
}
.border-top-primary-15,
.b-top-primary-15 {
border-top: 15px solid #1366f5;
}
.border-top-primary-16,
.b-top-primary-16 {
border-top: 16px solid #1366f5;
}
.border-top-primary-17,
.b-top-primary-17 {
border-top: 17px solid #1366f5;
}
.border-top-primary-18,
.b-top-primary-18 {
border-top: 18px solid #1366f5;
}
.border-top-primary-19,
.b-top-primary-19 {
border-top: 19px solid #1366f5;
}
.border-top-primary-20,
.b-top-primary-20 {
border-top: 20px solid #1366f5;
}
.border-top-secondary-1,
.b-top-secondary-1 {
border-top: 1px solid #616a71;
}
.border-top-secondary-2,
.b-top-secondary-2 {
border-top: 2px solid #616a71;
}
.border-top-secondary-3,
.b-top-secondary-3 {
border-top: 3px solid #616a71;
}
.border-top-secondary-4,
.b-top-secondary-4 {
border-top: 4px solid #616a71;
}
.border-top-secondary-5,
.b-top-secondary-5 {
border-top: 5px solid #616a71;
}
.border-top-secondary-6,
.b-top-secondary-6 {
border-top: 6px solid #616a71;
}
.border-top-secondary-7,
.b-top-secondary-7 {
border-top: 7px solid #616a71;
}
.border-top-secondary-8,
.b-top-secondary-8 {
border-top: 8px solid #616a71;
}
.border-top-secondary-9,
.b-top-secondary-9 {
border-top: 9px solid #616a71;
}
.border-top-secondary-10,
.b-top-secondary-10 {
border-top: 10px solid #616a71;
}
.border-top-secondary-11,
.b-top-secondary-11 {
border-top: 11px solid #616a71;
}
.border-top-secondary-12,
.b-top-secondary-12 {
border-top: 12px solid #616a71;
}
.border-top-secondary-13,
.b-top-secondary-13 {
border-top: 13px solid #616a71;
}
.border-top-secondary-14,
.b-top-secondary-14 {
border-top: 14px solid #616a71;
}
.border-top-secondary-15,
.b-top-secondary-15 {
border-top: 15px solid #616a71;
}
.border-top-secondary-16,
.b-top-secondary-16 {
border-top: 16px solid #616a71;
}
.border-top-secondary-17,
.b-top-secondary-17 {
border-top: 17px solid #616a71;
}
.border-top-secondary-18,
.b-top-secondary-18 {
border-top: 18px solid #616a71;
}
.border-top-secondary-19,
.b-top-secondary-19 {
border-top: 19px solid #616a71;
}
.border-top-secondary-20,
.b-top-secondary-20 {
border-top: 20px solid #616a71;
}
.border-top-success-1,
.b-top-success-1 {
border-top: 1px solid #1d7c4d;
}
.border-top-success-2,
.b-top-success-2 {
border-top: 2px solid #1d7c4d;
}
.border-top-success-3,
.b-top-success-3 {
border-top: 3px solid #1d7c4d;
}
.border-top-success-4,
.b-top-success-4 {
border-top: 4px solid #1d7c4d;
}
.border-top-success-5,
.b-top-success-5 {
border-top: 5px solid #1d7c4d;
}
.border-top-success-6,
.b-top-success-6 {
border-top: 6px solid #1d7c4d;
}
.border-top-success-7,
.b-top-success-7 {
border-top: 7px solid #1d7c4d;
}
.border-top-success-8,
.b-top-success-8 {
border-top: 8px solid #1d7c4d;
}
.border-top-success-9,
.b-top-success-9 {
border-top: 9px solid #1d7c4d;
}
.border-top-success-10,
.b-top-success-10 {
border-top: 10px solid #1d7c4d;
}
.border-top-success-11,
.b-top-success-11 {
border-top: 11px solid #1d7c4d;
}
.border-top-success-12,
.b-top-success-12 {
border-top: 12px solid #1d7c4d;
}
.border-top-success-13,
.b-top-success-13 {
border-top: 13px solid #1d7c4d;
}
.border-top-success-14,
.b-top-success-14 {
border-top: 14px solid #1d7c4d;
}
.border-top-success-15,
.b-top-success-15 {
border-top: 15px solid #1d7c4d;
}
.border-top-success-16,
.b-top-success-16 {
border-top: 16px solid #1d7c4d;
}
.border-top-success-17,
.b-top-success-17 {
border-top: 17px solid #1d7c4d;
}
.border-top-success-18,
.b-top-success-18 {
border-top: 18px solid #1d7c4d;
}
.border-top-success-19,
.b-top-success-19 {
border-top: 19px solid #1d7c4d;
}
.border-top-success-20,
.b-top-success-20 {
border-top: 20px solid #1d7c4d;
}
.border-top-danger-1,
.b-top-danger-1 {
border-top: 1px solid #d52c40;
}
.border-top-danger-2,
.b-top-danger-2 {
border-top: 2px solid #d52c40;
}
.border-top-danger-3,
.b-top-danger-3 {
border-top: 3px solid #d52c40;
}
.border-top-danger-4,
.b-top-danger-4 {
border-top: 4px solid #d52c40;
}
.border-top-danger-5,
.b-top-danger-5 {
border-top: 5px solid #d52c40;
}
.border-top-danger-6,
.b-top-danger-6 {
border-top: 6px solid #d52c40;
}
.border-top-danger-7,
.b-top-danger-7 {
border-top: 7px solid #d52c40;
}
.border-top-danger-8,
.b-top-danger-8 {
border-top: 8px solid #d52c40;
}
.border-top-danger-9,
.b-top-danger-9 {
border-top: 9px solid #d52c40;
}
.border-top-danger-10,
.b-top-danger-10 {
border-top: 10px solid #d52c40;
}
.border-top-danger-11,
.b-top-danger-11 {
border-top: 11px solid #d52c40;
}
.border-top-danger-12,
.b-top-danger-12 {
border-top: 12px solid #d52c40;
}
.border-top-danger-13,
.b-top-danger-13 {
border-top: 13px solid #d52c40;
}
.border-top-danger-14,
.b-top-danger-14 {
border-top: 14px solid #d52c40;
}
.border-top-danger-15,
.b-top-danger-15 {
border-top: 15px solid #d52c40;
}
.border-top-danger-16,
.b-top-danger-16 {
border-top: 16px solid #d52c40;
}
.border-top-danger-17,
.b-top-danger-17 {
border-top: 17px solid #d52c40;
}
.border-top-danger-18,
.b-top-danger-18 {
border-top: 18px solid #d52c40;
}
.border-top-danger-19,
.b-top-danger-19 {
border-top: 19px solid #d52c40;
}
.border-top-danger-20,
.b-top-danger-20 {
border-top: 20px solid #d52c40;
}
.border-top-warning-1,
.b-top-warning-1 {
border-top: 1px solid #feb733;
}
.border-top-warning-2,
.b-top-warning-2 {
border-top: 2px solid #feb733;
}
.border-top-warning-3,
.b-top-warning-3 {
border-top: 3px solid #feb733;
}
.border-top-warning-4,
.b-top-warning-4 {
border-top: 4px solid #feb733;
}
.border-top-warning-5,
.b-top-warning-5 {
border-top: 5px solid #feb733;
}
.border-top-warning-6,
.b-top-warning-6 {
border-top: 6px solid #feb733;
}
.border-top-warning-7,
.b-top-warning-7 {
border-top: 7px solid #feb733;
}
.border-top-warning-8,
.b-top-warning-8 {
border-top: 8px solid #feb733;
}
.border-top-warning-9,
.b-top-warning-9 {
border-top: 9px solid #feb733;
}
.border-top-warning-10,
.b-top-warning-10 {
border-top: 10px solid #feb733;
}
.border-top-warning-11,
.b-top-warning-11 {
border-top: 11px solid #feb733;
}
.border-top-warning-12,
.b-top-warning-12 {
border-top: 12px solid #feb733;
}
.border-top-warning-13,
.b-top-warning-13 {
border-top: 13px solid #feb733;
}
.border-top-warning-14,
.b-top-warning-14 {
border-top: 14px solid #feb733;
}
.border-top-warning-15,
.b-top-warning-15 {
border-top: 15px solid #feb733;
}
.border-top-warning-16,
.b-top-warning-16 {
border-top: 16px solid #feb733;
}
.border-top-warning-17,
.b-top-warning-17 {
border-top: 17px solid #feb733;
}
.border-top-warning-18,
.b-top-warning-18 {
border-top: 18px solid #feb733;
}
.border-top-warning-19,
.b-top-warning-19 {
border-top: 19px solid #feb733;
}
.border-top-warning-20,
.b-top-warning-20 {
border-top: 20px solid #feb733;
}
.border-top-light-1,
.b-top-light-1 {
border-top: 1px solid #f7f8f9;
}
.border-top-light-2,
.b-top-light-2 {
border-top: 2px solid #f7f8f9;
}
.border-top-light-3,
.b-top-light-3 {
border-top: 3px solid #f7f8f9;
}
.border-top-light-4,
.b-top-light-4 {
border-top: 4px solid #f7f8f9;
}
.border-top-light-5,
.b-top-light-5 {
border-top: 5px solid #f7f8f9;
}
.border-top-light-6,
.b-top-light-6 {
border-top: 6px solid #f7f8f9;
}
.border-top-light-7,
.b-top-light-7 {
border-top: 7px solid #f7f8f9;
}
.border-top-light-8,
.b-top-light-8 {
border-top: 8px solid #f7f8f9;
}
.border-top-light-9,
.b-top-light-9 {
border-top: 9px solid #f7f8f9;
}
.border-top-light-10,
.b-top-light-10 {
border-top: 10px solid #f7f8f9;
}
.border-top-light-11,
.b-top-light-11 {
border-top: 11px solid #f7f8f9;
}
.border-top-light-12,
.b-top-light-12 {
border-top: 12px solid #f7f8f9;
}
.border-top-light-13,
.b-top-light-13 {
border-top: 13px solid #f7f8f9;
}
.border-top-light-14,
.b-top-light-14 {
border-top: 14px solid #f7f8f9;
}
.border-top-light-15,
.b-top-light-15 {
border-top: 15px solid #f7f8f9;
}
.border-top-light-16,
.b-top-light-16 {
border-top: 16px solid #f7f8f9;
}
.border-top-light-17,
.b-top-light-17 {
border-top: 17px solid #f7f8f9;
}
.border-top-light-18,
.b-top-light-18 {
border-top: 18px solid #f7f8f9;
}
.border-top-light-19,
.b-top-light-19 {
border-top: 19px solid #f7f8f9;
}
.border-top-light-20,
.b-top-light-20 {
border-top: 20px solid #f7f8f9;
}
.border-top-dark-1,
.b-top-dark-1 {
border-top: 1px solid #1e2124;
}
.border-top-dark-2,
.b-top-dark-2 {
border-top: 2px solid #1e2124;
}
.border-top-dark-3,
.b-top-dark-3 {
border-top: 3px solid #1e2124;
}
.border-top-dark-4,
.b-top-dark-4 {
border-top: 4px solid #1e2124;
}
.border-top-dark-5,
.b-top-dark-5 {
border-top: 5px solid #1e2124;
}
.border-top-dark-6,
.b-top-dark-6 {
border-top: 6px solid #1e2124;
}
.border-top-dark-7,
.b-top-dark-7 {
border-top: 7px solid #1e2124;
}
.border-top-dark-8,
.b-top-dark-8 {
border-top: 8px solid #1e2124;
}
.border-top-dark-9,
.b-top-dark-9 {
border-top: 9px solid #1e2124;
}
.border-top-dark-10,
.b-top-dark-10 {
border-top: 10px solid #1e2124;
}
.border-top-dark-11,
.b-top-dark-11 {
border-top: 11px solid #1e2124;
}
.border-top-dark-12,
.b-top-dark-12 {
border-top: 12px solid #1e2124;
}
.border-top-dark-13,
.b-top-dark-13 {
border-top: 13px solid #1e2124;
}
.border-top-dark-14,
.b-top-dark-14 {
border-top: 14px solid #1e2124;
}
.border-top-dark-15,
.b-top-dark-15 {
border-top: 15px solid #1e2124;
}
.border-top-dark-16,
.b-top-dark-16 {
border-top: 16px solid #1e2124;
}
.border-top-dark-17,
.b-top-dark-17 {
border-top: 17px solid #1e2124;
}
.border-top-dark-18,
.b-top-dark-18 {
border-top: 18px solid #1e2124;
}
.border-top-dark-19,
.b-top-dark-19 {
border-top: 19px solid #1e2124;
}
.border-top-dark-20,
.b-top-dark-20 {
border-top: 20px solid #1e2124;
}
.border-top-no,
.border-top-0,
.b-top-no,
.b-top-0 {
border-top: unset;
}
.border-right-primary-1,
.b-right-primary-1 {
border-right: 1px solid #1366f5;
}
.border-right-primary-2,
.b-right-primary-2 {
border-right: 2px solid #1366f5;
}
.border-right-primary-3,
.b-right-primary-3 {
border-right: 3px solid #1366f5;
}
.border-right-primary-4,
.b-right-primary-4 {
border-right: 4px solid #1366f5;
}
.border-right-primary-5,
.b-right-primary-5 {
border-right: 5px solid #1366f5;
}
.border-right-primary-6,
.b-right-primary-6 {
border-right: 6px solid #1366f5;
}
.border-right-primary-7,
.b-right-primary-7 {
border-right: 7px solid #1366f5;
}
.border-right-primary-8,
.b-right-primary-8 {
border-right: 8px solid #1366f5;
}
.border-right-primary-9,
.b-right-primary-9 {
border-right: 9px solid #1366f5;
}
.border-right-primary-10,
.b-right-primary-10 {
border-right: 10px solid #1366f5;
}
.border-right-primary-11,
.b-right-primary-11 {
border-right: 11px solid #1366f5;
}
.border-right-primary-12,
.b-right-primary-12 {
border-right: 12px solid #1366f5;
}
.border-right-primary-13,
.b-right-primary-13 {
border-right: 13px solid #1366f5;
}
.border-right-primary-14,
.b-right-primary-14 {
border-right: 14px solid #1366f5;
}
.border-right-primary-15,
.b-right-primary-15 {
border-right: 15px solid #1366f5;
}
.border-right-primary-16,
.b-right-primary-16 {
border-right: 16px solid #1366f5;
}
.border-right-primary-17,
.b-right-primary-17 {
border-right: 17px solid #1366f5;
}
.border-right-primary-18,
.b-right-primary-18 {
border-right: 18px solid #1366f5;
}
.border-right-primary-19,
.b-right-primary-19 {
border-right: 19px solid #1366f5;
}
.border-right-primary-20,
.b-right-primary-20 {
border-right: 20px solid #1366f5;
}
.border-right-secondary-1,
.b-right-secondary-1 {
border-right: 1px solid #616a71;
}
.border-right-secondary-2,
.b-right-secondary-2 {
border-right: 2px solid #616a71;
}
.border-right-secondary-3,
.b-right-secondary-3 {
border-right: 3px solid #616a71;
}
.border-right-secondary-4,
.b-right-secondary-4 {
border-right: 4px solid #616a71;
}
.border-right-secondary-5,
.b-right-secondary-5 {
border-right: 5px solid #616a71;
}
.border-right-secondary-6,
.b-right-secondary-6 {
border-right: 6px solid #616a71;
}
.border-right-secondary-7,
.b-right-secondary-7 {
border-right: 7px solid #616a71;
}
.border-right-secondary-8,
.b-right-secondary-8 {
border-right: 8px solid #616a71;
}
.border-right-secondary-9,
.b-right-secondary-9 {
border-right: 9px solid #616a71;
}
.border-right-secondary-10,
.b-right-secondary-10 {
border-right: 10px solid #616a71;
}
.border-right-secondary-11,
.b-right-secondary-11 {
border-right: 11px solid #616a71;
}
.border-right-secondary-12,
.b-right-secondary-12 {
border-right: 12px solid #616a71;
}
.border-right-secondary-13,
.b-right-secondary-13 {
border-right: 13px solid #616a71;
}
.border-right-secondary-14,
.b-right-secondary-14 {
border-right: 14px solid #616a71;
}
.border-right-secondary-15,
.b-right-secondary-15 {
border-right: 15px solid #616a71;
}
.border-right-secondary-16,
.b-right-secondary-16 {
border-right: 16px solid #616a71;
}
.border-right-secondary-17,
.b-right-secondary-17 {
border-right: 17px solid #616a71;
}
.border-right-secondary-18,
.b-right-secondary-18 {
border-right: 18px solid #616a71;
}
.border-right-secondary-19,
.b-right-secondary-19 {
border-right: 19px solid #616a71;
}
.border-right-secondary-20,
.b-right-secondary-20 {
border-right: 20px solid #616a71;
}
.border-right-success-1,
.b-right-success-1 {
border-right: 1px solid #1d7c4d;
}
.border-right-success-2,
.b-right-success-2 {
border-right: 2px solid #1d7c4d;
}
.border-right-success-3,
.b-right-success-3 {
border-right: 3px solid #1d7c4d;
}
.border-right-success-4,
.b-right-success-4 {
border-right: 4px solid #1d7c4d;
}
.border-right-success-5,
.b-right-success-5 {
border-right: 5px solid #1d7c4d;
}
.border-right-success-6,
.b-right-success-6 {
border-right: 6px solid #1d7c4d;
}
.border-right-success-7,
.b-right-success-7 {
border-right: 7px solid #1d7c4d;
}
.border-right-success-8,
.b-right-success-8 {
border-right: 8px solid #1d7c4d;
}
.border-right-success-9,
.b-right-success-9 {
border-right: 9px solid #1d7c4d;
}
.border-right-success-10,
.b-right-success-10 {
border-right: 10px solid #1d7c4d;
}
.border-right-success-11,
.b-right-success-11 {
border-right: 11px solid #1d7c4d;
}
.border-right-success-12,
.b-right-success-12 {
border-right: 12px solid #1d7c4d;
}
.border-right-success-13,
.b-right-success-13 {
border-right: 13px solid #1d7c4d;
}
.border-right-success-14,
.b-right-success-14 {
border-right: 14px solid #1d7c4d;
}
.border-right-success-15,
.b-right-success-15 {
border-right: 15px solid #1d7c4d;
}
.border-right-success-16,
.b-right-success-16 {
border-right: 16px solid #1d7c4d;
}
.border-right-success-17,
.b-right-success-17 {
border-right: 17px solid #1d7c4d;
}
.border-right-success-18,
.b-right-success-18 {
border-right: 18px solid #1d7c4d;
}
.border-right-success-19,
.b-right-success-19 {
border-right: 19px solid #1d7c4d;
}
.border-right-success-20,
.b-right-success-20 {
border-right: 20px solid #1d7c4d;
}
.border-right-danger-1,
.b-right-danger-1 {
border-right: 1px solid #d52c40;
}
.border-right-danger-2,
.b-right-danger-2 {
border-right: 2px solid #d52c40;
}
.border-right-danger-3,
.b-right-danger-3 {
border-right: 3px solid #d52c40;
}
.border-right-danger-4,
.b-right-danger-4 {
border-right: 4px solid #d52c40;
}
.border-right-danger-5,
.b-right-danger-5 {
border-right: 5px solid #d52c40;
}
.border-right-danger-6,
.b-right-danger-6 {
border-right: 6px solid #d52c40;
}
.border-right-danger-7,
.b-right-danger-7 {
border-right: 7px solid #d52c40;
}
.border-right-danger-8,
.b-right-danger-8 {
border-right: 8px solid #d52c40;
}
.border-right-danger-9,
.b-right-danger-9 {
border-right: 9px solid #d52c40;
}
.border-right-danger-10,
.b-right-danger-10 {
border-right: 10px solid #d52c40;
}
.border-right-danger-11,
.b-right-danger-11 {
border-right: 11px solid #d52c40;
}
.border-right-danger-12,
.b-right-danger-12 {
border-right: 12px solid #d52c40;
}
.border-right-danger-13,
.b-right-danger-13 {
border-right: 13px solid #d52c40;
}
.border-right-danger-14,
.b-right-danger-14 {
border-right: 14px solid #d52c40;
}
.border-right-danger-15,
.b-right-danger-15 {
border-right: 15px solid #d52c40;
}
.border-right-danger-16,
.b-right-danger-16 {
border-right: 16px solid #d52c40;
}
.border-right-danger-17,
.b-right-danger-17 {
border-right: 17px solid #d52c40;
}
.border-right-danger-18,
.b-right-danger-18 {
border-right: 18px solid #d52c40;
}
.border-right-danger-19,
.b-right-danger-19 {
border-right: 19px solid #d52c40;
}
.border-right-danger-20,
.b-right-danger-20 {
border-right: 20px solid #d52c40;
}
.border-right-warning-1,
.b-right-warning-1 {
border-right: 1px solid #feb733;
}
.border-right-warning-2,
.b-right-warning-2 {
border-right: 2px solid #feb733;
}
.border-right-warning-3,
.b-right-warning-3 {
border-right: 3px solid #feb733;
}
.border-right-warning-4,
.b-right-warning-4 {
border-right: 4px solid #feb733;
}
.border-right-warning-5,
.b-right-warning-5 {
border-right: 5px solid #feb733;
}
.border-right-warning-6,
.b-right-warning-6 {
border-right: 6px solid #feb733;
}
.border-right-warning-7,
.b-right-warning-7 {
border-right: 7px solid #feb733;
}
.border-right-warning-8,
.b-right-warning-8 {
border-right: 8px solid #feb733;
}
.border-right-warning-9,
.b-right-warning-9 {
border-right: 9px solid #feb733;
}
.border-right-warning-10,
.b-right-warning-10 {
border-right: 10px solid #feb733;
}
.border-right-warning-11,
.b-right-warning-11 {
border-right: 11px solid #feb733;
}
.border-right-warning-12,
.b-right-warning-12 {
border-right: 12px solid #feb733;
}
.border-right-warning-13,
.b-right-warning-13 {
border-right: 13px solid #feb733;
}
.border-right-warning-14,
.b-right-warning-14 {
border-right: 14px solid #feb733;
}
.border-right-warning-15,
.b-right-warning-15 {
border-right: 15px solid #feb733;
}
.border-right-warning-16,
.b-right-warning-16 {
border-right: 16px solid #feb733;
}
.border-right-warning-17,
.b-right-warning-17 {
border-right: 17px solid #feb733;
}
.border-right-warning-18,
.b-right-warning-18 {
border-right: 18px solid #feb733;
}
.border-right-warning-19,
.b-right-warning-19 {
border-right: 19px solid #feb733;
}
.border-right-warning-20,
.b-right-warning-20 {
border-right: 20px solid #feb733;
}
.border-right-light-1,
.b-right-light-1 {
border-right: 1px solid #f7f8f9;
}
.border-right-light-2,
.b-right-light-2 {
border-right: 2px solid #f7f8f9;
}
.border-right-light-3,
.b-right-light-3 {
border-right: 3px solid #f7f8f9;
}
.border-right-light-4,
.b-right-light-4 {
border-right: 4px solid #f7f8f9;
}
.border-right-light-5,
.b-right-light-5 {
border-right: 5px solid #f7f8f9;
}
.border-right-light-6,
.b-right-light-6 {
border-right: 6px solid #f7f8f9;
}
.border-right-light-7,
.b-right-light-7 {
border-right: 7px solid #f7f8f9;
}
.border-right-light-8,
.b-right-light-8 {
border-right: 8px solid #f7f8f9;
}
.border-right-light-9,
.b-right-light-9 {
border-right: 9px solid #f7f8f9;
}
.border-right-light-10,
.b-right-light-10 {
border-right: 10px solid #f7f8f9;
}
.border-right-light-11,
.b-right-light-11 {
border-right: 11px solid #f7f8f9;
}
.border-right-light-12,
.b-right-light-12 {
border-right: 12px solid #f7f8f9;
}
.border-right-light-13,
.b-right-light-13 {
border-right: 13px solid #f7f8f9;
}
.border-right-light-14,
.b-right-light-14 {
border-right: 14px solid #f7f8f9;
}
.border-right-light-15,
.b-right-light-15 {
border-right: 15px solid #f7f8f9;
}
.border-right-light-16,
.b-right-light-16 {
border-right: 16px solid #f7f8f9;
}
.border-right-light-17,
.b-right-light-17 {
border-right: 17px solid #f7f8f9;
}
.border-right-light-18,
.b-right-light-18 {
border-right: 18px solid #f7f8f9;
}
.border-right-light-19,
.b-right-light-19 {
border-right: 19px solid #f7f8f9;
}
.border-right-light-20,
.b-right-light-20 {
border-right: 20px solid #f7f8f9;
}
.border-right-dark-1,
.b-right-dark-1 {
border-right: 1px solid #1e2124;
}
.border-right-dark-2,
.b-right-dark-2 {
border-right: 2px solid #1e2124;
}
.border-right-dark-3,
.b-right-dark-3 {
border-right: 3px solid #1e2124;
}
.border-right-dark-4,
.b-right-dark-4 {
border-right: 4px solid #1e2124;
}
.border-right-dark-5,
.b-right-dark-5 {
border-right: 5px solid #1e2124;
}
.border-right-dark-6,
.b-right-dark-6 {
border-right: 6px solid #1e2124;
}
.border-right-dark-7,
.b-right-dark-7 {
border-right: 7px solid #1e2124;
}
.border-right-dark-8,
.b-right-dark-8 {
border-right: 8px solid #1e2124;
}
.border-right-dark-9,
.b-right-dark-9 {
border-right: 9px solid #1e2124;
}
.border-right-dark-10,
.b-right-dark-10 {
border-right: 10px solid #1e2124;
}
.border-right-dark-11,
.b-right-dark-11 {
border-right: 11px solid #1e2124;
}
.border-right-dark-12,
.b-right-dark-12 {
border-right: 12px solid #1e2124;
}
.border-right-dark-13,
.b-right-dark-13 {
border-right: 13px solid #1e2124;
}
.border-right-dark-14,
.b-right-dark-14 {
border-right: 14px solid #1e2124;
}
.border-right-dark-15,
.b-right-dark-15 {
border-right: 15px solid #1e2124;
}
.border-right-dark-16,
.b-right-dark-16 {
border-right: 16px solid #1e2124;
}
.border-right-dark-17,
.b-right-dark-17 {
border-right: 17px solid #1e2124;
}
.border-right-dark-18,
.b-right-dark-18 {
border-right: 18px solid #1e2124;
}
.border-right-dark-19,
.b-right-dark-19 {
border-right: 19px solid #1e2124;
}
.border-right-dark-20,
.b-right-dark-20 {
border-right: 20px solid #1e2124;
}
.border-right-no,
.border-right-0,
.b-right-no,
.b-right-0 {
border-right: unset;
}
.border-bottom-primary-1,
.b-bottom-primary-1 {
border-bottom: 1px solid #1366f5;
}
.border-bottom-primary-2,
.b-bottom-primary-2 {
border-bottom: 2px solid #1366f5;
}
.border-bottom-primary-3,
.b-bottom-primary-3 {
border-bottom: 3px solid #1366f5;
}
.border-bottom-primary-4,
.b-bottom-primary-4 {
border-bottom: 4px solid #1366f5;
}
.border-bottom-primary-5,
.b-bottom-primary-5 {
border-bottom: 5px solid #1366f5;
}
.border-bottom-primary-6,
.b-bottom-primary-6 {
border-bottom: 6px solid #1366f5;
}
.border-bottom-primary-7,
.b-bottom-primary-7 {
border-bottom: 7px solid #1366f5;
}
.border-bottom-primary-8,
.b-bottom-primary-8 {
border-bottom: 8px solid #1366f5;
}
.border-bottom-primary-9,
.b-bottom-primary-9 {
border-bottom: 9px solid #1366f5;
}
.border-bottom-primary-10,
.b-bottom-primary-10 {
border-bottom: 10px solid #1366f5;
}
.border-bottom-primary-11,
.b-bottom-primary-11 {
border-bottom: 11px solid #1366f5;
}
.border-bottom-primary-12,
.b-bottom-primary-12 {
border-bottom: 12px solid #1366f5;
}
.border-bottom-primary-13,
.b-bottom-primary-13 {
border-bottom: 13px solid #1366f5;
}
.border-bottom-primary-14,
.b-bottom-primary-14 {
border-bottom: 14px solid #1366f5;
}
.border-bottom-primary-15,
.b-bottom-primary-15 {
border-bottom: 15px solid #1366f5;
}
.border-bottom-primary-16,
.b-bottom-primary-16 {
border-bottom: 16px solid #1366f5;
}
.border-bottom-primary-17,
.b-bottom-primary-17 {
border-bottom: 17px solid #1366f5;
}
.border-bottom-primary-18,
.b-bottom-primary-18 {
border-bottom: 18px solid #1366f5;
}
.border-bottom-primary-19,
.b-bottom-primary-19 {
border-bottom: 19px solid #1366f5;
}
.border-bottom-primary-20,
.b-bottom-primary-20 {
border-bottom: 20px solid #1366f5;
}
.border-bottom-secondary-1,
.b-bottom-secondary-1 {
border-bottom: 1px solid #616a71;
}
.border-bottom-secondary-2,
.b-bottom-secondary-2 {
border-bottom: 2px solid #616a71;
}
.border-bottom-secondary-3,
.b-bottom-secondary-3 {
border-bottom: 3px solid #616a71;
}
.border-bottom-secondary-4,
.b-bottom-secondary-4 {
border-bottom: 4px solid #616a71;
}
.border-bottom-secondary-5,
.b-bottom-secondary-5 {
border-bottom: 5px solid #616a71;
}
.border-bottom-secondary-6,
.b-bottom-secondary-6 {
border-bottom: 6px solid #616a71;
}
.border-bottom-secondary-7,
.b-bottom-secondary-7 {
border-bottom: 7px solid #616a71;
}
.border-bottom-secondary-8,
.b-bottom-secondary-8 {
border-bottom: 8px solid #616a71;
}
.border-bottom-secondary-9,
.b-bottom-secondary-9 {
border-bottom: 9px solid #616a71;
}
.border-bottom-secondary-10,
.b-bottom-secondary-10 {
border-bottom: 10px solid #616a71;
}
.border-bottom-secondary-11,
.b-bottom-secondary-11 {
border-bottom: 11px solid #616a71;
}
.border-bottom-secondary-12,
.b-bottom-secondary-12 {
border-bottom: 12px solid #616a71;
}
.border-bottom-secondary-13,
.b-bottom-secondary-13 {
border-bottom: 13px solid #616a71;
}
.border-bottom-secondary-14,
.b-bottom-secondary-14 {
border-bottom: 14px solid #616a71;
}
.border-bottom-secondary-15,
.b-bottom-secondary-15 {
border-bottom: 15px solid #616a71;
}
.border-bottom-secondary-16,
.b-bottom-secondary-16 {
border-bottom: 16px solid #616a71;
}
.border-bottom-secondary-17,
.b-bottom-secondary-17 {
border-bottom: 17px solid #616a71;
}
.border-bottom-secondary-18,
.b-bottom-secondary-18 {
border-bottom: 18px solid #616a71;
}
.border-bottom-secondary-19,
.b-bottom-secondary-19 {
border-bottom: 19px solid #616a71;
}
.border-bottom-secondary-20,
.b-bottom-secondary-20 {
border-bottom: 20px solid #616a71;
}
.border-bottom-success-1,
.b-bottom-success-1 {
border-bottom: 1px solid #1d7c4d;
}
.border-bottom-success-2,
.b-bottom-success-2 {
border-bottom: 2px solid #1d7c4d;
}
.border-bottom-success-3,
.b-bottom-success-3 {
border-bottom: 3px solid #1d7c4d;
}
.border-bottom-success-4,
.b-bottom-success-4 {
border-bottom: 4px solid #1d7c4d;
}
.border-bottom-success-5,
.b-bottom-success-5 {
border-bottom: 5px solid #1d7c4d;
}
.border-bottom-success-6,
.b-bottom-success-6 {
border-bottom: 6px solid #1d7c4d;
}
.border-bottom-success-7,
.b-bottom-success-7 {
border-bottom: 7px solid #1d7c4d;
}
.border-bottom-success-8,
.b-bottom-success-8 {
border-bottom: 8px solid #1d7c4d;
}
.border-bottom-success-9,
.b-bottom-success-9 {
border-bottom: 9px solid #1d7c4d;
}
.border-bottom-success-10,
.b-bottom-success-10 {
border-bottom: 10px solid #1d7c4d;
}
.border-bottom-success-11,
.b-bottom-success-11 {
border-bottom: 11px solid #1d7c4d;
}
.border-bottom-success-12,
.b-bottom-success-12 {
border-bottom: 12px solid #1d7c4d;
}
.border-bottom-success-13,
.b-bottom-success-13 {
border-bottom: 13px solid #1d7c4d;
}
.border-bottom-success-14,
.b-bottom-success-14 {
border-bottom: 14px solid #1d7c4d;
}
.border-bottom-success-15,
.b-bottom-success-15 {
border-bottom: 15px solid #1d7c4d;
}
.border-bottom-success-16,
.b-bottom-success-16 {
border-bottom: 16px solid #1d7c4d;
}
.border-bottom-success-17,
.b-bottom-success-17 {
border-bottom: 17px solid #1d7c4d;
}
.border-bottom-success-18,
.b-bottom-success-18 {
border-bottom: 18px solid #1d7c4d;
}
.border-bottom-success-19,
.b-bottom-success-19 {
border-bottom: 19px solid #1d7c4d;
}
.border-bottom-success-20,
.b-bottom-success-20 {
border-bottom: 20px solid #1d7c4d;
}
.border-bottom-danger-1,
.b-bottom-danger-1 {
border-bottom: 1px solid #d52c40;
}
.border-bottom-danger-2,
.b-bottom-danger-2 {
border-bottom: 2px solid #d52c40;
}
.border-bottom-danger-3,
.b-bottom-danger-3 {
border-bottom: 3px solid #d52c40;
}
.border-bottom-danger-4,
.b-bottom-danger-4 {
border-bottom: 4px solid #d52c40;
}
.border-bottom-danger-5,
.b-bottom-danger-5 {
border-bottom: 5px solid #d52c40;
}
.border-bottom-danger-6,
.b-bottom-danger-6 {
border-bottom: 6px solid #d52c40;
}
.border-bottom-danger-7,
.b-bottom-danger-7 {
border-bottom: 7px solid #d52c40;
}
.border-bottom-danger-8,
.b-bottom-danger-8 {
border-bottom: 8px solid #d52c40;
}
.border-bottom-danger-9,
.b-bottom-danger-9 {
border-bottom: 9px solid #d52c40;
}
.border-bottom-danger-10,
.b-bottom-danger-10 {
border-bottom: 10px solid #d52c40;
}
.border-bottom-danger-11,
.b-bottom-danger-11 {
border-bottom: 11px solid #d52c40;
}
.border-bottom-danger-12,
.b-bottom-danger-12 {
border-bottom: 12px solid #d52c40;
}
.border-bottom-danger-13,
.b-bottom-danger-13 {
border-bottom: 13px solid #d52c40;
}
.border-bottom-danger-14,
.b-bottom-danger-14 {
border-bottom: 14px solid #d52c40;
}
.border-bottom-danger-15,
.b-bottom-danger-15 {
border-bottom: 15px solid #d52c40;
}
.border-bottom-danger-16,
.b-bottom-danger-16 {
border-bottom: 16px solid #d52c40;
}
.border-bottom-danger-17,
.b-bottom-danger-17 {
border-bottom: 17px solid #d52c40;
}
.border-bottom-danger-18,
.b-bottom-danger-18 {
border-bottom: 18px solid #d52c40;
}
.border-bottom-danger-19,
.b-bottom-danger-19 {
border-bottom: 19px solid #d52c40;
}
.border-bottom-danger-20,
.b-bottom-danger-20 {
border-bottom: 20px solid #d52c40;
}
.border-bottom-warning-1,
.b-bottom-warning-1 {
border-bottom: 1px solid #feb733;
}
.border-bottom-warning-2,
.b-bottom-warning-2 {
border-bottom: 2px solid #feb733;
}
.border-bottom-warning-3,
.b-bottom-warning-3 {
border-bottom: 3px solid #feb733;
}
.border-bottom-warning-4,
.b-bottom-warning-4 {
border-bottom: 4px solid #feb733;
}
.border-bottom-warning-5,
.b-bottom-warning-5 {
border-bottom: 5px solid #feb733;
}
.border-bottom-warning-6,
.b-bottom-warning-6 {
border-bottom: 6px solid #feb733;
}
.border-bottom-warning-7,
.b-bottom-warning-7 {
border-bottom: 7px solid #feb733;
}
.border-bottom-warning-8,
.b-bottom-warning-8 {
border-bottom: 8px solid #feb733;
}
.border-bottom-warning-9,
.b-bottom-warning-9 {
border-bottom: 9px solid #feb733;
}
.border-bottom-warning-10,
.b-bottom-warning-10 {
border-bottom: 10px solid #feb733;
}
.border-bottom-warning-11,
.b-bottom-warning-11 {
border-bottom: 11px solid #feb733;
}
.border-bottom-warning-12,
.b-bottom-warning-12 {
border-bottom: 12px solid #feb733;
}
.border-bottom-warning-13,
.b-bottom-warning-13 {
border-bottom: 13px solid #feb733;
}
.border-bottom-warning-14,
.b-bottom-warning-14 {
border-bottom: 14px solid #feb733;
}
.border-bottom-warning-15,
.b-bottom-warning-15 {
border-bottom: 15px solid #feb733;
}
.border-bottom-warning-16,
.b-bottom-warning-16 {
border-bottom: 16px solid #feb733;
}
.border-bottom-warning-17,
.b-bottom-warning-17 {
border-bottom: 17px solid #feb733;
}
.border-bottom-warning-18,
.b-bottom-warning-18 {
border-bottom: 18px solid #feb733;
}
.border-bottom-warning-19,
.b-bottom-warning-19 {
border-bottom: 19px solid #feb733;
}
.border-bottom-warning-20,
.b-bottom-warning-20 {
border-bottom: 20px solid #feb733;
}
.border-bottom-light-1,
.b-bottom-light-1 {
border-bottom: 1px solid #f7f8f9;
}
.border-bottom-light-2,
.b-bottom-light-2 {
border-bottom: 2px solid #f7f8f9;
}
.border-bottom-light-3,
.b-bottom-light-3 {
border-bottom: 3px solid #f7f8f9;
}
.border-bottom-light-4,
.b-bottom-light-4 {
border-bottom: 4px solid #f7f8f9;
}
.border-bottom-light-5,
.b-bottom-light-5 {
border-bottom: 5px solid #f7f8f9;
}
.border-bottom-light-6,
.b-bottom-light-6 {
border-bottom: 6px solid #f7f8f9;
}
.border-bottom-light-7,
.b-bottom-light-7 {
border-bottom: 7px solid #f7f8f9;
}
.border-bottom-light-8,
.b-bottom-light-8 {
border-bottom: 8px solid #f7f8f9;
}
.border-bottom-light-9,
.b-bottom-light-9 {
border-bottom: 9px solid #f7f8f9;
}
.border-bottom-light-10,
.b-bottom-light-10 {
border-bottom: 10px solid #f7f8f9;
}
.border-bottom-light-11,
.b-bottom-light-11 {
border-bottom: 11px solid #f7f8f9;
}
.border-bottom-light-12,
.b-bottom-light-12 {
border-bottom: 12px solid #f7f8f9;
}
.border-bottom-light-13,
.b-bottom-light-13 {
border-bottom: 13px solid #f7f8f9;
}
.border-bottom-light-14,
.b-bottom-light-14 {
border-bottom: 14px solid #f7f8f9;
}
.border-bottom-light-15,
.b-bottom-light-15 {
border-bottom: 15px solid #f7f8f9;
}
.border-bottom-light-16,
.b-bottom-light-16 {
border-bottom: 16px solid #f7f8f9;
}
.border-bottom-light-17,
.b-bottom-light-17 {
border-bottom: 17px solid #f7f8f9;
}
.border-bottom-light-18,
.b-bottom-light-18 {
border-bottom: 18px solid #f7f8f9;
}
.border-bottom-light-19,
.b-bottom-light-19 {
border-bottom: 19px solid #f7f8f9;
}
.border-bottom-light-20,
.b-bottom-light-20 {
border-bottom: 20px solid #f7f8f9;
}
.border-bottom-dark-1,
.b-bottom-dark-1 {
border-bottom: 1px solid #1e2124;
}
.border-bottom-dark-2,
.b-bottom-dark-2 {
border-bottom: 2px solid #1e2124;
}
.border-bottom-dark-3,
.b-bottom-dark-3 {
border-bottom: 3px solid #1e2124;
}
.border-bottom-dark-4,
.b-bottom-dark-4 {
border-bottom: 4px solid #1e2124;
}
.border-bottom-dark-5,
.b-bottom-dark-5 {
border-bottom: 5px solid #1e2124;
}
.border-bottom-dark-6,
.b-bottom-dark-6 {
border-bottom: 6px solid #1e2124;
}
.border-bottom-dark-7,
.b-bottom-dark-7 {
border-bottom: 7px solid #1e2124;
}
.border-bottom-dark-8,
.b-bottom-dark-8 {
border-bottom: 8px solid #1e2124;
}
.border-bottom-dark-9,
.b-bottom-dark-9 {
border-bottom: 9px solid #1e2124;
}
.border-bottom-dark-10,
.b-bottom-dark-10 {
border-bottom: 10px solid #1e2124;
}
.border-bottom-dark-11,
.b-bottom-dark-11 {
border-bottom: 11px solid #1e2124;
}
.border-bottom-dark-12,
.b-bottom-dark-12 {
border-bottom: 12px solid #1e2124;
}
.border-bottom-dark-13,
.b-bottom-dark-13 {
border-bottom: 13px solid #1e2124;
}
.border-bottom-dark-14,
.b-bottom-dark-14 {
border-bottom: 14px solid #1e2124;
}
.border-bottom-dark-15,
.b-bottom-dark-15 {
border-bottom: 15px solid #1e2124;
}
.border-bottom-dark-16,
.b-bottom-dark-16 {
border-bottom: 16px solid #1e2124;
}
.border-bottom-dark-17,
.b-bottom-dark-17 {
border-bottom: 17px solid #1e2124;
}
.border-bottom-dark-18,
.b-bottom-dark-18 {
border-bottom: 18px solid #1e2124;
}
.border-bottom-dark-19,
.b-bottom-dark-19 {
border-bottom: 19px solid #1e2124;
}
.border-bottom-dark-20,
.b-bottom-dark-20 {
border-bottom: 20px solid #1e2124;
}
.border-bottom-no,
.border-bottom-0,
.b-bottom-no,
.b-bottom-0 {
border-bottom: unset;
}
.border-left-primary-1,
.b-left-primary-1 {
border-left: 1px solid #1366f5;
}
.border-left-primary-2,
.b-left-primary-2 {
border-left: 2px solid #1366f5;
}
.border-left-primary-3,
.b-left-primary-3 {
border-left: 3px solid #1366f5;
}
.border-left-primary-4,
.b-left-primary-4 {
border-left: 4px solid #1366f5;
}
.border-left-primary-5,
.b-left-primary-5 {
border-left: 5px solid #1366f5;
}
.border-left-primary-6,
.b-left-primary-6 {
border-left: 6px solid #1366f5;
}
.border-left-primary-7,
.b-left-primary-7 {
border-left: 7px solid #1366f5;
}
.border-left-primary-8,
.b-left-primary-8 {
border-left: 8px solid #1366f5;
}
.border-left-primary-9,
.b-left-primary-9 {
border-left: 9px solid #1366f5;
}
.border-left-primary-10,
.b-left-primary-10 {
border-left: 10px solid #1366f5;
}
.border-left-primary-11,
.b-left-primary-11 {
border-left: 11px solid #1366f5;
}
.border-left-primary-12,
.b-left-primary-12 {
border-left: 12px solid #1366f5;
}
.border-left-primary-13,
.b-left-primary-13 {
border-left: 13px solid #1366f5;
}
.border-left-primary-14,
.b-left-primary-14 {
border-left: 14px solid #1366f5;
}
.border-left-primary-15,
.b-left-primary-15 {
border-left: 15px solid #1366f5;
}
.border-left-primary-16,
.b-left-primary-16 {
border-left: 16px solid #1366f5;
}
.border-left-primary-17,
.b-left-primary-17 {
border-left: 17px solid #1366f5;
}
.border-left-primary-18,
.b-left-primary-18 {
border-left: 18px solid #1366f5;
}
.border-left-primary-19,
.b-left-primary-19 {
border-left: 19px solid #1366f5;
}
.border-left-primary-20,
.b-left-primary-20 {
border-left: 20px solid #1366f5;
}
.border-left-secondary-1,
.b-left-secondary-1 {
border-left: 1px solid #616a71;
}
.border-left-secondary-2,
.b-left-secondary-2 {
border-left: 2px solid #616a71;
}
.border-left-secondary-3,
.b-left-secondary-3 {
border-left: 3px solid #616a71;
}
.border-left-secondary-4,
.b-left-secondary-4 {
border-left: 4px solid #616a71;
}
.border-left-secondary-5,
.b-left-secondary-5 {
border-left: 5px solid #616a71;
}
.border-left-secondary-6,
.b-left-secondary-6 {
border-left: 6px solid #616a71;
}
.border-left-secondary-7,
.b-left-secondary-7 {
border-left: 7px solid #616a71;
}
.border-left-secondary-8,
.b-left-secondary-8 {
border-left: 8px solid #616a71;
}
.border-left-secondary-9,
.b-left-secondary-9 {
border-left: 9px solid #616a71;
}
.border-left-secondary-10,
.b-left-secondary-10 {
border-left: 10px solid #616a71;
}
.border-left-secondary-11,
.b-left-secondary-11 {
border-left: 11px solid #616a71;
}
.border-left-secondary-12,
.b-left-secondary-12 {
border-left: 12px solid #616a71;
}
.border-left-secondary-13,
.b-left-secondary-13 {
border-left: 13px solid #616a71;
}
.border-left-secondary-14,
.b-left-secondary-14 {
border-left: 14px solid #616a71;
}
.border-left-secondary-15,
.b-left-secondary-15 {
border-left: 15px solid #616a71;
}
.border-left-secondary-16,
.b-left-secondary-16 {
border-left: 16px solid #616a71;
}
.border-left-secondary-17,
.b-left-secondary-17 {
border-left: 17px solid #616a71;
}
.border-left-secondary-18,
.b-left-secondary-18 {
border-left: 18px solid #616a71;
}
.border-left-secondary-19,
.b-left-secondary-19 {
border-left: 19px solid #616a71;
}
.border-left-secondary-20,
.b-left-secondary-20 {
border-left: 20px solid #616a71;
}
.border-left-success-1,
.b-left-success-1 {
border-left: 1px solid #1d7c4d;
}
.border-left-success-2,
.b-left-success-2 {
border-left: 2px solid #1d7c4d;
}
.border-left-success-3,
.b-left-success-3 {
border-left: 3px solid #1d7c4d;
}
.border-left-success-4,
.b-left-success-4 {
border-left: 4px solid #1d7c4d;
}
.border-left-success-5,
.b-left-success-5 {
border-left: 5px solid #1d7c4d;
}
.border-left-success-6,
.b-left-success-6 {
border-left: 6px solid #1d7c4d;
}
.border-left-success-7,
.b-left-success-7 {
border-left: 7px solid #1d7c4d;
}
.border-left-success-8,
.b-left-success-8 {
border-left: 8px solid #1d7c4d;
}
.border-left-success-9,
.b-left-success-9 {
border-left: 9px solid #1d7c4d;
}
.border-left-success-10,
.b-left-success-10 {
border-left: 10px solid #1d7c4d;
}
.border-left-success-11,
.b-left-success-11 {
border-left: 11px solid #1d7c4d;
}
.border-left-success-12,
.b-left-success-12 {
border-left: 12px solid #1d7c4d;
}
.border-left-success-13,
.b-left-success-13 {
border-left: 13px solid #1d7c4d;
}
.border-left-success-14,
.b-left-success-14 {
border-left: 14px solid #1d7c4d;
}
.border-left-success-15,
.b-left-success-15 {
border-left: 15px solid #1d7c4d;
}
.border-left-success-16,
.b-left-success-16 {
border-left: 16px solid #1d7c4d;
}
.border-left-success-17,
.b-left-success-17 {
border-left: 17px solid #1d7c4d;
}
.border-left-success-18,
.b-left-success-18 {
border-left: 18px solid #1d7c4d;
}
.border-left-success-19,
.b-left-success-19 {
border-left: 19px solid #1d7c4d;
}
.border-left-success-20,
.b-left-success-20 {
border-left: 20px solid #1d7c4d;
}
.border-left-danger-1,
.b-left-danger-1 {
border-left: 1px solid #d52c40;
}
.border-left-danger-2,
.b-left-danger-2 {
border-left: 2px solid #d52c40;
}
.border-left-danger-3,
.b-left-danger-3 {
border-left: 3px solid #d52c40;
}
.border-left-danger-4,
.b-left-danger-4 {
border-left: 4px solid #d52c40;
}
.border-left-danger-5,
.b-left-danger-5 {
border-left: 5px solid #d52c40;
}
.border-left-danger-6,
.b-left-danger-6 {
border-left: 6px solid #d52c40;
}
.border-left-danger-7,
.b-left-danger-7 {
border-left: 7px solid #d52c40;
}
.border-left-danger-8,
.b-left-danger-8 {
border-left: 8px solid #d52c40;
}
.border-left-danger-9,
.b-left-danger-9 {
border-left: 9px solid #d52c40;
}
.border-left-danger-10,
.b-left-danger-10 {
border-left: 10px solid #d52c40;
}
.border-left-danger-11,
.b-left-danger-11 {
border-left: 11px solid #d52c40;
}
.border-left-danger-12,
.b-left-danger-12 {
border-left: 12px solid #d52c40;
}
.border-left-danger-13,
.b-left-danger-13 {
border-left: 13px solid #d52c40;
}
.border-left-danger-14,
.b-left-danger-14 {
border-left: 14px solid #d52c40;
}
.border-left-danger-15,
.b-left-danger-15 {
border-left: 15px solid #d52c40;
}
.border-left-danger-16,
.b-left-danger-16 {
border-left: 16px solid #d52c40;
}
.border-left-danger-17,
.b-left-danger-17 {
border-left: 17px solid #d52c40;
}
.border-left-danger-18,
.b-left-danger-18 {
border-left: 18px solid #d52c40;
}
.border-left-danger-19,
.b-left-danger-19 {
border-left: 19px solid #d52c40;
}
.border-left-danger-20,
.b-left-danger-20 {
border-left: 20px solid #d52c40;
}
.border-left-warning-1,
.b-left-warning-1 {
border-left: 1px solid #feb733;
}
.border-left-warning-2,
.b-left-warning-2 {
border-left: 2px solid #feb733;
}
.border-left-warning-3,
.b-left-warning-3 {
border-left: 3px solid #feb733;
}
.border-left-warning-4,
.b-left-warning-4 {
border-left: 4px solid #feb733;
}
.border-left-warning-5,
.b-left-warning-5 {
border-left: 5px solid #feb733;
}
.border-left-warning-6,
.b-left-warning-6 {
border-left: 6px solid #feb733;
}
.border-left-warning-7,
.b-left-warning-7 {
border-left: 7px solid #feb733;
}
.border-left-warning-8,
.b-left-warning-8 {
border-left: 8px solid #feb733;
}
.border-left-warning-9,
.b-left-warning-9 {
border-left: 9px solid #feb733;
}
.border-left-warning-10,
.b-left-warning-10 {
border-left: 10px solid #feb733;
}
.border-left-warning-11,
.b-left-warning-11 {
border-left: 11px solid #feb733;
}
.border-left-warning-12,
.b-left-warning-12 {
border-left: 12px solid #feb733;
}
.border-left-warning-13,
.b-left-warning-13 {
border-left: 13px solid #feb733;
}
.border-left-warning-14,
.b-left-warning-14 {
border-left: 14px solid #feb733;
}
.border-left-warning-15,
.b-left-warning-15 {
border-left: 15px solid #feb733;
}
.border-left-warning-16,
.b-left-warning-16 {
border-left: 16px solid #feb733;
}
.border-left-warning-17,
.b-left-warning-17 {
border-left: 17px solid #feb733;
}
.border-left-warning-18,
.b-left-warning-18 {
border-left: 18px solid #feb733;
}
.border-left-warning-19,
.b-left-warning-19 {
border-left: 19px solid #feb733;
}
.border-left-warning-20,
.b-left-warning-20 {
border-left: 20px solid #feb733;
}
.border-left-light-1,
.b-left-light-1 {
border-left: 1px solid #f7f8f9;
}
.border-left-light-2,
.b-left-light-2 {
border-left: 2px solid #f7f8f9;
}
.border-left-light-3,
.b-left-light-3 {
border-left: 3px solid #f7f8f9;
}
.border-left-light-4,
.b-left-light-4 {
border-left: 4px solid #f7f8f9;
}
.border-left-light-5,
.b-left-light-5 {
border-left: 5px solid #f7f8f9;
}
.border-left-light-6,
.b-left-light-6 {
border-left: 6px solid #f7f8f9;
}
.border-left-light-7,
.b-left-light-7 {
border-left: 7px solid #f7f8f9;
}
.border-left-light-8,
.b-left-light-8 {
border-left: 8px solid #f7f8f9;
}
.border-left-light-9,
.b-left-light-9 {
border-left: 9px solid #f7f8f9;
}
.border-left-light-10,
.b-left-light-10 {
border-left: 10px solid #f7f8f9;
}
.border-left-light-11,
.b-left-light-11 {
border-left: 11px solid #f7f8f9;
}
.border-left-light-12,
.b-left-light-12 {
border-left: 12px solid #f7f8f9;
}
.border-left-light-13,
.b-left-light-13 {
border-left: 13px solid #f7f8f9;
}
.border-left-light-14,
.b-left-light-14 {
border-left: 14px solid #f7f8f9;
}
.border-left-light-15,
.b-left-light-15 {
border-left: 15px solid #f7f8f9;
}
.border-left-light-16,
.b-left-light-16 {
border-left: 16px solid #f7f8f9;
}
.border-left-light-17,
.b-left-light-17 {
border-left: 17px solid #f7f8f9;
}
.border-left-light-18,
.b-left-light-18 {
border-left: 18px solid #f7f8f9;
}
.border-left-light-19,
.b-left-light-19 {
border-left: 19px solid #f7f8f9;
}
.border-left-light-20,
.b-left-light-20 {
border-left: 20px solid #f7f8f9;
}
.border-left-dark-1,
.b-left-dark-1 {
border-left: 1px solid #1e2124;
}
.border-left-dark-2,
.b-left-dark-2 {
border-left: 2px solid #1e2124;
}
.border-left-dark-3,
.b-left-dark-3 {
border-left: 3px solid #1e2124;
}
.border-left-dark-4,
.b-left-dark-4 {
border-left: 4px solid #1e2124;
}
.border-left-dark-5,
.b-left-dark-5 {
border-left: 5px solid #1e2124;
}
.border-left-dark-6,
.b-left-dark-6 {
border-left: 6px solid #1e2124;
}
.border-left-dark-7,
.b-left-dark-7 {
border-left: 7px solid #1e2124;
}
.border-left-dark-8,
.b-left-dark-8 {
border-left: 8px solid #1e2124;
}
.border-left-dark-9,
.b-left-dark-9 {
border-left: 9px solid #1e2124;
}
.border-left-dark-10,
.b-left-dark-10 {
border-left: 10px solid #1e2124;
}
.border-left-dark-11,
.b-left-dark-11 {
border-left: 11px solid #1e2124;
}
.border-left-dark-12,
.b-left-dark-12 {
border-left: 12px solid #1e2124;
}
.border-left-dark-13,
.b-left-dark-13 {
border-left: 13px solid #1e2124;
}
.border-left-dark-14,
.b-left-dark-14 {
border-left: 14px solid #1e2124;
}
.border-left-dark-15,
.b-left-dark-15 {
border-left: 15px solid #1e2124;
}
.border-left-dark-16,
.b-left-dark-16 {
border-left: 16px solid #1e2124;
}
.border-left-dark-17,
.b-left-dark-17 {
border-left: 17px solid #1e2124;
}
.border-left-dark-18,
.b-left-dark-18 {
border-left: 18px solid #1e2124;
}
.border-left-dark-19,
.b-left-dark-19 {
border-left: 19px solid #1e2124;
}
.border-left-dark-20,
.b-left-dark-20 {
border-left: 20px solid #1e2124;
}
.border-left-no,
.border-left-0,
.b-left-no,
.b-left-0 {
border-left: unset;
}
.border-radius,
.border-r,
.b-radius,
.b-r {
border-radius: 4px;
}
.border-radius-1,
.border-r-1,
.b-radius-1,
.b-r-1 {
border-radius: 1px;
}
.border-radius-2,
.border-r-2,
.b-radius-2,
.b-r-2 {
border-radius: 2px;
}
.border-radius-3,
.border-r-3,
.b-radius-3,
.b-r-3 {
border-radius: 3px;
}
.border-radius-4,
.border-r-4,
.b-radius-4,
.b-r-4 {
border-radius: 4px;
}
.border-radius-5,
.border-r-5,
.b-radius-5,
.b-r-5 {
border-radius: 5px;
}
.border-radius-6,
.border-r-6,
.b-radius-6,
.b-r-6 {
border-radius: 6px;
}
.border-radius-7,
.border-r-7,
.b-radius-7,
.b-r-7 {
border-radius: 7px;
}
.border-radius-8,
.border-r-8,
.b-radius-8,
.b-r-8 {
border-radius: 8px;
}
.border-radius-9,
.border-r-9,
.b-radius-9,
.b-r-9 {
border-radius: 9px;
}
.border-radius-10,
.border-r-10,
.b-radius-10,
.b-r-10 {
border-radius: 10px;
}
.border-radius-11,
.border-r-11,
.b-radius-11,
.b-r-11 {
border-radius: 11px;
}
.border-radius-12,
.border-r-12,
.b-radius-12,
.b-r-12 {
border-radius: 12px;
}
.border-radius-13,
.border-r-13,
.b-radius-13,
.b-r-13 {
border-radius: 13px;
}
.border-radius-14,
.border-r-14,
.b-radius-14,
.b-r-14 {
border-radius: 14px;
}
.border-radius-15,
.border-r-15,
.b-radius-15,
.b-r-15 {
border-radius: 15px;
}
.border-radius-16,
.border-r-16,
.b-radius-16,
.b-r-16 {
border-radius: 16px;
}
.border-radius-17,
.border-r-17,
.b-radius-17,
.b-r-17 {
border-radius: 17px;
}
.border-radius-18,
.border-r-18,
.b-radius-18,
.b-r-18 {
border-radius: 18px;
}
.border-radius-19,
.border-r-19,
.b-radius-19,
.b-r-19 {
border-radius: 19px;
}
.border-radius-20,
.border-r-20,
.b-radius-20,
.b-r-20 {
border-radius: 20px;
}
.height-0px {
height: calc(0 * 1px);
max-height: calc(0 * 1px);
}
.height-10px {
height: calc(10 * 1px);
max-height: calc(10 * 1px);
}
.height-15px {
height: calc(15 * 1px);
max-height: calc(15 * 1px);
}
.height-20px {
height: calc(20 * 1px);
max-height: calc(20 * 1px);
}
.height-25px {
height: calc(25 * 1px);
max-height: calc(25 * 1px);
}
.height-30px {
height: calc(30 * 1px);
max-height: calc(30 * 1px);
}
.height-35px {
height: calc(35 * 1px);
max-height: calc(35 * 1px);
}
.height-40px {
height: calc(40 * 1px);
max-height: calc(40 * 1px);
}
.height-45px {
height: calc(45 * 1px);
max-height: calc(45 * 1px);
}
.height-50px {
height: calc(50 * 1px);
max-height: calc(50 * 1px);
}
.height-55px {
height: calc(55 * 1px);
max-height: calc(55 * 1px);
}
.height-60px {
height: calc(60 * 1px);
max-height: calc(60 * 1px);
}
.height-65px {
height: calc(65 * 1px);
max-height: calc(65 * 1px);
}
.height-70px {
height: calc(70 * 1px);
max-height: calc(70 * 1px);
}
.height-75px {
height: calc(75 * 1px);
max-height: calc(75 * 1px);
}
.height-80px {
height: calc(80 * 1px);
max-height: calc(80 * 1px);
}
.height-85px {
height: calc(85 * 1px);
max-height: calc(85 * 1px);
}
.height-90px {
height: calc(90 * 1px);
max-height: calc(90 * 1px);
}
.height-95px {
height: calc(95 * 1px);
max-height: calc(95 * 1px);
}
.height-100px {
height: calc(100 * 1px);
max-height: calc(100 * 1px);
}
.height-110px {
height: calc(110 * 1px);
max-height: calc(110 * 1px);
}
.height-115px {
height: calc(115 * 1px);
max-height: calc(115 * 1px);
}
.height-120px {
height: calc(120 * 1px);
max-height: calc(120 * 1px);
}
.height-125px {
height: calc(125 * 1px);
max-height: calc(125 * 1px);
}
.height-130px {
height: calc(130 * 1px);
max-height: calc(130 * 1px);
}
.height-135px {
height: calc(135 * 1px);
max-height: calc(135 * 1px);
}
.height-140px {
height: calc(140 * 1px);
max-height: calc(140 * 1px);
}
.height-145px {
height: calc(145 * 1px);
max-height: calc(145 * 1px);
}
.height-150px {
height: calc(150 * 1px);
max-height: calc(150 * 1px);
}
.height-155px {
height: calc(155 * 1px);
max-height: calc(155 * 1px);
}
.height-160px {
height: calc(160 * 1px);
max-height: calc(160 * 1px);
}
.height-165px {
height: calc(165 * 1px);
max-height: calc(165 * 1px);
}
.height-170px {
height: calc(170 * 1px);
max-height: calc(170 * 1px);
}
.height-175px {
height: calc(175 * 1px);
max-height: calc(175 * 1px);
}
.height-180px {
height: calc(180 * 1px);
max-height: calc(180 * 1px);
}
.height-185px {
height: calc(185 * 1px);
max-height: calc(185 * 1px);
}
.height-190px {
height: calc(190 * 1px);
max-height: calc(190 * 1px);
}
.height-195px {
height: calc(195 * 1px);
max-height: calc(195 * 1px);
}
.height-200px {
height: calc(200 * 1px);
max-height: calc(200 * 1px);
}
.height-210px {
height: calc(210 * 1px);
max-height: calc(210 * 1px);
}
.height-215px {
height: calc(215 * 1px);
max-height: calc(215 * 1px);
}
.height-220px {
height: calc(220 * 1px);
max-height: calc(220 * 1px);
}
.height-225px {
height: calc(225 * 1px);
max-height: calc(225 * 1px);
}
.height-230px {
height: calc(230 * 1px);
max-height: calc(230 * 1px);
}
.height-235px {
height: calc(235 * 1px);
max-height: calc(235 * 1px);
}
.height-240px {
height: calc(240 * 1px);
max-height: calc(240 * 1px);
}
.height-245px {
height: calc(245 * 1px);
max-height: calc(245 * 1px);
}
.height-250px {
height: calc(250 * 1px);
max-height: calc(250 * 1px);
}
.height-255px {
height: calc(255 * 1px);
max-height: calc(255 * 1px);
}
.height-260px {
height: calc(260 * 1px);
max-height: calc(260 * 1px);
}
.height-265px {
height: calc(265 * 1px);
max-height: calc(265 * 1px);
}
.height-270px {
height: calc(270 * 1px);
max-height: calc(270 * 1px);
}
.height-275px {
height: calc(275 * 1px);
max-height: calc(275 * 1px);
}
.height-280px {
height: calc(280 * 1px);
max-height: calc(280 * 1px);
}
.height-285px {
height: calc(285 * 1px);
max-height: calc(285 * 1px);
}
.height-290px {
height: calc(290 * 1px);
max-height: calc(290 * 1px);
}
.height-295px {
height: calc(295 * 1px);
max-height: calc(295 * 1px);
}
.height-300px {
height: calc(300 * 1px);
max-height: calc(300 * 1px);
}
.height-310px {
height: calc(310 * 1px);
max-height: calc(310 * 1px);
}
.height-315px {
height: calc(315 * 1px);
max-height: calc(315 * 1px);
}
.height-320px {
height: calc(320 * 1px);
max-height: calc(320 * 1px);
}
.height-325px {
height: calc(325 * 1px);
max-height: calc(325 * 1px);
}
.height-330px {
height: calc(330 * 1px);
max-height: calc(330 * 1px);
}
.height-335px {
height: calc(335 * 1px);
max-height: calc(335 * 1px);
}
.height-340px {
height: calc(340 * 1px);
max-height: calc(340 * 1px);
}
.height-345px {
height: calc(345 * 1px);
max-height: calc(345 * 1px);
}
.height-350px {
height: calc(350 * 1px);
max-height: calc(350 * 1px);
}
.height-355px {
height: calc(355 * 1px);
max-height: calc(355 * 1px);
}
.height-360px {
height: calc(360 * 1px);
max-height: calc(360 * 1px);
}
.height-365px {
height: calc(365 * 1px);
max-height: calc(365 * 1px);
}
.height-370px {
height: calc(370 * 1px);
max-height: calc(370 * 1px);
}
.height-375px {
height: calc(375 * 1px);
max-height: calc(375 * 1px);
}
.height-380px {
height: calc(380 * 1px);
max-height: calc(380 * 1px);
}
.height-385px {
height: calc(385 * 1px);
max-height: calc(385 * 1px);
}
.height-390px {
height: calc(390 * 1px);
max-height: calc(390 * 1px);
}
.height-395px {
height: calc(395 * 1px);
max-height: calc(395 * 1px);
}
.height-400px {
height: calc(400 * 1px);
max-height: calc(400 * 1px);
}
.height-410px {
height: calc(410 * 1px);
max-height: calc(410 * 1px);
}
.height-415px {
height: calc(415 * 1px);
max-height: calc(415 * 1px);
}
.height-420px {
height: calc(420 * 1px);
max-height: calc(420 * 1px);
}
.height-425px {
height: calc(425 * 1px);
max-height: calc(425 * 1px);
}
.height-430px {
height: calc(430 * 1px);
max-height: calc(430 * 1px);
}
.height-435px {
height: calc(435 * 1px);
max-height: calc(435 * 1px);
}
.height-440px {
height: calc(440 * 1px);
max-height: calc(440 * 1px);
}
.height-445px {
height: calc(445 * 1px);
max-height: calc(445 * 1px);
}
.height-450px {
height: calc(450 * 1px);
max-height: calc(450 * 1px);
}
.height-455px {
height: calc(455 * 1px);
max-height: calc(455 * 1px);
}
.height-460px {
height: calc(460 * 1px);
max-height: calc(460 * 1px);
}
.height-465px {
height: calc(465 * 1px);
max-height: calc(465 * 1px);
}
.height-470px {
height: calc(470 * 1px);
max-height: calc(470 * 1px);
}
.height-475px {
height: calc(475 * 1px);
max-height: calc(475 * 1px);
}
.height-480px {
height: calc(480 * 1px);
max-height: calc(480 * 1px);
}
.height-485px {
height: calc(485 * 1px);
max-height: calc(485 * 1px);
}
.height-490px {
height: calc(490 * 1px);
max-height: calc(490 * 1px);
}
.height-495px {
height: calc(495 * 1px);
max-height: calc(495 * 1px);
}
.height-500px {
height: calc(500 * 1px);
max-height: calc(500 * 1px);
}
.height-510px {
height: calc(510 * 1px);
max-height: calc(510 * 1px);
}
.height-515px {
height: calc(515 * 1px);
max-height: calc(515 * 1px);
}
.height-520px {
height: calc(520 * 1px);
max-height: calc(520 * 1px);
}
.height-525px {
height: calc(525 * 1px);
max-height: calc(525 * 1px);
}
.height-530px {
height: calc(530 * 1px);
max-height: calc(530 * 1px);
}
.height-535px {
height: calc(535 * 1px);
max-height: calc(535 * 1px);
}
.height-540px {
height: calc(540 * 1px);
max-height: calc(540 * 1px);
}
.height-545px {
height: calc(545 * 1px);
max-height: calc(545 * 1px);
}
.height-550px {
height: calc(550 * 1px);
max-height: calc(550 * 1px);
}
.height-555px {
height: calc(555 * 1px);
max-height: calc(555 * 1px);
}
.height-560px {
height: calc(560 * 1px);
max-height: calc(560 * 1px);
}
.height-565px {
height: calc(565 * 1px);
max-height: calc(565 * 1px);
}
.height-570px {
height: calc(570 * 1px);
max-height: calc(570 * 1px);
}
.height-575px {
height: calc(575 * 1px);
max-height: calc(575 * 1px);
}
.height-580px {
height: calc(580 * 1px);
max-height: calc(580 * 1px);
}
.height-585px {
height: calc(585 * 1px);
max-height: calc(585 * 1px);
}
.height-590px {
height: calc(590 * 1px);
max-height: calc(590 * 1px);
}
.height-595px {
height: calc(595 * 1px);
max-height: calc(595 * 1px);
}
.height-600px {
height: calc(600 * 1px);
max-height: calc(600 * 1px);
}
.height-610px {
height: calc(610 * 1px);
max-height: calc(610 * 1px);
}
.height-615px {
height: calc(615 * 1px);
max-height: calc(615 * 1px);
}
.height-620px {
height: calc(620 * 1px);
max-height: calc(620 * 1px);
}
.height-625px {
height: calc(625 * 1px);
max-height: calc(625 * 1px);
}
.height-630px {
height: calc(630 * 1px);
max-height: calc(630 * 1px);
}
.height-635px {
height: calc(635 * 1px);
max-height: calc(635 * 1px);
}
.height-640px {
height: calc(640 * 1px);
max-height: calc(640 * 1px);
}
.height-645px {
height: calc(645 * 1px);
max-height: calc(645 * 1px);
}
.height-650px {
height: calc(650 * 1px);
max-height: calc(650 * 1px);
}
.height-655px {
height: calc(655 * 1px);
max-height: calc(655 * 1px);
}
.height-660px {
height: calc(660 * 1px);
max-height: calc(660 * 1px);
}
.height-665px {
height: calc(665 * 1px);
max-height: calc(665 * 1px);
}
.height-670px {
height: calc(670 * 1px);
max-height: calc(670 * 1px);
}
.height-675px {
height: calc(675 * 1px);
max-height: calc(675 * 1px);
}
.height-680px {
height: calc(680 * 1px);
max-height: calc(680 * 1px);
}
.height-685px {
height: calc(685 * 1px);
max-height: calc(685 * 1px);
}
.height-690px {
height: calc(690 * 1px);
max-height: calc(690 * 1px);
}
.height-695px {
height: calc(695 * 1px);
max-height: calc(695 * 1px);
}
.height-0 {
height: calc(0 * 1%);
}
.height-10 {
height: calc(10 * 1%);
}
.height-20 {
height: calc(20 * 1%);
}
.height-30 {
height: calc(30 * 1%);
}
.height-40 {
height: calc(40 * 1%);
}
.height-50 {
height: calc(50 * 1%);
}
.height-60 {
height: calc(60 * 1%);
}
.height-70 {
height: calc(70 * 1%);
}
.height-80 {
height: calc(80 * 1%);
}
.height-90 {
height: calc(90 * 1%);
}
.height-100 {
height: calc(100 * 1%);
}
.width-0px {
width: calc(0 * 1px);
max-width: calc(0 * 1px);
}
.width-10px {
width: calc(10 * 1px);
max-width: calc(10 * 1px);
}
.width-15px {
width: calc(15 * 1px);
max-width: calc(15 * 1px);
}
.width-20px {
width: calc(20 * 1px);
max-width: calc(20 * 1px);
}
.width-25px {
width: calc(25 * 1px);
max-width: calc(25 * 1px);
}
.width-30px {
width: calc(30 * 1px);
max-width: calc(30 * 1px);
}
.width-35px {
width: calc(35 * 1px);
max-width: calc(35 * 1px);
}
.width-40px {
width: calc(40 * 1px);
max-width: calc(40 * 1px);
}
.width-45px {
width: calc(45 * 1px);
max-width: calc(45 * 1px);
}
.width-50px {
width: calc(50 * 1px);
max-width: calc(50 * 1px);
}
.width-55px {
width: calc(55 * 1px);
max-width: calc(55 * 1px);
}
.width-60px {
width: calc(60 * 1px);
max-width: calc(60 * 1px);
}
.width-65px {
width: calc(65 * 1px);
max-width: calc(65 * 1px);
}
.width-70px {
width: calc(70 * 1px);
max-width: calc(70 * 1px);
}
.width-75px {
width: calc(75 * 1px);
max-width: calc(75 * 1px);
}
.width-80px {
width: calc(80 * 1px);
max-width: calc(80 * 1px);
}
.width-85px {
width: calc(85 * 1px);
max-width: calc(85 * 1px);
}
.width-90px {
width: calc(90 * 1px);
max-width: calc(90 * 1px);
}
.width-95px {
width: calc(95 * 1px);
max-width: calc(95 * 1px);
}
.width-100px {
width: calc(100 * 1px);
max-width: calc(100 * 1px);
}
.width-110px {
width: calc(110 * 1px);
max-width: calc(110 * 1px);
}
.width-115px {
width: calc(115 * 1px);
max-width: calc(115 * 1px);
}
.width-120px {
width: calc(120 * 1px);
max-width: calc(120 * 1px);
}
.width-125px {
width: calc(125 * 1px);
max-width: calc(125 * 1px);
}
.width-130px {
width: calc(130 * 1px);
max-width: calc(130 * 1px);
}
.width-135px {
width: calc(135 * 1px);
max-width: calc(135 * 1px);
}
.width-140px {
width: calc(140 * 1px);
max-width: calc(140 * 1px);
}
.width-145px {
width: calc(145 * 1px);
max-width: calc(145 * 1px);
}
.width-150px {
width: calc(150 * 1px);
max-width: calc(150 * 1px);
}
.width-155px {
width: calc(155 * 1px);
max-width: calc(155 * 1px);
}
.width-160px {
width: calc(160 * 1px);
max-width: calc(160 * 1px);
}
.width-165px {
width: calc(165 * 1px);
max-width: calc(165 * 1px);
}
.width-170px {
width: calc(170 * 1px);
max-width: calc(170 * 1px);
}
.width-175px {
width: calc(175 * 1px);
max-width: calc(175 * 1px);
}
.width-180px {
width: calc(180 * 1px);
max-width: calc(180 * 1px);
}
.width-185px {
width: calc(185 * 1px);
max-width: calc(185 * 1px);
}
.width-190px {
width: calc(190 * 1px);
max-width: calc(190 * 1px);
}
.width-195px {
width: calc(195 * 1px);
max-width: calc(195 * 1px);
}
.width-200px {
width: calc(200 * 1px);
max-width: calc(200 * 1px);
}
.width-210px {
width: calc(210 * 1px);
max-width: calc(210 * 1px);
}
.width-215px {
width: calc(215 * 1px);
max-width: calc(215 * 1px);
}
.width-220px {
width: calc(220 * 1px);
max-width: calc(220 * 1px);
}
.width-225px {
width: calc(225 * 1px);
max-width: calc(225 * 1px);
}
.width-230px {
width: calc(230 * 1px);
max-width: calc(230 * 1px);
}
.width-235px {
width: calc(235 * 1px);
max-width: calc(235 * 1px);
}
.width-240px {
width: calc(240 * 1px);
max-width: calc(240 * 1px);
}
.width-245px {
width: calc(245 * 1px);
max-width: calc(245 * 1px);
}
.width-250px {
width: calc(250 * 1px);
max-width: calc(250 * 1px);
}
.width-255px {
width: calc(255 * 1px);
max-width: calc(255 * 1px);
}
.width-260px {
width: calc(260 * 1px);
max-width: calc(260 * 1px);
}
.width-265px {
width: calc(265 * 1px);
max-width: calc(265 * 1px);
}
.width-270px {
width: calc(270 * 1px);
max-width: calc(270 * 1px);
}
.width-275px {
width: calc(275 * 1px);
max-width: calc(275 * 1px);
}
.width-280px {
width: calc(280 * 1px);
max-width: calc(280 * 1px);
}
.width-285px {
width: calc(285 * 1px);
max-width: calc(285 * 1px);
}
.width-290px {
width: calc(290 * 1px);
max-width: calc(290 * 1px);
}
.width-295px {
width: calc(295 * 1px);
max-width: calc(295 * 1px);
}
.width-300px {
width: calc(300 * 1px);
max-width: calc(300 * 1px);
}
.width-310px {
width: calc(310 * 1px);
max-width: calc(310 * 1px);
}
.width-315px {
width: calc(315 * 1px);
max-width: calc(315 * 1px);
}
.width-320px {
width: calc(320 * 1px);
max-width: calc(320 * 1px);
}
.width-325px {
width: calc(325 * 1px);
max-width: calc(325 * 1px);
}
.width-330px {
width: calc(330 * 1px);
max-width: calc(330 * 1px);
}
.width-335px {
width: calc(335 * 1px);
max-width: calc(335 * 1px);
}
.width-340px {
width: calc(340 * 1px);
max-width: calc(340 * 1px);
}
.width-345px {
width: calc(345 * 1px);
max-width: calc(345 * 1px);
}
.width-350px {
width: calc(350 * 1px);
max-width: calc(350 * 1px);
}
.width-355px {
width: calc(355 * 1px);
max-width: calc(355 * 1px);
}
.width-360px {
width: calc(360 * 1px);
max-width: calc(360 * 1px);
}
.width-365px {
width: calc(365 * 1px);
max-width: calc(365 * 1px);
}
.width-370px {
width: calc(370 * 1px);
max-width: calc(370 * 1px);
}
.width-375px {
width: calc(375 * 1px);
max-width: calc(375 * 1px);
}
.width-380px {
width: calc(380 * 1px);
max-width: calc(380 * 1px);
}
.width-385px {
width: calc(385 * 1px);
max-width: calc(385 * 1px);
}
.width-390px {
width: calc(390 * 1px);
max-width: calc(390 * 1px);
}
.width-395px {
width: calc(395 * 1px);
max-width: calc(395 * 1px);
}
.width-400px {
width: calc(400 * 1px);
max-width: calc(400 * 1px);
}
.width-410px {
width: calc(410 * 1px);
max-width: calc(410 * 1px);
}
.width-415px {
width: calc(415 * 1px);
max-width: calc(415 * 1px);
}
.width-420px {
width: calc(420 * 1px);
max-width: calc(420 * 1px);
}
.width-425px {
width: calc(425 * 1px);
max-width: calc(425 * 1px);
}
.width-430px {
width: calc(430 * 1px);
max-width: calc(430 * 1px);
}
.width-435px {
width: calc(435 * 1px);
max-width: calc(435 * 1px);
}
.width-440px {
width: calc(440 * 1px);
max-width: calc(440 * 1px);
}
.width-445px {
width: calc(445 * 1px);
max-width: calc(445 * 1px);
}
.width-450px {
width: calc(450 * 1px);
max-width: calc(450 * 1px);
}
.width-455px {
width: calc(455 * 1px);
max-width: calc(455 * 1px);
}
.width-460px {
width: calc(460 * 1px);
max-width: calc(460 * 1px);
}
.width-465px {
width: calc(465 * 1px);
max-width: calc(465 * 1px);
}
.width-470px {
width: calc(470 * 1px);
max-width: calc(470 * 1px);
}
.width-475px {
width: calc(475 * 1px);
max-width: calc(475 * 1px);
}
.width-480px {
width: calc(480 * 1px);
max-width: calc(480 * 1px);
}
.width-485px {
width: calc(485 * 1px);
max-width: calc(485 * 1px);
}
.width-490px {
width: calc(490 * 1px);
max-width: calc(490 * 1px);
}
.width-495px {
width: calc(495 * 1px);
max-width: calc(495 * 1px);
}
.width-500px {
width: calc(500 * 1px);
max-width: calc(500 * 1px);
}
.width-510px {
width: calc(510 * 1px);
max-width: calc(510 * 1px);
}
.width-515px {
width: calc(515 * 1px);
max-width: calc(515 * 1px);
}
.width-520px {
width: calc(520 * 1px);
max-width: calc(520 * 1px);
}
.width-525px {
width: calc(525 * 1px);
max-width: calc(525 * 1px);
}
.width-530px {
width: calc(530 * 1px);
max-width: calc(530 * 1px);
}
.width-535px {
width: calc(535 * 1px);
max-width: calc(535 * 1px);
}
.width-540px {
width: calc(540 * 1px);
max-width: calc(540 * 1px);
}
.width-545px {
width: calc(545 * 1px);
max-width: calc(545 * 1px);
}
.width-550px {
width: calc(550 * 1px);
max-width: calc(550 * 1px);
}
.width-555px {
width: calc(555 * 1px);
max-width: calc(555 * 1px);
}
.width-560px {
width: calc(560 * 1px);
max-width: calc(560 * 1px);
}
.width-565px {
width: calc(565 * 1px);
max-width: calc(565 * 1px);
}
.width-570px {
width: calc(570 * 1px);
max-width: calc(570 * 1px);
}
.width-575px {
width: calc(575 * 1px);
max-width: calc(575 * 1px);
}
.width-580px {
width: calc(580 * 1px);
max-width: calc(580 * 1px);
}
.width-585px {
width: calc(585 * 1px);
max-width: calc(585 * 1px);
}
.width-590px {
width: calc(590 * 1px);
max-width: calc(590 * 1px);
}
.width-595px {
width: calc(595 * 1px);
max-width: calc(595 * 1px);
}
.width-600px {
width: calc(600 * 1px);
max-width: calc(600 * 1px);
}
.width-610px {
width: calc(610 * 1px);
max-width: calc(610 * 1px);
}
.width-615px {
width: calc(615 * 1px);
max-width: calc(615 * 1px);
}
.width-620px {
width: calc(620 * 1px);
max-width: calc(620 * 1px);
}
.width-625px {
width: calc(625 * 1px);
max-width: calc(625 * 1px);
}
.width-630px {
width: calc(630 * 1px);
max-width: calc(630 * 1px);
}
.width-635px {
width: calc(635 * 1px);
max-width: calc(635 * 1px);
}
.width-640px {
width: calc(640 * 1px);
max-width: calc(640 * 1px);
}
.width-645px {
width: calc(645 * 1px);
max-width: calc(645 * 1px);
}
.width-650px {
width: calc(650 * 1px);
max-width: calc(650 * 1px);
}
.width-655px {
width: calc(655 * 1px);
max-width: calc(655 * 1px);
}
.width-660px {
width: calc(660 * 1px);
max-width: calc(660 * 1px);
}
.width-665px {
width: calc(665 * 1px);
max-width: calc(665 * 1px);
}
.width-670px {
width: calc(670 * 1px);
max-width: calc(670 * 1px);
}
.width-675px {
width: calc(675 * 1px);
max-width: calc(675 * 1px);
}
.width-680px {
width: calc(680 * 1px);
max-width: calc(680 * 1px);
}
.width-685px {
width: calc(685 * 1px);
max-width: calc(685 * 1px);
}
.width-690px {
width: calc(690 * 1px);
max-width: calc(690 * 1px);
}
.width-695px {
width: calc(695 * 1px);
max-width: calc(695 * 1px);
}
.width-0 {
width: calc(0 * 1%);
}
.width-10 {
width: calc(10 * 1%);
}
.width-20 {
width: calc(20 * 1%);
}
.width-30 {
width: calc(30 * 1%);
}
.width-40 {
width: calc(40 * 1%);
}
.width-50 {
width: calc(50 * 1%);
}
.width-60 {
width: calc(60 * 1%);
}
.width-70 {
width: calc(70 * 1%);
}
.width-80 {
width: calc(80 * 1%);
}
.width-90 {
width: calc(90 * 1%);
}
.width-100 {
width: calc(100 * 1%);
}
.margin-no {
margin: 0px;
}
.margin-x {
margin-right: 0px;
margin-left: 0px;
}
.margin-y {
margin-top: 0px;
margin-bottom: 0px;
}
.margin-0 {
margin: 0px;
}
.margin-top-0 {
margin-top: 0px;
}
.margin-right-0 {
margin-right: 0px;
}
.margin-bottom-0 {
margin-bottom: 0px;
}
.margin-left-0 {
margin-left: 0px;
}
.margin-2 {
margin: 2px;
}
.margin-top-2 {
margin-top: 2px;
}
.margin-right-2 {
margin-right: 2px;
}
.margin-bottom-2 {
margin-bottom: 2px;
}
.margin-left-2 {
margin-left: 2px;
}
.margin-4 {
margin: 4px;
}
.margin-top-4 {
margin-top: 4px;
}
.margin-right-4 {
margin-right: 4px;
}
.margin-bottom-4 {
margin-bottom: 4px;
}
.margin-left-4 {
margin-left: 4px;
}
.margin-6 {
margin: 6px;
}
.margin-top-6 {
margin-top: 6px;
}
.margin-right-6 {
margin-right: 6px;
}
.margin-bottom-6 {
margin-bottom: 6px;
}
.margin-left-6 {
margin-left: 6px;
}
.margin-8 {
margin: 8px;
}
.margin-top-8 {
margin-top: 8px;
}
.margin-right-8 {
margin-right: 8px;
}
.margin-bottom-8 {
margin-bottom: 8px;
}
.margin-left-8 {
margin-left: 8px;
}
.margin-10 {
margin: 10px;
}
.margin-top-10 {
margin-top: 10px;
}
.margin-right-10 {
margin-right: 10px;
}
.margin-bottom-10 {
margin-bottom: 10px;
}
.margin-left-10 {
margin-left: 10px;
}
.margin-12 {
margin: 12px;
}
.margin-top-12 {
margin-top: 12px;
}
.margin-right-12 {
margin-right: 12px;
}
.margin-bottom-12 {
margin-bottom: 12px;
}
.margin-left-12 {
margin-left: 12px;
}
.margin-13 {
margin: 13px;
}
.margin-top-13 {
margin-top: 13px;
}
.margin-right-13 {
margin-right: 13px;
}
.margin-bottom-13 {
margin-bottom: 13px;
}
.margin-left-13 {
margin-left: 13px;
}
.margin-14 {
margin: 14px;
}
.margin-top-14 {
margin-top: 14px;
}
.margin-right-14 {
margin-right: 14px;
}
.margin-bottom-14 {
margin-bottom: 14px;
}
.margin-left-14 {
margin-left: 14px;
}
.margin-16 {
margin: 16px;
}
.margin-top-16 {
margin-top: 16px;
}
.margin-right-16 {
margin-right: 16px;
}
.margin-bottom-16 {
margin-bottom: 16px;
}
.margin-left-16 {
margin-left: 16px;
}
.margin-17 {
margin: 17px;
}
.margin-top-17 {
margin-top: 17px;
}
.margin-right-17 {
margin-right: 17px;
}
.margin-bottom-17 {
margin-bottom: 17px;
}
.margin-left-17 {
margin-left: 17px;
}
.margin-18 {
margin: 18px;
}
.margin-top-18 {
margin-top: 18px;
}
.margin-right-18 {
margin-right: 18px;
}
.margin-bottom-18 {
margin-bottom: 18px;
}
.margin-left-18 {
margin-left: 18px;
}
.margin-20 {
margin: 20px;
}
.margin-top-20 {
margin-top: 20px;
}
.margin-right-20 {
margin-right: 20px;
}
.margin-bottom-20 {
margin-bottom: 20px;
}
.margin-left-20 {
margin-left: 20px;
}
.margin-21 {
margin: 21px;
}
.margin-top-21 {
margin-top: 21px;
}
.margin-right-21 {
margin-right: 21px;
}
.margin-bottom-21 {
margin-bottom: 21px;
}
.margin-left-21 {
margin-left: 21px;
}
.margin-22 {
margin: 22px;
}
.margin-top-22 {
margin-top: 22px;
}
.margin-right-22 {
margin-right: 22px;
}
.margin-bottom-22 {
margin-bottom: 22px;
}
.margin-left-22 {
margin-left: 22px;
}
.margin-24 {
margin: 24px;
}
.margin-top-24 {
margin-top: 24px;
}
.margin-right-24 {
margin-right: 24px;
}
.margin-bottom-24 {
margin-bottom: 24px;
}
.margin-left-24 {
margin-left: 24px;
}
.margin-25 {
margin: 25px;
}
.margin-top-25 {
margin-top: 25px;
}
.margin-right-25 {
margin-right: 25px;
}
.margin-bottom-25 {
margin-bottom: 25px;
}
.margin-left-25 {
margin-left: 25px;
}
.margin-26 {
margin: 26px;
}
.margin-top-26 {
margin-top: 26px;
}
.margin-right-26 {
margin-right: 26px;
}
.margin-bottom-26 {
margin-bottom: 26px;
}
.margin-left-26 {
margin-left: 26px;
}
.margin-28 {
margin: 28px;
}
.margin-top-28 {
margin-top: 28px;
}
.margin-right-28 {
margin-right: 28px;
}
.margin-bottom-28 {
margin-bottom: 28px;
}
.margin-left-28 {
margin-left: 28px;
}
.margin-30 {
margin: 30px;
}
.margin-top-30 {
margin-top: 30px;
}
.margin-right-30 {
margin-right: 30px;
}
.margin-bottom-30 {
margin-bottom: 30px;
}
.margin-left-30 {
margin-left: 30px;
}
.margin-32 {
margin: 32px;
}
.margin-top-32 {
margin-top: 32px;
}
.margin-right-32 {
margin-right: 32px;
}
.margin-bottom-32 {
margin-bottom: 32px;
}
.margin-left-32 {
margin-left: 32px;
}
.margin-34 {
margin: 34px;
}
.margin-top-34 {
margin-top: 34px;
}
.margin-right-34 {
margin-right: 34px;
}
.margin-bottom-34 {
margin-bottom: 34px;
}
.margin-left-34 {
margin-left: 34px;
}
.margin-36 {
margin: 36px;
}
.margin-top-36 {
margin-top: 36px;
}
.margin-right-36 {
margin-right: 36px;
}
.margin-bottom-36 {
margin-bottom: 36px;
}
.margin-left-36 {
margin-left: 36px;
}
.margin-38 {
margin: 38px;
}
.margin-top-38 {
margin-top: 38px;
}
.margin-right-38 {
margin-right: 38px;
}
.margin-bottom-38 {
margin-bottom: 38px;
}
.margin-left-38 {
margin-left: 38px;
}
.margin-40 {
margin: 40px;
}
.margin-top-40 {
margin-top: 40px;
}
.margin-right-40 {
margin-right: 40px;
}
.margin-bottom-40 {
margin-bottom: 40px;
}
.margin-left-40 {
margin-left: 40px;
}
.margin-42 {
margin: 42px;
}
.margin-top-42 {
margin-top: 42px;
}
.margin-right-42 {
margin-right: 42px;
}
.margin-bottom-42 {
margin-bottom: 42px;
}
.margin-left-42 {
margin-left: 42px;
}
.margin-44 {
margin: 44px;
}
.margin-top-44 {
margin-top: 44px;
}
.margin-right-44 {
margin-right: 44px;
}
.margin-bottom-44 {
margin-bottom: 44px;
}
.margin-left-44 {
margin-left: 44px;
}
.margin-46 {
margin: 46px;
}
.margin-top-46 {
margin-top: 46px;
}
.margin-right-46 {
margin-right: 46px;
}
.margin-bottom-46 {
margin-bottom: 46px;
}
.margin-left-46 {
margin-left: 46px;
}
.margin-48 {
margin: 48px;
}
.margin-top-48 {
margin-top: 48px;
}
.margin-right-48 {
margin-right: 48px;
}
.margin-bottom-48 {
margin-bottom: 48px;
}
.margin-left-48 {
margin-left: 48px;
}
.margin-50 {
margin: 50px;
}
.margin-top-50 {
margin-top: 50px;
}
.margin-right-50 {
margin-right: 50px;
}
.margin-bottom-50 {
margin-bottom: 50px;
}
.margin-left-50 {
margin-left: 50px;
}
.padding-no {
padding: 0px;
}
.padding-x {
padding-right: 0px;
padding-left: 0px;
}
.padding-y {
padding-top: 0px;
padding-bottom: 0px;
}
.padding-0 {
padding: 0px;
}
.padding-top-0 {
padding-top: 0px;
}
.padding-right-0 {
padding-right: 0px;
}
.padding-bottom-0 {
padding-bottom: 0px;
}
.padding-left-0 {
padding-left: 0px;
}
.padding-2 {
padding: 2px;
}
.padding-top-2 {
padding-top: 2px;
}
.padding-right-2 {
padding-right: 2px;
}
.padding-bottom-2 {
padding-bottom: 2px;
}
.padding-left-2 {
padding-left: 2px;
}
.padding-4 {
padding: 4px;
}
.padding-top-4 {
padding-top: 4px;
}
.padding-right-4 {
padding-right: 4px;
}
.padding-bottom-4 {
padding-bottom: 4px;
}
.padding-left-4 {
padding-left: 4px;
}
.padding-6 {
padding: 6px;
}
.padding-top-6 {
padding-top: 6px;
}
.padding-right-6 {
padding-right: 6px;
}
.padding-bottom-6 {
padding-bottom: 6px;
}
.padding-left-6 {
padding-left: 6px;
}
.padding-8 {
padding: 8px;
}
.padding-top-8 {
padding-top: 8px;
}
.padding-right-8 {
padding-right: 8px;
}
.padding-bottom-8 {
padding-bottom: 8px;
}
.padding-left-8 {
padding-left: 8px;
}
.padding-10 {
padding: 10px;
}
.padding-top-10 {
padding-top: 10px;
}
.padding-right-10 {
padding-right: 10px;
}
.padding-bottom-10 {
padding-bottom: 10px;
}
.padding-left-10 {
padding-left: 10px;
}
.padding-12 {
padding: 12px;
}
.padding-top-12 {
padding-top: 12px;
}
.padding-right-12 {
padding-right: 12px;
}
.padding-bottom-12 {
padding-bottom: 12px;
}
.padding-left-12 {
padding-left: 12px;
}
.padding-13 {
padding: 13px;
}
.padding-top-13 {
padding-top: 13px;
}
.padding-right-13 {
padding-right: 13px;
}
.padding-bottom-13 {
padding-bottom: 13px;
}
.padding-left-13 {
padding-left: 13px;
}
.padding-14 {
padding: 14px;
}
.padding-top-14 {
padding-top: 14px;
}
.padding-right-14 {
padding-right: 14px;
}
.padding-bottom-14 {
padding-bottom: 14px;
}
.padding-left-14 {
padding-left: 14px;
}
.padding-16 {
padding: 16px;
}
.padding-top-16 {
padding-top: 16px;
}
.padding-right-16 {
padding-right: 16px;
}
.padding-bottom-16 {
padding-bottom: 16px;
}
.padding-left-16 {
padding-left: 16px;
}
.padding-17 {
padding: 17px;
}
.padding-top-17 {
padding-top: 17px;
}
.padding-right-17 {
padding-right: 17px;
}
.padding-bottom-17 {
padding-bottom: 17px;
}
.padding-left-17 {
padding-left: 17px;
}
.padding-18 {
padding: 18px;
}
.padding-top-18 {
padding-top: 18px;
}
.padding-right-18 {
padding-right: 18px;
}
.padding-bottom-18 {
padding-bottom: 18px;
}
.padding-left-18 {
padding-left: 18px;
}
.padding-20 {
padding: 20px;
}
.padding-top-20 {
padding-top: 20px;
}
.padding-right-20 {
padding-right: 20px;
}
.padding-bottom-20 {
padding-bottom: 20px;
}
.padding-left-20 {
padding-left: 20px;
}
.padding-21 {
padding: 21px;
}
.padding-top-21 {
padding-top: 21px;
}
.padding-right-21 {
padding-right: 21px;
}
.padding-bottom-21 {
padding-bottom: 21px;
}
.padding-left-21 {
padding-left: 21px;
}
.padding-22 {
padding: 22px;
}
.padding-top-22 {
padding-top: 22px;
}
.padding-right-22 {
padding-right: 22px;
}
.padding-bottom-22 {
padding-bottom: 22px;
}
.padding-left-22 {
padding-left: 22px;
}
.padding-24 {
padding: 24px;
}
.padding-top-24 {
padding-top: 24px;
}
.padding-right-24 {
padding-right: 24px;
}
.padding-bottom-24 {
padding-bottom: 24px;
}
.padding-left-24 {
padding-left: 24px;
}
.padding-25 {
padding: 25px;
}
.padding-top-25 {
padding-top: 25px;
}
.padding-right-25 {
padding-right: 25px;
}
.padding-bottom-25 {
padding-bottom: 25px;
}
.padding-left-25 {
padding-left: 25px;
}
.padding-26 {
padding: 26px;
}
.padding-top-26 {
padding-top: 26px;
}
.padding-right-26 {
padding-right: 26px;
}
.padding-bottom-26 {
padding-bottom: 26px;
}
.padding-left-26 {
padding-left: 26px;
}
.padding-28 {
padding: 28px;
}
.padding-top-28 {
padding-top: 28px;
}
.padding-right-28 {
padding-right: 28px;
}
.padding-bottom-28 {
padding-bottom: 28px;
}
.padding-left-28 {
padding-left: 28px;
}
.padding-30 {
padding: 30px;
}
.padding-top-30 {
padding-top: 30px;
}
.padding-right-30 {
padding-right: 30px;
}
.padding-bottom-30 {
padding-bottom: 30px;
}
.padding-left-30 {
padding-left: 30px;
}
.padding-32 {
padding: 32px;
}
.padding-top-32 {
padding-top: 32px;
}
.padding-right-32 {
padding-right: 32px;
}
.padding-bottom-32 {
padding-bottom: 32px;
}
.padding-left-32 {
padding-left: 32px;
}
.padding-34 {
padding: 34px;
}
.padding-top-34 {
padding-top: 34px;
}
.padding-right-34 {
padding-right: 34px;
}
.padding-bottom-34 {
padding-bottom: 34px;
}
.padding-left-34 {
padding-left: 34px;
}
.padding-36 {
padding: 36px;
}
.padding-top-36 {
padding-top: 36px;
}
.padding-right-36 {
padding-right: 36px;
}
.padding-bottom-36 {
padding-bottom: 36px;
}
.padding-left-36 {
padding-left: 36px;
}
.padding-38 {
padding: 38px;
}
.padding-top-38 {
padding-top: 38px;
}
.padding-right-38 {
padding-right: 38px;
}
.padding-bottom-38 {
padding-bottom: 38px;
}
.padding-left-38 {
padding-left: 38px;
}
.padding-40 {
padding: 40px;
}
.padding-top-40 {
padding-top: 40px;
}
.padding-right-40 {
padding-right: 40px;
}
.padding-bottom-40 {
padding-bottom: 40px;
}
.padding-left-40 {
padding-left: 40px;
}
.padding-42 {
padding: 42px;
}
.padding-top-42 {
padding-top: 42px;
}
.padding-right-42 {
padding-right: 42px;
}
.padding-bottom-42 {
padding-bottom: 42px;
}
.padding-left-42 {
padding-left: 42px;
}
.padding-44 {
padding: 44px;
}
.padding-top-44 {
padding-top: 44px;
}
.padding-right-44 {
padding-right: 44px;
}
.padding-bottom-44 {
padding-bottom: 44px;
}
.padding-left-44 {
padding-left: 44px;
}
.padding-46 {
padding: 46px;
}
.padding-top-46 {
padding-top: 46px;
}
.padding-right-46 {
padding-right: 46px;
}
.padding-bottom-46 {
padding-bottom: 46px;
}
.padding-left-46 {
padding-left: 46px;
}
.padding-48 {
padding: 48px;
}
.padding-top-48 {
padding-top: 48px;
}
.padding-right-48 {
padding-right: 48px;
}
.padding-bottom-48 {
padding-bottom: 48px;
}
.padding-left-48 {
padding-left: 48px;
}
.padding-50 {
padding: 50px;
}
.padding-top-50 {
padding-top: 50px;
}
.padding-right-50 {
padding-right: 50px;
}
.padding-bottom-50 {
padding-bottom: 50px;
}
.padding-left-50 {
padding-left: 50px;
}
.flex {
display: flex;
}
.flex-align-items-stretch {
align-items: stretch;
}
.flex-align-items-center {
align-items: center;
}
.flex-align-items-flex-start {
align-items: flex-start;
}
.flex-align-items-flex-end {
align-items: flex-end;
}
.flex-align-items-baseline {
align-items: baseline;
}
.flex-justify-content-flex-start {
justify-content: flex-start;
}
.flex-justify-content-flex-end {
justify-content: flex-end;
}
.flex-justify-content-center {
justify-content: center;
}
.flex-justify-content-space-between {
justify-content: space-between;
}
.flex-justify-content-space-around {
justify-content: space-around;
}
.flex-justify-content-space-evenly {
justify-content: space-evenly;
}
.flex-direction-row {
flex-direction: row;
}
.flex-direction-row-reverse {
flex-direction: row-reverse;
}
.flex-direction-column {
flex-direction: column;
}
.flex-direction-column-reverse {
flex-direction: column-reverse;
}
.flex-grow-0 {
flex-grow: 0;
}
.flex-grow-1 {
flex-grow: 1;
}
.flex-grow-2 {
flex-grow: 2;
}
.flex-grow-3 {
flex-grow: 3;
}
.flex-grow-4 {
flex-grow: 4;
}
.flex-grow-5 {
flex-grow: 5;
}
.flex-grow-6 {
flex-grow: 6;
}
.flex-grow-7 {
flex-grow: 7;
}
.flex-grow-8 {
flex-grow: 8;
}
.flex-grow-9 {
flex-grow: 9;
}
.flex-grow-10 {
flex-grow: 10;
}
.flex-grow-11 {
flex-grow: 11;
}
.flex-grow-12 {
flex-grow: 12;
}
.flex-grow-13 {
flex-grow: 13;
}
.flex-grow-14 {
flex-grow: 14;
}
.flex-grow-15 {
flex-grow: 15;
}
.flex-grow-16 {
flex-grow: 16;
}
.flex-grow-17 {
flex-grow: 17;
}
.flex-grow-18 {
flex-grow: 18;
}
.flex-grow-19 {
flex-grow: 19;
}
.flex-grow-20 {
flex-grow: 20;
}
.flex-wrap {
flex-wrap: wrap;
}
.position-static {
position: static;
}
.position-relative {
position: relative;
}
.position-fixed {
position: fixed;
}
.position-absolute {
position: absolute;
}
.position-sticky {
position: sticky;
}
.display-none {
display: none;
}
.display-inline {
display: inline;
}
.display-block {
display: block;
}
.display-inline-block {
display: inline-block;
}
.block {
display: block;
}
.container {
position: relative;
width: 100%;
}
.container-boxed {
width: 70%;
max-width: 1200px;
margin: 0 auto;
}
@media (max-width: 1024px) {
.container-boxed {
width: 100%;
margin: unset;
}
}
.column-1,
.col-1 {
width: calc((1 / 12) * 100%);
}
.column-2,
.col-2 {
width: calc((2 / 12) * 100%);
}
.column-3,
.col-3 {
width: calc((3 / 12) * 100%);
}
.column-4,
.col-4 {
width: calc((4 / 12) * 100%);
}
.column-5,
.col-5 {
width: calc((5 / 12) * 100%);
}
.column-6,
.col-6 {
width: calc((6 / 12) * 100%);
}
.column-7,
.col-7 {
width: calc((7 / 12) * 100%);
}
.column-8,
.col-8 {
width: calc((8 / 12) * 100%);
}
.column-9,
.col-9 {
width: calc((9 / 12) * 100%);
}
.column-10,
.col-10 {
width: calc((10 / 12) * 100%);
}
.column-11,
.col-11 {
width: calc((11 / 12) * 100%);
}
.column-12,
.col-12 {
width: calc((12 / 12) * 100%);
}
.column-sm-1,
.col-sm-1 {
width: 100%;
}
@media (max-width: 425px) {
.column-sm-1,
.col-sm-1 {
width: calc((1 / 12) * 100%);
}
}
.column-sm-2,
.col-sm-2 {
width: 100%;
}
@media (max-width: 425px) {
.column-sm-2,
.col-sm-2 {
width: calc((2 / 12) * 100%);
}
}
.column-sm-3,
.col-sm-3 {
width: 100%;
}
@media (max-width: 425px) {
.column-sm-3,
.col-sm-3 {
width: calc((3 / 12) * 100%);
}
}
.column-sm-4,
.col-sm-4 {
width: 100%;
}
@media (max-width: 425px) {
.column-sm-4,
.col-sm-4 {
width: calc((4 / 12) * 100%);
}
}
.column-sm-5,
.col-sm-5 {
width: 100%;
}
@media (max-width: 425px) {
.column-sm-5,
.col-sm-5 {
width: calc((5 / 12) * 100%);
}
}
.column-sm-6,
.col-sm-6 {
width: 100%;
}
@media (max-width: 425px) {
.column-sm-6,
.col-sm-6 {
width: calc((6 / 12) * 100%);
}
}
.column-sm-7,
.col-sm-7 {
width: 100%;
}
@media (max-width: 425px) {
.column-sm-7,
.col-sm-7 {
width: calc((7 / 12) * 100%);
}
}
.column-sm-8,
.col-sm-8 {
width: 100%;
}
@media (max-width: 425px) {
.column-sm-8,
.col-sm-8 {
width: calc((8 / 12) * 100%);
}
}
.column-sm-9,
.col-sm-9 {
width: 100%;
}
@media (max-width: 425px) {
.column-sm-9,
.col-sm-9 {
width: calc((9 / 12) * 100%);
}
}
.column-sm-10,
.col-sm-10 {
width: 100%;
}
@media (max-width: 425px) {
.column-sm-10,
.col-sm-10 {
width: calc((10 / 12) * 100%);
}
}
.column-sm-11,
.col-sm-11 {
width: 100%;
}
@media (max-width: 425px) {
.column-sm-11,
.col-sm-11 {
width: calc((11 / 12) * 100%);
}
}
.column-sm-12,
.col-sm-12 {
width: 100%;
}
@media (max-width: 425px) {
.column-sm-12,
.col-sm-12 {
width: calc((12 / 12) * 100%);
}
}
.column-md-1,
.col-md-1 {
width: 100%;
}
@media (min-width: calc(425px + 1px)) {
.column-md-1,
.col-md-1 {
width: calc((1 / 12) * 100%);
}
}
.column-md-2,
.col-md-2 {
width: 100%;
}
@media (min-width: calc(425px + 1px)) {
.column-md-2,
.col-md-2 {
width: calc((2 / 12) * 100%);
}
}
.column-md-3,
.col-md-3 {
width: 100%;
}
@media (min-width: calc(425px + 1px)) {
.column-md-3,
.col-md-3 {
width: calc((3 / 12) * 100%);
}
}
.column-md-4,
.col-md-4 {
width: 100%;
}
@media (min-width: calc(425px + 1px)) {
.column-md-4,
.col-md-4 {
width: calc((4 / 12) * 100%);
}
}
.column-md-5,
.col-md-5 {
width: 100%;
}
@media (min-width: calc(425px + 1px)) {
.column-md-5,
.col-md-5 {
width: calc((5 / 12) * 100%);
}
}
.column-md-6,
.col-md-6 {
width: 100%;
}
@media (min-width: calc(425px + 1px)) {
.column-md-6,
.col-md-6 {
width: calc((6 / 12) * 100%);
}
}
.column-md-7,
.col-md-7 {
width: 100%;
}
@media (min-width: calc(425px + 1px)) {
.column-md-7,
.col-md-7 {
width: calc((7 / 12) * 100%);
}
}
.column-md-8,
.col-md-8 {
width: 100%;
}
@media (min-width: calc(425px + 1px)) {
.column-md-8,
.col-md-8 {
width: calc((8 / 12) * 100%);
}
}
.column-md-9,
.col-md-9 {
width: 100%;
}
@media (min-width: calc(425px + 1px)) {
.column-md-9,
.col-md-9 {
width: calc((9 / 12) * 100%);
}
}
.column-md-10,
.col-md-10 {
width: 100%;
}
@media (min-width: calc(425px + 1px)) {
.column-md-10,
.col-md-10 {
width: calc((10 / 12) * 100%);
}
}
.column-md-11,
.col-md-11 {
width: 100%;
}
@media (min-width: calc(425px + 1px)) {
.column-md-11,
.col-md-11 {
width: calc((11 / 12) * 100%);
}
}
.column-md-12,
.col-md-12 {
width: 100%;
}
@media (min-width: calc(425px + 1px)) {
.column-md-12,
.col-md-12 {
width: calc((12 / 12) * 100%);
}
}
.column-lg-1,
.col-lg-1 {
width: 100%;
}
@media (min-width: calc(768px + 1px)) {
.column-lg-1,
.col-lg-1 {
width: calc((1 / 12) * 100%);
}
}
.column-lg-2,
.col-lg-2 {
width: 100%;
}
@media (min-width: calc(768px + 1px)) {
.column-lg-2,
.col-lg-2 {
width: calc((2 / 12) * 100%);
}
}
.column-lg-3,
.col-lg-3 {
width: 100%;
}
@media (min-width: calc(768px + 1px)) {
.column-lg-3,
.col-lg-3 {
width: calc((3 / 12) * 100%);
}
}
.column-lg-4,
.col-lg-4 {
width: 100%;
}
@media (min-width: calc(768px + 1px)) {
.column-lg-4,
.col-lg-4 {
width: calc((4 / 12) * 100%);
}
}
.column-lg-5,
.col-lg-5 {
width: 100%;
}
@media (min-width: calc(768px + 1px)) {
.column-lg-5,
.col-lg-5 {
width: calc((5 / 12) * 100%);
}
}
.column-lg-6,
.col-lg-6 {
width: 100%;
}
@media (min-width: calc(768px + 1px)) {
.column-lg-6,
.col-lg-6 {
width: calc((6 / 12) * 100%);
}
}
.column-lg-7,
.col-lg-7 {
width: 100%;
}
@media (min-width: calc(768px + 1px)) {
.column-lg-7,
.col-lg-7 {
width: calc((7 / 12) * 100%);
}
}
.column-lg-8,
.col-lg-8 {
width: 100%;
}
@media (min-width: calc(768px + 1px)) {
.column-lg-8,
.col-lg-8 {
width: calc((8 / 12) * 100%);
}
}
.column-lg-9,
.col-lg-9 {
width: 100%;
}
@media (min-width: calc(768px + 1px)) {
.column-lg-9,
.col-lg-9 {
width: calc((9 / 12) * 100%);
}
}
.column-lg-10,
.col-lg-10 {
width: 100%;
}
@media (min-width: calc(768px + 1px)) {
.column-lg-10,
.col-lg-10 {
width: calc((10 / 12) * 100%);
}
}
.column-lg-11,
.col-lg-11 {
width: 100%;
}
@media (min-width: calc(768px + 1px)) {
.column-lg-11,
.col-lg-11 {
width: calc((11 / 12) * 100%);
}
}
.column-lg-12,
.col-lg-12 {
width: 100%;
}
@media (min-width: calc(768px + 1px)) {
.column-lg-12,
.col-lg-12 {
width: calc((12 / 12) * 100%);
}
}
.table {
width: 100%;
border-collapse: collapse;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: #f0f0f0;
}
.table thead {
border-bottom: 2px solid #1e2124;
}
.table tbody tr {
border-bottom: 1px solid #d0d4d7;
}
.table th,
.table td {
padding: 10px;
}
.button,
.btn {
border: 0px;
border-radius: 4px;
background-color: #1366f5;
color: #f7f8f9;
padding: 8px 16px;
font-size: 16px;
}
.button:hover,
.btn:hover {
cursor: pointer;
background-color: #0a5ae4;
}
.button:active,
.btn:active {
background-color: #2b75f6;
}
.button:focus,
.button:focus-visible,
.btn:focus,
.btn:focus-visible {
outline: none;
border-width: 0px;
}
.button-link,
.btn-link {
background-color: #f7f8f9;
color: #1e2124;
}
.button-link:hover,
.btn-link:hover {
text-decoration: underline;
background-color: unset;
}
.button-link:active,
.btn-link:active {
background-color: #dbdfe4;
}
.button-sm,
.btn-sm {
padding: 4px 12px;
font-size: 14px;
}
.button-md,
.btn-md {
padding: 8px 16px;
font-size: 16px;
}
.button-lg,
.btn-lg {
padding: 12px 18px;
font-size: 18px;
}
.button-primary,
.btn-primary {
background-color: #1366f5;
color: #f7f8f9;
}
.button-primary:hover,
.btn-primary:hover {
cursor: pointer;
background-color: #0a5ae4;
}
.button-primary:active,
.btn-primary:active {
background-color: #2b75f6;
}
.button-secondary,
.btn-secondary {
background-color: #616a71;
color: #f7f8f9;
}
.button-secondary:hover,
.btn-secondary:hover {
cursor: pointer;
background-color: #575f66;
}
.button-secondary:active,
.btn-secondary:active {
background-color: #6f7981;
}
.button-success,
.btn-success {
background-color: #1d7c4d;
color: #f7f8f9;
}
.button-success:hover,
.btn-success:hover {
cursor: pointer;
background-color: #1a7045;
}
.button-success:active,
.btn-success:active {
background-color: #24995f;
}
.button-danger,
.btn-danger {
background-color: #d52c40;
color: #f7f8f9;
}
.button-danger:hover,
.btn-danger:hover {
cursor: pointer;
background-color: #c12639;
}
.button-danger:active,
.btn-danger:active {
background-color: #d94153;
}
.button-warning,
.btn-warning {
background-color: #feb733;
color: #1e2124;
}
.button-warning:hover,
.btn-warning:hover {
cursor: pointer;
background-color: #feac15;
}
.button-warning:active,
.btn-warning:active {
background-color: #febe47;
}
.button-light,
.btn-light {
background-color: #f7f8f9;
color: #1e2124;
}
.button-light:hover,
.btn-light:hover {
cursor: pointer;
background-color: #dbdfe4;
}
.button-light:active,
.btn-light:active {
background-color: #f8f9fa;
}
.button-dark,
.btn-dark {
background-color: #1e2124;
color: #f7f8f9;
}
.button-dark:hover,
.btn-dark:hover {
cursor: pointer;
background-color: #1b1e20;
}
.button-dark:active,
.btn-dark:active {
background-color: #32373c;
}
input[type="date"].input,
input[type="datetime-local"].input,
input[type="email"].input,
input[type="month"].input,
input[type="number"].input,
input[type="password"].input,
input[type="tel"].input,
input[type="text"].input,
input[type="time"].input,
input[type="url"].input,
input[type="week"].input {
width: 100%;
padding: 8px 10px 6px 10px;
box-sizing: border-box;
font-size: 16px;
}
input[type="range"].input {
width: 100%;
box-sizing: border-box;
}
input[type="checkbox"].input,
input[type="radio"].input {
transform: scale(1.4);
}
.elevation-1 {
box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.elevation-2 {
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14),
0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.elevation-3 {
box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14),
0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.elevation-4 {
box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14),
0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.elevation-5 {
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14),
0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.elevation-6 {
box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14),
0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.elevation-7 {
box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14),
0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.elevation-8 {
box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14),
0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.elevation-9 {
box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14),
0px 9px 46px 8px rgba(0, 0, 0, 0.12);
} /*# sourceMappingURL=styles.css.map */ | 0.305076 | 0.042922 |
@charset "utf-8";
/* CSS Document */
* {
margin: 0;
padding: 0;
border: none;
text-decoration: none;
list-style: none;
}
body {
font-family: arial;
font-size: 12px; /*文字大小为12px*/
padding: 0px;/*内边距为0px*/
background: url("../images/22.jpg") no-repeat;
background-size:100% 100%;
}
a {
text-decoration: none; /*链接无修饰*/
}
#nav{
width: 100%;
height: 30px;
}
#nav ul{
width:100%;
}
#nav ul li{
float: right;
margin-right: 30px;
line-height: 30px;
}
#nav a{
color: #fff;
}
#nav a:hover{
color:#DF1D20;
}
.top {
background-color: rgba(255, 255, 255, 0.5);
}
.top ul li img {
width: 180px;
height: 120px;
margin: 10px 0;
}
.top ul {
display: flex;
justify-content: space-around;
align-items: center;
}
.main-center {
display: flex;
align-items: center;
justify-content: center;
width: 1000px;
margin: 0 auto;
}
/* .content-box {
position: relative;
min-width: 1000px;
margin: 0 auto;
} */
.choosetxt {
margin-left: 20px;
height: 42px;
width: 510px;
border: 2px solid #036DC2;
}
.lookupbtn {
float: right;
width: 90px;
height: 43px;
font-size: 18px;
padding-left: 7px;
padding-top: 3px;
background: #036DC2;
}
.lookupbtn p {
color: aliceblue;
margin-left: 4px;
margin-top: 10px;
}
.wenzi {
font-size: 15px;
font-weight: bold;
margin-top: -10px;
}
.wenzi ul {
margin: 0px;
padding: 20px;
list-style: none;/* 隐藏默认列表符号*/
color: #036DC2;
}
.wenzi ul li {
height: 26px;
line-height: 26px; /*行距*/
text-align: center;
border-bottom: 1px;
position: relative;
font-family: "黑体";
font-size: 17px;
float: left;
padding-left: 30px;
}
.wenzi a {
display: block;
font-size: 13px;
color: #1F5DE7;
text-decoration: none;/*隐藏超廉价默认下划线*/
font-family: "黑体";
}
.wenzi a:hover {
color: #663434;
}
.wenzi ul li ul {
display: none;/*默认隐藏*/
top: 0px;
width: 130px;
position: absolute;
padding-top: 25px;
margin-left: -40px;
}
.wenzi ul li:hover ul {
display: block;
}
.wenzi ul li:hover ul li a {
display: block;
}
.main { /*设置页面主体的样式*/
width: 1000px; /*页面主体宽度为1000px*/
margin: 0 auto; /*上下左右都自动适应*/
padding: 3px;
padding-top: 30px;
}
.matter1 {
width: 100%;
overflow: hidden;
margin-top: 6px;
margin-left: 120px;
}
.matter1 .left {
width: 750px;
float: left;
}
/* 幻灯片广告样式 */
.slider {
margin: 5px auto;
width: 750px;
height: 288px;
position: relative;
}
.conbox { /* 播放面板样式 */
position: absolute;
padding: 8px 8px 8px 8px;
}
.switcher {
position: absolute;
bottom: 10px;
right: 10px;
float: right;
z-index: 99;
}
.switcher a {
background: #fff;
border: 1px solid #D00000;
cursor: pointer;
float: left;
font-family: arial;
height: 18px;
line-height: 18px;
width: 18px;
margin: 4px;
text-align: center;
color: #D00000;
}
.switcher a.cur, .switcher a:hover {
background: #FF0000;
border: 1px solid #D00000;
height: 24px;
line-height: 24px;
width: 24px;
margin: 0 2px;
color: #fff;
font-weight: 800px;
}
h1 {
margin-left: 20px;
font-family: "宋体";
font-size: 30px;
margin-top: 50px;
}
h3{
height: 70px;
overflow: hidden;
}
#container{
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.people {
position: relative;
margin: 10px;
width: 270px;
height: 440px;
border: 4px solid #FFFFFF;
box-shadow: 0 15px 15px rgba(0,0,0,.4);
flex: 1;
}
.people .box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.people .box img {
position: absolute;
top: 0;
left: 0;
object-fit: cover;
transition: .5s;
}
.people:hover .box img {
opacity: 1;
}
.people .content {
opacity: 0.8;
position: absolute;
bottom: 20px;
left: 5%;
width: 50px;
height: 90px;
background: #fff;
transition: 0.5s;
overflow: hidden;
padding: 15px;
box-sizing: border-box;
box-shadow: 0 15px 15px rgba(0,0,0,.4);
}
.people:hover .content {
width: 100%;
height: 70%;
opacity: 1px;
}
.people .content h3 {
margin: 0px;
padding: 0px;
font-size: 20px;
font-weight: 600px;
font-family: "黑体";
opacity: 1px;
}
.people .content p {
margin: 20px 0 0;
padding: 0px;
line-height: 16px;
font-size: 14px;
font-family: "宋体";
}
.people1 {
position: relative;
width: 270px;
height: 436px;
border: 4px solid #FFFFFF;
margin-left: 333px;
margin-top: -455px;
box-shadow: 0 15px 15px rgba(0,0,0,.4);
}
.people1 .box1 {
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
.people1 .box1 img {
position: absolute;
top: 0;
object-fit: cover;
transition: .5s;
height: 100%;
width: 100%;
}
.people1:hover .box1 img {
opacity: 0.5;
}
.people1 .content1 {
opacity: 0.8;
position: absolute;
bottom: 20px;
left: 15px;
width: 50px;
height: 90px;
background: #fff;
transition: 0.5s;
overflow: hidden;
padding: 15px;
box-sizing: border-box;
box-shadow: 0 15px 15px rgba(0,0,0,.4);
}
.people1:hover .content1 {
width: 100%;
height: 70%;
opacity: 1px;
}
.people1 .content1 h3 {
margin: 0px;
padding: 0px;
font-size: 20px;
font-weight: 600px;
font-family: "黑体";
opacity: 1px;
}
.people1 .content1 p {
margin: 20px 0 0;
padding: 0px;
line-height: 16px;
font-size: 14px;
font-family: "宋体";
}
.people2 {
position: relative;
width: 270px;
height: 436px;
border: 4px solid #FFFFFF;
margin-left: 655px;
margin-top: -445px;
box-shadow: 0 15px 15px rgba(0,0,0,.4);
}
.people2 .box2 {
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
.people2 .box2 img {
position: absolute;
top: 0;
object-fit: cover;
transition: .5s;
height: 100%;
width: 100%;
}
.people2:hover .box2 img {
opacity: 0.5;
}
.people2 .content2 {
opacity: 0.8;
position: absolute;
bottom: 20px;
left: 15px;
width: 50px;
height: 90px;
background: #fff;
transition: 0.5s;
overflow: hidden;
padding: 15px;
box-sizing: border-box;
box-shadow: 0 15px 15px rgba(0,0,0,.4);
}
.people2:hover .content2 {
width: 100%;
height: 70%;
opacity: 1px;
}
.people2 .content2 h3 {
margin: 0px;
padding: 0px;
font-size: 20px;
font-weight: 600px;
font-family: "黑体";
opacity: 1px;
}
.people2 .content2 p {
margin: 20px 0 0;
padding: 0px;
line-height: 16px;
font-size: 14px;
font-family: "宋体";
}
.people3 {
position: relative;
width: 270px;
height: 436px;
border: 4px solid #FFFFFF;
margin-left: 975px;
margin-top: -445px;
box-shadow: 0 15px 15px rgba(0,0,0,.4);
}
.people3 .box3 {
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
.people3 .box3 img {
position: absolute;
top: 0;
object-fit: cover;
transition: .5s;
height: 100%;
width: 100%;
}
.people3:hover .box3 img {
opacity: 0.5;
}
.people3 .content3 {
opacity: 0.8;
position: absolute;
bottom: 20px;
left: 15px;
width: 50px;
height: 90px;
background: #fff;
transition: 0.5s;
overflow: hidden;
padding: 15px;
box-sizing: border-box;
box-shadow: 0 15px 15px rgba(0,0,0,.4);
}
.people3:hover .content3 {
width: 100%;
height: 70%;
opacity: 1px;
}
.people3 .content3 h3 {
margin: 0px;
padding: 0px;
font-size: 20px;
font-weight: 600px;
font-family: "黑体";
opacity: 1px;
}
.people3 .content3 p {
margin: 20px 0 0;
padding: 0px;
line-height:16px;
font-size: 14px;
font-family: "宋体";
}
#footer{
width: 100%;
height: 50px;
background: #1D1C1C;
margin-top: 10px;
}
#footer p{
font-size: 15px;
color: #fff;
text-align: center;
line-height: 50px;
} | english/css/index.css | @charset "utf-8";
/* CSS Document */
* {
margin: 0;
padding: 0;
border: none;
text-decoration: none;
list-style: none;
}
body {
font-family: arial;
font-size: 12px; /*文字大小为12px*/
padding: 0px;/*内边距为0px*/
background: url("../images/22.jpg") no-repeat;
background-size:100% 100%;
}
a {
text-decoration: none; /*链接无修饰*/
}
#nav{
width: 100%;
height: 30px;
}
#nav ul{
width:100%;
}
#nav ul li{
float: right;
margin-right: 30px;
line-height: 30px;
}
#nav a{
color: #fff;
}
#nav a:hover{
color:#DF1D20;
}
.top {
background-color: rgba(255, 255, 255, 0.5);
}
.top ul li img {
width: 180px;
height: 120px;
margin: 10px 0;
}
.top ul {
display: flex;
justify-content: space-around;
align-items: center;
}
.main-center {
display: flex;
align-items: center;
justify-content: center;
width: 1000px;
margin: 0 auto;
}
/* .content-box {
position: relative;
min-width: 1000px;
margin: 0 auto;
} */
.choosetxt {
margin-left: 20px;
height: 42px;
width: 510px;
border: 2px solid #036DC2;
}
.lookupbtn {
float: right;
width: 90px;
height: 43px;
font-size: 18px;
padding-left: 7px;
padding-top: 3px;
background: #036DC2;
}
.lookupbtn p {
color: aliceblue;
margin-left: 4px;
margin-top: 10px;
}
.wenzi {
font-size: 15px;
font-weight: bold;
margin-top: -10px;
}
.wenzi ul {
margin: 0px;
padding: 20px;
list-style: none;/* 隐藏默认列表符号*/
color: #036DC2;
}
.wenzi ul li {
height: 26px;
line-height: 26px; /*行距*/
text-align: center;
border-bottom: 1px;
position: relative;
font-family: "黑体";
font-size: 17px;
float: left;
padding-left: 30px;
}
.wenzi a {
display: block;
font-size: 13px;
color: #1F5DE7;
text-decoration: none;/*隐藏超廉价默认下划线*/
font-family: "黑体";
}
.wenzi a:hover {
color: #663434;
}
.wenzi ul li ul {
display: none;/*默认隐藏*/
top: 0px;
width: 130px;
position: absolute;
padding-top: 25px;
margin-left: -40px;
}
.wenzi ul li:hover ul {
display: block;
}
.wenzi ul li:hover ul li a {
display: block;
}
.main { /*设置页面主体的样式*/
width: 1000px; /*页面主体宽度为1000px*/
margin: 0 auto; /*上下左右都自动适应*/
padding: 3px;
padding-top: 30px;
}
.matter1 {
width: 100%;
overflow: hidden;
margin-top: 6px;
margin-left: 120px;
}
.matter1 .left {
width: 750px;
float: left;
}
/* 幻灯片广告样式 */
.slider {
margin: 5px auto;
width: 750px;
height: 288px;
position: relative;
}
.conbox { /* 播放面板样式 */
position: absolute;
padding: 8px 8px 8px 8px;
}
.switcher {
position: absolute;
bottom: 10px;
right: 10px;
float: right;
z-index: 99;
}
.switcher a {
background: #fff;
border: 1px solid #D00000;
cursor: pointer;
float: left;
font-family: arial;
height: 18px;
line-height: 18px;
width: 18px;
margin: 4px;
text-align: center;
color: #D00000;
}
.switcher a.cur, .switcher a:hover {
background: #FF0000;
border: 1px solid #D00000;
height: 24px;
line-height: 24px;
width: 24px;
margin: 0 2px;
color: #fff;
font-weight: 800px;
}
h1 {
margin-left: 20px;
font-family: "宋体";
font-size: 30px;
margin-top: 50px;
}
h3{
height: 70px;
overflow: hidden;
}
#container{
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.people {
position: relative;
margin: 10px;
width: 270px;
height: 440px;
border: 4px solid #FFFFFF;
box-shadow: 0 15px 15px rgba(0,0,0,.4);
flex: 1;
}
.people .box {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.people .box img {
position: absolute;
top: 0;
left: 0;
object-fit: cover;
transition: .5s;
}
.people:hover .box img {
opacity: 1;
}
.people .content {
opacity: 0.8;
position: absolute;
bottom: 20px;
left: 5%;
width: 50px;
height: 90px;
background: #fff;
transition: 0.5s;
overflow: hidden;
padding: 15px;
box-sizing: border-box;
box-shadow: 0 15px 15px rgba(0,0,0,.4);
}
.people:hover .content {
width: 100%;
height: 70%;
opacity: 1px;
}
.people .content h3 {
margin: 0px;
padding: 0px;
font-size: 20px;
font-weight: 600px;
font-family: "黑体";
opacity: 1px;
}
.people .content p {
margin: 20px 0 0;
padding: 0px;
line-height: 16px;
font-size: 14px;
font-family: "宋体";
}
.people1 {
position: relative;
width: 270px;
height: 436px;
border: 4px solid #FFFFFF;
margin-left: 333px;
margin-top: -455px;
box-shadow: 0 15px 15px rgba(0,0,0,.4);
}
.people1 .box1 {
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
.people1 .box1 img {
position: absolute;
top: 0;
object-fit: cover;
transition: .5s;
height: 100%;
width: 100%;
}
.people1:hover .box1 img {
opacity: 0.5;
}
.people1 .content1 {
opacity: 0.8;
position: absolute;
bottom: 20px;
left: 15px;
width: 50px;
height: 90px;
background: #fff;
transition: 0.5s;
overflow: hidden;
padding: 15px;
box-sizing: border-box;
box-shadow: 0 15px 15px rgba(0,0,0,.4);
}
.people1:hover .content1 {
width: 100%;
height: 70%;
opacity: 1px;
}
.people1 .content1 h3 {
margin: 0px;
padding: 0px;
font-size: 20px;
font-weight: 600px;
font-family: "黑体";
opacity: 1px;
}
.people1 .content1 p {
margin: 20px 0 0;
padding: 0px;
line-height: 16px;
font-size: 14px;
font-family: "宋体";
}
.people2 {
position: relative;
width: 270px;
height: 436px;
border: 4px solid #FFFFFF;
margin-left: 655px;
margin-top: -445px;
box-shadow: 0 15px 15px rgba(0,0,0,.4);
}
.people2 .box2 {
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
.people2 .box2 img {
position: absolute;
top: 0;
object-fit: cover;
transition: .5s;
height: 100%;
width: 100%;
}
.people2:hover .box2 img {
opacity: 0.5;
}
.people2 .content2 {
opacity: 0.8;
position: absolute;
bottom: 20px;
left: 15px;
width: 50px;
height: 90px;
background: #fff;
transition: 0.5s;
overflow: hidden;
padding: 15px;
box-sizing: border-box;
box-shadow: 0 15px 15px rgba(0,0,0,.4);
}
.people2:hover .content2 {
width: 100%;
height: 70%;
opacity: 1px;
}
.people2 .content2 h3 {
margin: 0px;
padding: 0px;
font-size: 20px;
font-weight: 600px;
font-family: "黑体";
opacity: 1px;
}
.people2 .content2 p {
margin: 20px 0 0;
padding: 0px;
line-height: 16px;
font-size: 14px;
font-family: "宋体";
}
.people3 {
position: relative;
width: 270px;
height: 436px;
border: 4px solid #FFFFFF;
margin-left: 975px;
margin-top: -445px;
box-shadow: 0 15px 15px rgba(0,0,0,.4);
}
.people3 .box3 {
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
.people3 .box3 img {
position: absolute;
top: 0;
object-fit: cover;
transition: .5s;
height: 100%;
width: 100%;
}
.people3:hover .box3 img {
opacity: 0.5;
}
.people3 .content3 {
opacity: 0.8;
position: absolute;
bottom: 20px;
left: 15px;
width: 50px;
height: 90px;
background: #fff;
transition: 0.5s;
overflow: hidden;
padding: 15px;
box-sizing: border-box;
box-shadow: 0 15px 15px rgba(0,0,0,.4);
}
.people3:hover .content3 {
width: 100%;
height: 70%;
opacity: 1px;
}
.people3 .content3 h3 {
margin: 0px;
padding: 0px;
font-size: 20px;
font-weight: 600px;
font-family: "黑体";
opacity: 1px;
}
.people3 .content3 p {
margin: 20px 0 0;
padding: 0px;
line-height:16px;
font-size: 14px;
font-family: "宋体";
}
#footer{
width: 100%;
height: 50px;
background: #1D1C1C;
margin-top: 10px;
}
#footer p{
font-size: 15px;
color: #fff;
text-align: center;
line-height: 50px;
} | 0.131062 | 0.040295 |
.hello {
position: relative;
width: 1200px;
height: 712px;
background: rgba(235, 235, 235, 1);
margin: auto;
}
.top_box {
position: absolute;
width: 1200px;
height: 40px;
background: rgba(45, 45, 45, 1);
vertical-align: middle;
display: inline-block;
}
.logo {
width: 56px;
height: 20px;
font-size: 14px;
font-family: PingFangSC-Regular;
color: rgba(255, 255, 255, 1);
line-height: 35px;
float: left;
margin-left: 20px;
}
.mywork {
width: 56px;
height: 20px;
font-size: 14px;
font-family: PingFangSC-Regular;
color: rgba(255, 255, 255, 1);
line-height: 35px;
margin-right: 10px;
float: right;
}
.other {
width: 2px;
height: 13px;
color: rgba(255, 255, 255, 1);
line-height: 35px;
margin-right: 10px;
float: right;
}
.headcp {
margin-top: 5px;
margin-right: 20px;
width: 30px;
height: 30px;
float: right;
}
.tab {
margin-top: 59px;
margin-left: 128px;
width: 500px;
height: 36px;
/* border: 1px solid #ddd;
box-shadow: 0 0 2px #ddd; */
/*处理超出的内容*/
overflow: hidden;
}
.tabs{
margin-top: 59px;
margin-left: 128px;
}
.tab-header {
height: 36px;
text-align: center;
position: relative;
}
.tab-header ul {
width: 500px;
position: absolute;
left: -1px;
list-style: none;
/* width:200px; */
/* height:36px;
background:rgba(247,247,247,1);
border-radius:0px 3px 0px 0px;
border:1px solid rgba(229,229,229,1); */
}
.tab-header ul li {
float: left;
width: 96px;
height: 36px;
font-size: 14px;
font-family: PingFangSC-Regular;
background: rgba(247, 247, 247, 1);
border-radius: 3px 0px 0px 0px;
border: 1px solid rgba(229, 229, 229, 1);
line-height: 27px;
padding: 0 1px;
/* border-bottom: 1px solid #dddddd; */
}
.tab-header ul li.selected {
/* background-color: white;
font-weight: bolder;
border-bottom: 0;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
padding: 0; */
width: 96px;
height: 36px;
font-size: 14px;
font-family: PingFangSC-Regular;
color: rgba(91, 138, 249, 1);
background: white;
line-height: 27px;
}
.tab-header ul li:hover {
color: white;
}
.survey {
width: 960px;
height: 534px;
background: rgba(255, 255, 255, 1);
border-radius: 0px 0px 3px 3px;
border: 1px solid rgba(229, 229, 229, 1);
}
#title {
width: 93px;
height: 25px;
font-size: 18px;
font-family: PingFangSC-Medium;
color: rgba(51, 51, 51, 1);
line-height: 25px;
margin-left: 424px;
margin-top: 23px;
}
.normal {
position: absolute;
top: 30px;
left:850px;
width: 57px;
height: 24px;
background-color: gray;
border-radius: 3px;
/* width:42px;
height:20px; */
font-size: 14px;
font-family: PingFangSC-Regular;
color: rgba(255, 255, 255, 1);
}
.state{
background: rgba(82, 196, 26, 1);
}
.timeholder {
margin-top: 17px;
text-align: center;
}
#time {
height: 20px;
font-size: 14px;
font-family: PingFangSC-Regular;
color: rgba(51, 51, 51, 1);
line-height: 20px;
}
.explainholder {
margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}
#explain {
width: 920px;
height: 40px;
font-size: 14px;
font-family: PingFangSC-Regular;
color: rgba(51, 51, 51, 1);
line-height: 20px;
}
.quesHolder {
margin-left: 20px;
margin-top: 25px;
}
.quesOne {
height: 20px;
font-size: 14px;
font-family: PingFangSC-Medium;
color: rgba(51, 51, 51, 1);
line-height: 20px;
}
.quesTwo {
height: 20px;
font-size: 14px;
font-family: PingFangSC-Medium;
color: rgba(51, 51, 51, 1);
line-height: 20px;
}
.answ1,
.answ2,
.answ3,
.answ4,
.answ5,
.answ6,
.answ7 {
height: 20px;
font-size: 14px;
font-family: PingFangSC-Regular;
color: rgba(51, 51, 51, 1);
line-height: 20px;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
.submit {
margin-left: 20px;
margin-top: 8px;
background: rgba(91, 138, 249, 1);
border-radius: 3px;
} | examples/css/detail.css | .hello {
position: relative;
width: 1200px;
height: 712px;
background: rgba(235, 235, 235, 1);
margin: auto;
}
.top_box {
position: absolute;
width: 1200px;
height: 40px;
background: rgba(45, 45, 45, 1);
vertical-align: middle;
display: inline-block;
}
.logo {
width: 56px;
height: 20px;
font-size: 14px;
font-family: PingFangSC-Regular;
color: rgba(255, 255, 255, 1);
line-height: 35px;
float: left;
margin-left: 20px;
}
.mywork {
width: 56px;
height: 20px;
font-size: 14px;
font-family: PingFangSC-Regular;
color: rgba(255, 255, 255, 1);
line-height: 35px;
margin-right: 10px;
float: right;
}
.other {
width: 2px;
height: 13px;
color: rgba(255, 255, 255, 1);
line-height: 35px;
margin-right: 10px;
float: right;
}
.headcp {
margin-top: 5px;
margin-right: 20px;
width: 30px;
height: 30px;
float: right;
}
.tab {
margin-top: 59px;
margin-left: 128px;
width: 500px;
height: 36px;
/* border: 1px solid #ddd;
box-shadow: 0 0 2px #ddd; */
/*处理超出的内容*/
overflow: hidden;
}
.tabs{
margin-top: 59px;
margin-left: 128px;
}
.tab-header {
height: 36px;
text-align: center;
position: relative;
}
.tab-header ul {
width: 500px;
position: absolute;
left: -1px;
list-style: none;
/* width:200px; */
/* height:36px;
background:rgba(247,247,247,1);
border-radius:0px 3px 0px 0px;
border:1px solid rgba(229,229,229,1); */
}
.tab-header ul li {
float: left;
width: 96px;
height: 36px;
font-size: 14px;
font-family: PingFangSC-Regular;
background: rgba(247, 247, 247, 1);
border-radius: 3px 0px 0px 0px;
border: 1px solid rgba(229, 229, 229, 1);
line-height: 27px;
padding: 0 1px;
/* border-bottom: 1px solid #dddddd; */
}
.tab-header ul li.selected {
/* background-color: white;
font-weight: bolder;
border-bottom: 0;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
padding: 0; */
width: 96px;
height: 36px;
font-size: 14px;
font-family: PingFangSC-Regular;
color: rgba(91, 138, 249, 1);
background: white;
line-height: 27px;
}
.tab-header ul li:hover {
color: white;
}
.survey {
width: 960px;
height: 534px;
background: rgba(255, 255, 255, 1);
border-radius: 0px 0px 3px 3px;
border: 1px solid rgba(229, 229, 229, 1);
}
#title {
width: 93px;
height: 25px;
font-size: 18px;
font-family: PingFangSC-Medium;
color: rgba(51, 51, 51, 1);
line-height: 25px;
margin-left: 424px;
margin-top: 23px;
}
.normal {
position: absolute;
top: 30px;
left:850px;
width: 57px;
height: 24px;
background-color: gray;
border-radius: 3px;
/* width:42px;
height:20px; */
font-size: 14px;
font-family: PingFangSC-Regular;
color: rgba(255, 255, 255, 1);
}
.state{
background: rgba(82, 196, 26, 1);
}
.timeholder {
margin-top: 17px;
text-align: center;
}
#time {
height: 20px;
font-size: 14px;
font-family: PingFangSC-Regular;
color: rgba(51, 51, 51, 1);
line-height: 20px;
}
.explainholder {
margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}
#explain {
width: 920px;
height: 40px;
font-size: 14px;
font-family: PingFangSC-Regular;
color: rgba(51, 51, 51, 1);
line-height: 20px;
}
.quesHolder {
margin-left: 20px;
margin-top: 25px;
}
.quesOne {
height: 20px;
font-size: 14px;
font-family: PingFangSC-Medium;
color: rgba(51, 51, 51, 1);
line-height: 20px;
}
.quesTwo {
height: 20px;
font-size: 14px;
font-family: PingFangSC-Medium;
color: rgba(51, 51, 51, 1);
line-height: 20px;
}
.answ1,
.answ2,
.answ3,
.answ4,
.answ5,
.answ6,
.answ7 {
height: 20px;
font-size: 14px;
font-family: PingFangSC-Regular;
color: rgba(51, 51, 51, 1);
line-height: 20px;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
.submit {
margin-left: 20px;
margin-top: 8px;
background: rgba(91, 138, 249, 1);
border-radius: 3px;
} | 0.572603 | 0.10235 |
@font-face {
font-family: 'raleway';
src: url('/fonts/raleway/raleway-bold-webfont.eot');
src: url('/fonts/raleway/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/raleway/raleway-bold-webfont.woff') format('woff'),
url('/fonts/raleway/raleway-bold-webfont.ttf') format('truetype'),
url('/fonts/raleway/raleway-bold-webfont.svg#ralewaybold') format('svg');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'raleway';
src: url('/fonts/raleway/raleway-regular-webfont.eot');
src: url('/fonts/raleway/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/raleway/raleway-regular-webfont.woff') format('woff'),
url('/fonts/raleway/raleway-regular-webfont.ttf') format('truetype'),
url('/fonts/raleway/raleway-regular-webfont.svg#ralewayregular') format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'raleway';
src: url('/fonts/raleway/raleway-light-webfont.eot');
src: url('/fonts/raleway/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/raleway/raleway-light-webfont.woff') format('woff'),
url('/fonts/raleway/raleway-light-webfont.ttf') format('truetype'),
url('/fonts/raleway/raleway-light-webfont.svg#ralewaylight') format('svg');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'raleway';
src: url('/fonts/raleway/raleway-extralight-webfont.eot');
src: url('/fonts/raleway/raleway-extralight-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/raleway/raleway-extralight-webfont.woff') format('woff'),
url('/fonts/raleway/raleway-extralight-webfont.ttf') format('truetype'),
url('/fonts/raleway/raleway-extralight-webfont.svg#ralewayextralight') format('svg');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'montserrat';
src: url('/fonts/montserrat/montserrat-bold-webfont.eot');
src: url('/fonts/montserrat/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/montserrat/montserrat-bold-webfont.woff') format('woff'),
url('/fonts/montserrat/montserrat-bold-webfont.ttf') format('truetype'),
url('/fonts/montserrat/montserrat-bold-webfont.svg#montserratbold') format('svg');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'montserrat';
src: url('/fonts/montserrat/montserrat-regular-webfont.eot');
src: url('/fonts/montserrat/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/montserrat/montserrat-regular-webfont.woff') format('woff'),
url('/fonts/montserrat/montserrat-regular-webfont.ttf') format('truetype'),
url('/fonts/montserrat/montserrat-regular-webfont.svg#montserratregular') format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'TeXGyreHeros';
src: url('/fonts/texgyreheros/texgyreheros-bold-webfont.eot');
src: url('/fonts/texgyreheros/texgyreheros-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/texgyreheros/texgyreheros-bold-webfont.woff') format('woff'),
url('/fonts/texgyreheros/texgyreheros-bold-webfont.ttf') format('truetype'),
url('/fonts/texgyreheros/texgyreheros-bold-webfont.svg#texgyreherosbold') format('svg');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'TeXGyreHeros';
src: url('/fonts/texgyreheros/texgyreheros-regular-webfont.eot');
src: url('/fonts/texgyreheros/texgyreheros-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/texgyreheros/texgyreheros-regular-webfont.woff') format('woff'),
url('/fonts/texgyreheros/texgyreheros-regular-webfont.ttf') format('truetype'),
url('/fonts/texgyreheros/texgyreheros-regular-webfont.svg#texgyreherosregular') format('svg');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'TeXGyreHeros';
src: url('/fonts/texgyreheros/texgyreheros-regular-webfont.eot');
src: url('/fonts/texgyreheros/texgyreheros-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/texgyreheros/texgyreheros-regular-webfont.woff') format('woff'),
url('/fonts/texgyreheros/texgyreheros-regular-webfont.ttf') format('truetype'),
url('/fonts/texgyreheros/texgyreheros-regular-webfont.svg#texgyreherosregular') format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'TeXGyreHeros';
src: url('/fonts/texgyreheros/texgyreheroscn-regular-webfont.eot');
src: url('/fonts/texgyreheros/texgyreheroscn-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/texgyreheros/texgyreheroscn-regular-webfont.woff') format('woff'),
url('/fonts/texgyreheros/texgyreheroscn-regular-webfont.ttf') format('truetype'),
url('/fonts/texgyreheros/texgyreheroscn-regular-webfont.svg#texgyreheroscnregular') format('svg');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'MyHelveticaNeue';
src: local("Helvetica Neue Bold"), local("HelveticaNeueBold"), local("HelveticaNeue-Bold");
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'MyHelveticaNeue';
src: local("Helvetica Neue Medium"), local("HelveticaNeueMedium"), local("HelveticaNeue-Medium");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'MyHelveticaNeue';
src: local("Helvetica Neue"), local("HelveticaNeue"), local("Helvetica Neue Roman"), local("HelveticaNeueRoman"), local("HelveticaNeue-Roman"), local("Helvetica");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'MyHelveticaNeue';
src: local("Helvetica Neue Light"), local("HelveticaNeueLight"), local("HelveticaNeue-Light");
font-weight: 300;
font-style: normal;
}
body {
font-family: MyHelveticaNeue, Arial, TeXGyreHeros, sans-serif;
font-weight: 300;
font-size: 14px;
}
.chapeu {
font-family: montserrat, sans-serif;
font-weight: 600;
font-size: 14px;
}
.title {
font-family: raleway, sans-serif;
font-weight: 300;
font-size: 28px;
}
.title-featured {
font-family: raleway, sans-serif;
font-weight: 300;
font-size: 46px;
}
.sub-title {
font-family: montserrat, sans-serif;
font-weight: 600;
font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: raleway, sans-serif;
font-weight: 300;
}
h2 {
color: #5cc773;
}
p:first-letter{
text-transform: uppercase;
}
p {
color: #646464;
}
a {
color: #79cf8a;
}
a:hover,
a:focus {
color: #009f15;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 14/05/2014, 08:58:55
Author : batista
*/
#footer
{
background-color: #E89836;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
color: white;
clear: both;
margin-top: 50px;
float: left;
width: 100%;
}
/* Line 205 */
a
{
color: #79cf8a;
}
/* Line 455 */
.menu-search
{
color: #ffffff;
float: right;
font-size: 1.3em;
padding-top: 15px;
padding-right: 12px;
padding-bottom: 15px;
padding-left: 12px;
}
.menu-search {
color: #FFFFFF;
float: right;
font-size: 1.3em;
padding: 15px 12px;
}
.menu-search:hover {
text-decoration: none;
color: #FFFFFF;
}
.menu-busca {
border: none!important;
}
.menu-busca a {
color: #FFFFFF !important;
font-size: 1.6em;
}
.input-search {
position: absolute;
right: 0;
top: 7px;
display: none;
}
.stretchLeft{
display: inline;
animation-name: stretchLeft;
-webkit-animation-name: stretchLeft;
animation-duration: 1.5s;
-webkit-animation-duration: 1.5s;
animation-timing-function: ease-out;
-webkit-animation-timing-function: ease-out;
transform-origin: 100% 0%;
-ms-transform-origin: 100% 0%;
-webkit-transform-origin: 100% 0%;
}
@keyframes stretchLeft {
0% {
transform: scaleX(0.3);
}
40% {
transform: scaleX(1.02);
}
60% {
transform: scaleX(0.98);
}
80% {
transform: scaleX(1.01);
}
100% {
transform: scaleX(0.98);
}
80% {
transform: scaleX(1.01);
}
100% {
transform: scaleX(1);
}
}
@-webkit-keyframes stretchLeft {
0% {
-webkit-transform: scaleX(0.3);
}
40% {
-webkit-transform: scaleX(1.02);
}
60% {
-webkit-transform: scaleX(0.98);
}
80% {
-webkit-transform: scaleX(1.01);
}
100% {
-webkit-transform: scaleX(0.98);
}
80% {
-webkit-transform: scaleX(1.01);
}
100% {
-webkit-transform: scaleX(1);
}
}
/* Line 643 */
.form-control:focus
{
border-top-color: #06b82c;
border-right-color-value: #06b82c;
border-bottom-color: #06b82c;
border-left-color-value: #06b82c;
box-shadow: 0px 1px 1px rgba(6, 184, 44, 0.075) inset, 0px 0px 8px rgba(6, 184, 44, 0.6);
outline-width: 0px;
outline-style: none;
} | assets/btan/css/main.css |
@font-face {
font-family: 'raleway';
src: url('/fonts/raleway/raleway-bold-webfont.eot');
src: url('/fonts/raleway/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/raleway/raleway-bold-webfont.woff') format('woff'),
url('/fonts/raleway/raleway-bold-webfont.ttf') format('truetype'),
url('/fonts/raleway/raleway-bold-webfont.svg#ralewaybold') format('svg');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'raleway';
src: url('/fonts/raleway/raleway-regular-webfont.eot');
src: url('/fonts/raleway/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/raleway/raleway-regular-webfont.woff') format('woff'),
url('/fonts/raleway/raleway-regular-webfont.ttf') format('truetype'),
url('/fonts/raleway/raleway-regular-webfont.svg#ralewayregular') format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'raleway';
src: url('/fonts/raleway/raleway-light-webfont.eot');
src: url('/fonts/raleway/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/raleway/raleway-light-webfont.woff') format('woff'),
url('/fonts/raleway/raleway-light-webfont.ttf') format('truetype'),
url('/fonts/raleway/raleway-light-webfont.svg#ralewaylight') format('svg');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'raleway';
src: url('/fonts/raleway/raleway-extralight-webfont.eot');
src: url('/fonts/raleway/raleway-extralight-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/raleway/raleway-extralight-webfont.woff') format('woff'),
url('/fonts/raleway/raleway-extralight-webfont.ttf') format('truetype'),
url('/fonts/raleway/raleway-extralight-webfont.svg#ralewayextralight') format('svg');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'montserrat';
src: url('/fonts/montserrat/montserrat-bold-webfont.eot');
src: url('/fonts/montserrat/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/montserrat/montserrat-bold-webfont.woff') format('woff'),
url('/fonts/montserrat/montserrat-bold-webfont.ttf') format('truetype'),
url('/fonts/montserrat/montserrat-bold-webfont.svg#montserratbold') format('svg');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'montserrat';
src: url('/fonts/montserrat/montserrat-regular-webfont.eot');
src: url('/fonts/montserrat/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/montserrat/montserrat-regular-webfont.woff') format('woff'),
url('/fonts/montserrat/montserrat-regular-webfont.ttf') format('truetype'),
url('/fonts/montserrat/montserrat-regular-webfont.svg#montserratregular') format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'TeXGyreHeros';
src: url('/fonts/texgyreheros/texgyreheros-bold-webfont.eot');
src: url('/fonts/texgyreheros/texgyreheros-bold-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/texgyreheros/texgyreheros-bold-webfont.woff') format('woff'),
url('/fonts/texgyreheros/texgyreheros-bold-webfont.ttf') format('truetype'),
url('/fonts/texgyreheros/texgyreheros-bold-webfont.svg#texgyreherosbold') format('svg');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'TeXGyreHeros';
src: url('/fonts/texgyreheros/texgyreheros-regular-webfont.eot');
src: url('/fonts/texgyreheros/texgyreheros-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/texgyreheros/texgyreheros-regular-webfont.woff') format('woff'),
url('/fonts/texgyreheros/texgyreheros-regular-webfont.ttf') format('truetype'),
url('/fonts/texgyreheros/texgyreheros-regular-webfont.svg#texgyreherosregular') format('svg');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'TeXGyreHeros';
src: url('/fonts/texgyreheros/texgyreheros-regular-webfont.eot');
src: url('/fonts/texgyreheros/texgyreheros-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/texgyreheros/texgyreheros-regular-webfont.woff') format('woff'),
url('/fonts/texgyreheros/texgyreheros-regular-webfont.ttf') format('truetype'),
url('/fonts/texgyreheros/texgyreheros-regular-webfont.svg#texgyreherosregular') format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'TeXGyreHeros';
src: url('/fonts/texgyreheros/texgyreheroscn-regular-webfont.eot');
src: url('/fonts/texgyreheros/texgyreheroscn-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/texgyreheros/texgyreheroscn-regular-webfont.woff') format('woff'),
url('/fonts/texgyreheros/texgyreheroscn-regular-webfont.ttf') format('truetype'),
url('/fonts/texgyreheros/texgyreheroscn-regular-webfont.svg#texgyreheroscnregular') format('svg');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'MyHelveticaNeue';
src: local("Helvetica Neue Bold"), local("HelveticaNeueBold"), local("HelveticaNeue-Bold");
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'MyHelveticaNeue';
src: local("Helvetica Neue Medium"), local("HelveticaNeueMedium"), local("HelveticaNeue-Medium");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'MyHelveticaNeue';
src: local("Helvetica Neue"), local("HelveticaNeue"), local("Helvetica Neue Roman"), local("HelveticaNeueRoman"), local("HelveticaNeue-Roman"), local("Helvetica");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'MyHelveticaNeue';
src: local("Helvetica Neue Light"), local("HelveticaNeueLight"), local("HelveticaNeue-Light");
font-weight: 300;
font-style: normal;
}
body {
font-family: MyHelveticaNeue, Arial, TeXGyreHeros, sans-serif;
font-weight: 300;
font-size: 14px;
}
.chapeu {
font-family: montserrat, sans-serif;
font-weight: 600;
font-size: 14px;
}
.title {
font-family: raleway, sans-serif;
font-weight: 300;
font-size: 28px;
}
.title-featured {
font-family: raleway, sans-serif;
font-weight: 300;
font-size: 46px;
}
.sub-title {
font-family: montserrat, sans-serif;
font-weight: 600;
font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: raleway, sans-serif;
font-weight: 300;
}
h2 {
color: #5cc773;
}
p:first-letter{
text-transform: uppercase;
}
p {
color: #646464;
}
a {
color: #79cf8a;
}
a:hover,
a:focus {
color: #009f15;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 14/05/2014, 08:58:55
Author : batista
*/
#footer
{
background-color: #E89836;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
color: white;
clear: both;
margin-top: 50px;
float: left;
width: 100%;
}
/* Line 205 */
a
{
color: #79cf8a;
}
/* Line 455 */
.menu-search
{
color: #ffffff;
float: right;
font-size: 1.3em;
padding-top: 15px;
padding-right: 12px;
padding-bottom: 15px;
padding-left: 12px;
}
.menu-search {
color: #FFFFFF;
float: right;
font-size: 1.3em;
padding: 15px 12px;
}
.menu-search:hover {
text-decoration: none;
color: #FFFFFF;
}
.menu-busca {
border: none!important;
}
.menu-busca a {
color: #FFFFFF !important;
font-size: 1.6em;
}
.input-search {
position: absolute;
right: 0;
top: 7px;
display: none;
}
.stretchLeft{
display: inline;
animation-name: stretchLeft;
-webkit-animation-name: stretchLeft;
animation-duration: 1.5s;
-webkit-animation-duration: 1.5s;
animation-timing-function: ease-out;
-webkit-animation-timing-function: ease-out;
transform-origin: 100% 0%;
-ms-transform-origin: 100% 0%;
-webkit-transform-origin: 100% 0%;
}
@keyframes stretchLeft {
0% {
transform: scaleX(0.3);
}
40% {
transform: scaleX(1.02);
}
60% {
transform: scaleX(0.98);
}
80% {
transform: scaleX(1.01);
}
100% {
transform: scaleX(0.98);
}
80% {
transform: scaleX(1.01);
}
100% {
transform: scaleX(1);
}
}
@-webkit-keyframes stretchLeft {
0% {
-webkit-transform: scaleX(0.3);
}
40% {
-webkit-transform: scaleX(1.02);
}
60% {
-webkit-transform: scaleX(0.98);
}
80% {
-webkit-transform: scaleX(1.01);
}
100% {
-webkit-transform: scaleX(0.98);
}
80% {
-webkit-transform: scaleX(1.01);
}
100% {
-webkit-transform: scaleX(1);
}
}
/* Line 643 */
.form-control:focus
{
border-top-color: #06b82c;
border-right-color-value: #06b82c;
border-bottom-color: #06b82c;
border-left-color-value: #06b82c;
box-shadow: 0px 1px 1px rgba(6, 184, 44, 0.075) inset, 0px 0px 8px rgba(6, 184, 44, 0.6);
outline-width: 0px;
outline-style: none;
} | 0.372163 | 0.030938 |
html{
scroll-behavior: smooth;
}
body {
font-family: 'Baskervville';
background-color: rgb(252, 252, 242);
color: rgb(134, 101, 59);
font-size: 1rem;
}
.btn-xl {
text-transform: uppercase;
padding: 1.5rem 3rem;
font-size: 0.9rem;
font-weight: 700;
letter-spacing: 0.1rem;
}
.bg-black {
background-color: #000 !important;
}
.rounded-pill {
border-radius: 5rem;
}
.navbar-custom {
padding-top: 1rem;
padding-bottom: 1rem;
background-color: rgba(255, 255, 255, 0.7);
}
.navbar-custom .navbar-brand {
text-transform: uppercase;
font-size: 0.8rem;
letter-spacing: 0.1rem;
font-weight: 700;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
text-transform: uppercase;
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.1rem;
}
header.masthead {
position: relative;
background-image: url('../img/bg-masthead.jpg');
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: cover;
}
header.masthead .masthead-content {
z-index: 1;
position: relative;
}
header.masthead .masthead-content .masthead-heading {
font-size: 2rem;
}
header.masthead .masthead-content .masthead-subheading {
font-size: 1rem;
}
@media (min-width: 992px) {
header.masthead {
padding-top: calc(10rem + 55px);
padding-bottom: 10rem;
}
header.masthead .masthead-content .masthead-heading {
font-size: 4rem;
}
header.masthead .masthead-content .masthead-subheading {
font-size: 2rem;
}
}
.bg-primary {
background-color: rgb(184, 222, 173) !important;
color: rgb(252, 252, 242);
}
.btn-primary {
background-color: rgb(134, 101, 59);
border-color: white;
border-width: 2px;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
background-color: #8c4c11 !important;
border-color: #8c4c11 !important;
}
.btn-primary:focus {
box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
}
.btn-secondary {
background-color: #ff6a00;
border-color: #ff6a00;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
background-color: #cc5500 !important;
border-color: #cc5500 !important;
}
.btn-secondary:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
} | css/one-page-wonder.css | html{
scroll-behavior: smooth;
}
body {
font-family: 'Baskervville';
background-color: rgb(252, 252, 242);
color: rgb(134, 101, 59);
font-size: 1rem;
}
.btn-xl {
text-transform: uppercase;
padding: 1.5rem 3rem;
font-size: 0.9rem;
font-weight: 700;
letter-spacing: 0.1rem;
}
.bg-black {
background-color: #000 !important;
}
.rounded-pill {
border-radius: 5rem;
}
.navbar-custom {
padding-top: 1rem;
padding-bottom: 1rem;
background-color: rgba(255, 255, 255, 0.7);
}
.navbar-custom .navbar-brand {
text-transform: uppercase;
font-size: 0.8rem;
letter-spacing: 0.1rem;
font-weight: 700;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
text-transform: uppercase;
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.1rem;
}
header.masthead {
position: relative;
background-image: url('../img/bg-masthead.jpg');
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: cover;
}
header.masthead .masthead-content {
z-index: 1;
position: relative;
}
header.masthead .masthead-content .masthead-heading {
font-size: 2rem;
}
header.masthead .masthead-content .masthead-subheading {
font-size: 1rem;
}
@media (min-width: 992px) {
header.masthead {
padding-top: calc(10rem + 55px);
padding-bottom: 10rem;
}
header.masthead .masthead-content .masthead-heading {
font-size: 4rem;
}
header.masthead .masthead-content .masthead-subheading {
font-size: 2rem;
}
}
.bg-primary {
background-color: rgb(184, 222, 173) !important;
color: rgb(252, 252, 242);
}
.btn-primary {
background-color: rgb(134, 101, 59);
border-color: white;
border-width: 2px;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
background-color: #8c4c11 !important;
border-color: #8c4c11 !important;
}
.btn-primary:focus {
box-shadow: 0 0 0 0.2rem rgba(238, 9, 121, 0.5);
}
.btn-secondary {
background-color: #ff6a00;
border-color: #ff6a00;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
background-color: #cc5500 !important;
border-color: #cc5500 !important;
}
.btn-secondary:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.5);
} | 0.507568 | 0.058912 |
.label{
display: block;
/*font-family: Montserrat-ExtraBold;*/
font-size: 24px;
color: #333333;
line-height: 1.2;
text-align: center;
padding-bottom: 44px;
}
.btn-submit{
min-width: 193px;
height: 50px;
border-radius: 25px;
background: #ffd01a;
/*font-family: Montserrat-Bold;*/
font-size: 15px;
line-height: 1.5;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
padding: 0 25px;
transition: background-color 100ms ease-in-out, transform 200ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
border: none;
outline: none !important;
}
.btn-submit:hover {
background-color: #efb10a;
transform: scale(1.1);
}
.btn-submit:active{
background-color: #E8A200;
transform: scale(1);
}
.btn-submit span{
color: black;
font-weight: 600;
}
.input1{
height: 50px;
border-radius: 25px;
padding: 0 30px;
display: block;
width: 80%;
background: #e6e6e6;
/*font-family: Montserrat-Bold;*/
font-size: 15px;
line-height: 1.5;
color: #666666;
outline: none;
border: none;
overflow: visible;
}
/*---------------------------------------------*/
.wrap-input1 {
position: relative;
width: 80%;
z-index: 1;
margin-bottom: 20px;
}
.input1 {
display: block;
width: 100%;
background: #e6e6e6;
/*font-family: Montserrat-Bold;*/
font-size: 15px;
line-height: 1.5;
color: #666666;
}
.shadow-input1 {
border-radius: 25px;
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
box-shadow: 0px 0px 0px 0px;
color: #ffd01a;
}
.input1:focus + .shadow-input1 {
-webkit-animation: anim-shadow 0.5s ease-in-out forwards;
animation: anim-shadow 0.5s ease-in-out forwards;
}
@-webkit-keyframes anim-shadow {
to {
box-shadow: 0px 0px 80px 30px;
opacity: 0;
}
}
@keyframes anim-shadow {
to {
box-shadow: 0px 0px 80px 30px;
opacity: 0;
}
}
/*-----------------------*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance: textfield;
}
.bungkus{
display: flex;
justify-content: center;
}
@media (max-width: 992px) {
.nol {
display: none;
}
} | public/frontend/css/validasi.css | .label{
display: block;
/*font-family: Montserrat-ExtraBold;*/
font-size: 24px;
color: #333333;
line-height: 1.2;
text-align: center;
padding-bottom: 44px;
}
.btn-submit{
min-width: 193px;
height: 50px;
border-radius: 25px;
background: #ffd01a;
/*font-family: Montserrat-Bold;*/
font-size: 15px;
line-height: 1.5;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
padding: 0 25px;
transition: background-color 100ms ease-in-out, transform 200ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
border: none;
outline: none !important;
}
.btn-submit:hover {
background-color: #efb10a;
transform: scale(1.1);
}
.btn-submit:active{
background-color: #E8A200;
transform: scale(1);
}
.btn-submit span{
color: black;
font-weight: 600;
}
.input1{
height: 50px;
border-radius: 25px;
padding: 0 30px;
display: block;
width: 80%;
background: #e6e6e6;
/*font-family: Montserrat-Bold;*/
font-size: 15px;
line-height: 1.5;
color: #666666;
outline: none;
border: none;
overflow: visible;
}
/*---------------------------------------------*/
.wrap-input1 {
position: relative;
width: 80%;
z-index: 1;
margin-bottom: 20px;
}
.input1 {
display: block;
width: 100%;
background: #e6e6e6;
/*font-family: Montserrat-Bold;*/
font-size: 15px;
line-height: 1.5;
color: #666666;
}
.shadow-input1 {
border-radius: 25px;
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
box-shadow: 0px 0px 0px 0px;
color: #ffd01a;
}
.input1:focus + .shadow-input1 {
-webkit-animation: anim-shadow 0.5s ease-in-out forwards;
animation: anim-shadow 0.5s ease-in-out forwards;
}
@-webkit-keyframes anim-shadow {
to {
box-shadow: 0px 0px 80px 30px;
opacity: 0;
}
}
@keyframes anim-shadow {
to {
box-shadow: 0px 0px 80px 30px;
opacity: 0;
}
}
/*-----------------------*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance: textfield;
}
.bungkus{
display: flex;
justify-content: center;
}
@media (max-width: 992px) {
.nol {
display: none;
}
} | 0.384103 | 0.07477 |
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-size: 0.9em;
font-family: monospace;
}
input {
text-align: center;
}
.btn-file {
position: relative;
overflow: hidden;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
outline: none;
background: white;
cursor: inherit;
display: block;
}
.hasFile, .hasGCode, .hasHeightMap {
display: none;
}
.progress {
display: none;
margin: 5px 0;
}
#canvasWrapper {
z-index: 100;
overflow: auto;
position: absolute;
}
#canvasWrapper canvas {
display: inline-block;
float: left;
}
#explorer {
top: 15px;
bottom: 15px;
padding: 10px;
z-index: 1000;
position: fixed;
background-color: #eee;
border: 1px #ccc solid;
border-radius: 6px;
overflow-y: auto;
}
#explorer.left {
left: 15px;
}
#explorer.right {
right: 15px;
}
#explorer h3 {
margin: 0;
padding: 0 5px;
font-size: 1.6em;
margin-bottom: 15px;
}
#explorer h3 i.toggle {
font-size: 14px;
font-weight: normal;
}
#explorer hr {
border: 0;
margin: 5px 0;
border-top: 1px #ccc dotted;
}
#controls .section {
margin-top: 5px;
padding-top: 5px;
border-top: 1px #ccc dotted;
}
#controls h3 {
margin: 5px 0;
padding: 0 5px;
border-radius: 4px;
background-color: #ccc;
}
#pixel label,
#controls label {
display: block;
}
#pixel .label,
#controls .label {
white-space: pre;
font-size: 1em;
color: inherit;
}
#pixel {
padding: 5px;
z-index: 2000;
display: none;
border-radius: 4px;
position: absolute;
background-color: #ccc;
}
#pixel .color {
width: 20px;
height: 1em;
display: inline-block;
}
#controls .gcode.settings input,
#controls .gcode.settings select,
#controls .laser.settings input,
#controls .laser.settings select {
width: 80px;
}
#controls .gcode.settings input[type="checkbox"] {
width: auto;
} | dist/example/style.css | * {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-size: 0.9em;
font-family: monospace;
}
input {
text-align: center;
}
.btn-file {
position: relative;
overflow: hidden;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
outline: none;
background: white;
cursor: inherit;
display: block;
}
.hasFile, .hasGCode, .hasHeightMap {
display: none;
}
.progress {
display: none;
margin: 5px 0;
}
#canvasWrapper {
z-index: 100;
overflow: auto;
position: absolute;
}
#canvasWrapper canvas {
display: inline-block;
float: left;
}
#explorer {
top: 15px;
bottom: 15px;
padding: 10px;
z-index: 1000;
position: fixed;
background-color: #eee;
border: 1px #ccc solid;
border-radius: 6px;
overflow-y: auto;
}
#explorer.left {
left: 15px;
}
#explorer.right {
right: 15px;
}
#explorer h3 {
margin: 0;
padding: 0 5px;
font-size: 1.6em;
margin-bottom: 15px;
}
#explorer h3 i.toggle {
font-size: 14px;
font-weight: normal;
}
#explorer hr {
border: 0;
margin: 5px 0;
border-top: 1px #ccc dotted;
}
#controls .section {
margin-top: 5px;
padding-top: 5px;
border-top: 1px #ccc dotted;
}
#controls h3 {
margin: 5px 0;
padding: 0 5px;
border-radius: 4px;
background-color: #ccc;
}
#pixel label,
#controls label {
display: block;
}
#pixel .label,
#controls .label {
white-space: pre;
font-size: 1em;
color: inherit;
}
#pixel {
padding: 5px;
z-index: 2000;
display: none;
border-radius: 4px;
position: absolute;
background-color: #ccc;
}
#pixel .color {
width: 20px;
height: 1em;
display: inline-block;
}
#controls .gcode.settings input,
#controls .gcode.settings select,
#controls .laser.settings input,
#controls .laser.settings select {
width: 80px;
}
#controls .gcode.settings input[type="checkbox"] {
width: auto;
} | 0.433262 | 0.134662 |
@media screen and (max-height: 919px) and (min-width: 1000px) {
#wrap-content-content .wrap-left-menu,
#wrap-content-content .wrap-main-content,
#wrap-content-content .wrap-main-content {
padding-top: 15px;
}
.left-menu-content .menu,
.left-menu-content .link_post,
.site-info,
p.foot-info-site {
margin-top: 15px;
}
}
@media screen and (max-height: 773px) and (min-width: 1000px) {
.left-menu-content .menu ul li a {
padding-top: 7px;
padding-bottom: 7px;
}
}
@media screen and (max-height: 656px) and (min-width: 1000px) {
.site-info li {
margin-bottom: 3px;
}
p.foot-info-site {
margin-top: 3px;
}
.logo_img {
width: 180px;
}
.left-menu-content .menu {
margin-top: 5px;
}
}
@media screen and (max-width: 1350px) {
#wrap-content-content .wrap-left-menu {
transform: none;
left: 10px;
}
#wrap-content-content .wrap-main-content {
margin-left: 303px;
}
}
@media screen and (max-width: 1000px) {
body {
background-color: #fcf6f5;
}
.wrap-top_mobile_head {
align-items: center;
box-shadow: 0 2px 7px rgba(242, 224, 220, 0.4);
background-color: #ffffff;
padding: 5px 0;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99999;
}
.top_mobile_head {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 0;
}
.top_mobile_head .top_mobile_head-logo {
margin-right: 20px;
max-width: 211px;
}
.top_mobile_head .top_mobile_head-publish {
text-align: center;
}
.top_mobile_head .top_mobile_head-publish span {
display: block;
margin-top: 4px;
font-size: 12px;
color: #444444;
}
#wrap-content-content {
padding-bottom: 150px;
padding-top: 92px;
}
#wrap-content-content .wrap-main-content::after {
display: none;
}
#wrap-content-content .wrap-left-menu {
margin: 0;
padding: 0;
position: fixed;
top: auto;
bottom: 0;
left: 0;
right: 0;
max-width: 100%;
width: 100%;
z-index: 99999;
padding: 12px 48px;
background-color: #ffffff;
box-shadow: 0 2px 7px rgba(242, 224, 220, 0.4);
}
#wrap-content-content .wrap-left-menu .left-menu-content {
margin: 0;
padding: 0;
}
#wrap-content-content .wrap-left-menu .logo {
display: none;
}
#wrap-content-content .wrap-left-menu .menu {
margin: 0;
padding: 0;
max-width: none;
}
#wrap-content-content .wrap-left-menu .menu ul {
display: flex;
align-items: center;
justify-content: space-between;
}
#wrap-content-content .wrap-left-menu .menu li:not(.mobShow) {
display: none;
}
#wrap-content-content .wrap-left-menu .menu li {
margin-bottom: 0;
}
#wrap-content-content .wrap-left-menu .menu li a {
display: flex;
flex-direction: column;
padding: 0;
}
#wrap-content-content .wrap-left-menu .menu li a .icon_li {
margin: 0;
padding: 0;
display: inline-block;
margin-bottom: 5px;
}
#wrap-content-content .wrap-left-menu .menu li a span {
transition: 0.2s;
font-size: 12px;
font-weight: 400;
}
#wrap-content-content .wrap-left-menu .menu li.active a,
#wrap-content-content .wrap-left-menu .menu li:hover a {
background: #fff;
}
#wrap-content-content .wrap-left-menu .menu li.mobMenu {
display: block;
}
#wrap-content-content .wrap-left-menu .menu li.live {
order: 1;
}
#wrap-content-content .wrap-left-menu .menu li.tape {
order: 2;
}
#wrap-content-content .wrap-left-menu .menu li.messages {
order: 3;
}
#wrap-content-content .wrap-left-menu .menu li.notification {
order: 4;
}
#wrap-content-content .wrap-left-menu .menu li.mobBurger {
order: 5;
}
#wrap-content-content .wrap-left-menu .link_post {
display: none;
}
#wrap-content-content .wrap-left-menu .site-info_desctop {
display: none;
}
#wrap-content-content .wrap-left-menu .foot-info-site {
display: none;
}
.site-info li:nth-child(2n) {
margin-right: 24px;
}
.site-info {
margin-top: 0;
margin-bottom: 20px;
}
#wrap-content-content .wrap-main-content {
padding: 0;
margin: 0;
max-width: 100%;
width: 100%;
}
.main-content-top .user {
display: none;
}
.main-content-top {
margin-bottom: 13px;
}
.main-content-top .search {
max-width: 100%;
}
.wrap-main-content section.sec-tape {
margin-top: 0;
}
.container {
max-width: 704px;
}
section.sec-tape h2 {
margin-bottom: 18px;
}
.wrap-menu-window-mobile {
overflow-y: auto;
display: block;
position: fixed;
z-index: 9999;
top: 0;
bottom: 0;
right: -100%;
width: 100%;
height: 100%;
background: #fcf6f5;
transition: 0.4s;
padding: 70px 0;
}
.wrap-menu-window-mobile.active {
right: 0;
}
.wrap-menu-window-mobile .menu-window-mobile-top {
padding: 22px 0;
}
.wrap-menu-window-mobile .menu-window-mobile-top .search {
max-width: 100%;
margin-bottom: 18px;
}
.wrap-menu-window-mobile .menu-window-mobile-top .user {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 0;
}
.wrap-menu-window-mobile .menu-window-mobile-top .user .user-img {
margin-right: 11px;
}
.wrap-menu-window-mobile .menu-window-mobile-top .user .arr_link {
margin-right: 6px;
}
.wrap-menu-window-mobile .menu-window-mobile-maian {
background-color: #ffffff;
box-shadow: 0 2px 7px rgba(242, 224, 220, 0.4);
}
.wrap-menu-window-mobile .menu-window-mobile-maian ul {
padding: 25px 0;
padding-bottom: 60px;
margin-bottom: 40px;
}
.wrap-menu-window-mobile .menu-window-mobile-maian ul li:last-child {
margin-bottom: 0;
}
.wrap-menu-window-mobile .menu-window-mobile-maian ul li a {
border-radius: 30px;
width: 100%;
display: flex;
align-items: center;
transition: 0.2s;
padding: 16px 0;
}
.wrap-menu-window-mobile .menu-window-mobile-maian ul li a .icon_li {
min-width: 28px;
min-height: 28px;
background-position: center center;
background-repeat: no-repeat;
margin-right: 16px;
position: relative;
}
.wrap-menu-window-mobile .menu-window-mobile-maian ul li a .icon_li .count_activity {
position: absolute;
top: -4px;
right: -5px;
background-color: #bdddcc;
border-radius: 100px;
padding: 3.5px 2.84px;
min-height: 19px;
min-width: 19px;
text-align: center;
}
.wrap-menu-window-mobile .menu-window-mobile-maian ul li a .icon_li .count_activity span {
display: block;
font-family: 'SegoeUI-SemiBold';
color: #42978a;
font-size: 12px;
line-height: 1;
}
.wrap-menu-window-mobile .menu-window-mobile-maian ul li a span {
font-weight: bold;
color: #222222;
font-size: 18px;
transition: 0.2s;
}
.wrap-menu-window-mobile .menu-window-mobile-maian ul li.active a span,
.wrap-menu-window-mobile .menu-window-mobile-maian ul li:hover a span {
color: #f0918b;
}
.wrap-tapes {
justify-content: space-between;
}
.wrap-tapes .wrap-tape-column {
margin-right: 0;
width: 48.5%;
}
.wrap-tapes .wrap-tape-column .tape-content {
width: 100%;
}
.tape-tabs ul li {
border-radius: 25px 25px 0 0;
}
.tape-tabs {
margin-top: 17px;
margin-bottom: 23px;
}
.wrap-topic-content {
justify-content: center;
margin-left: 0;
margin-right: 0;
}
.wrap-topic-content .topic-content-el {
width: 32%;
margin: 0;
margin-bottom: 20px;
margin-right: 2%;
}
.wrap-topic-content .topic-content-el:nth-child(3n) {
margin-right: 0;
}
.user_first_a {
width: 100%;
}
.profile_settigns {
margin-top: 92px;
display: block;
}
.profile_settigns .profile_settigns-el {
display: block;
font-size: 0;
position: relative;
margin-bottom: 29px;
}
.profile_settigns .profile_settigns-el:last-child {
margin-bottom: 0;
}
.profile_settigns .profile_settigns-el .profile_settigns-el-content {
display: block;
width: 63px;
margin: 0 auto;
position: relative;
}
.profile_settigns .profile_settigns-el .profile_settigns-el-icon {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -38px;
}
.profile_settigns .profile_settigns-el span {
white-space: nowrap;
color: #444444;
font-size: 18px;
font-weight: bold;
}
.profile_settigns .profile_settigns-el:last-child .profile_settigns-el-icon {
left: -36px;
}
.sec-profile {
padding-top: 16px;
}
section.sec-profile .profile_user {
margin-top: 36px;
}
section.messages {
margin-top: 31px;
}
.wrap-authorization .authorization-el span {
font-size: 14px;
}
.main-content-top.first {
display: flex;
flex-direction: column;
align-items: flex-end;
}
.main-content-top.first .wrap-authorization {
order: 1;
margin-bottom: 20px;
}
.main-content-top.first .search {
order: 2;
}
.wrap-authorization .authorization-el img {
max-width: 30px;
}
.wrap-authorization.desctop {
display: none;
}
.top_mobile_head-publish-authorization {
display: block;
}
.top_mobile_head .top_mobile_head-logo {
margin-right: 0;
}
.pop-up-body-authorization {
max-width: 100%;
}
.wrap-pop-up .pop-up-body {
max-width: 600px;
width: 100%;
}
.btn-green a {
font-family: 'SegoeUI';
font-weight: bold;
}
.top_mobile_head-publish-icon {
margin-left: auto;
margin-right: auto;
margin-bottom: 4px;
width: 37px;
height: 37px;
display: flex;
align-items: center;
font-size: 0;
background-image: linear-gradient(to top, #b4d7c4 0%, #d3ebde 99%, #d3ebde 100%);
background-color: #f0908a;
box-shadow: 0 2px 3px rgba(89, 139, 112, 0.7);
border-radius: 100%;
padding: 0 7px 0 9px;
}
}
@media screen and (max-width: 700px) {
.tape-content .tape-content-foot {
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
}
.user-tape {
margin-bottom: 10px;
}
}
@media screen and (max-width: 600px) {
.pop-up-body-authorization {
width: 100%;
max-width: 570px;
}
.wrap-authorization .authorization-el {
margin-right: 10px;
}
.container {
padding: 0 10px;
}
#wrap-content-content .wrap-left-menu {
padding-left: 10px;
padding-right: 10px;
}
.search input {
font-size: 14px;
}
.search input::placeholder {
font-size: 14px;
}
section.sec-tape h2 {
font-size: 16px;
}
.tape-content .tape-content-body h4 {
font-size: 14px;
}
.tape-content .tape-content-body p {
font-size: 14px;
}
.user-tape span {
font-size: 14px;
}
.tape-content .tape-content-foot .tape-activity .tape-activity-el span {
font-size: 10px;
}
.top_mobile_head .top_mobile_head-logo {
max-width: 162px;
}
.top_mobile_head .top_mobile_head-publish span {
font-size: 10px;
}
.search {
height: 36px;
}
.search .search-btn {
min-width: 46px;
background-size: 19px;
}
#wrap-content-content {
padding-top: 85px;
}
.search input {
padding-left: 19px;
}
.tape-content-btn {
max-width: 20px;
}
.tape-content {
padding-top: 9px;
}
.tape-content .tape-content-top,
.tape-content .tape-content-body {
padding: 0 5px;
}
.tape-content .tape-content-top .tape-content-time span {
font-size: 11px;
}
.tape-content .tape-content-body {
margin-top: 6px;
}
.tape-content .tape-content-body p {
line-height: 1.37;
margin-top: 4px;
}
.tape-content .tape-content-foot {
padding: 6px;
}
.tape-content {
border-radius: 15px;
}
.tape-content .tape-content-foot {
border-radius: 0 0 15px 15px;
padding-bottom: 13px;
}
.tape-content .tape-content-body {
margin-bottom: 14px;
}
#wrap-content-content .wrap-left-menu .menu li a span {
font-size: 9px;
}
.tapes-else a {
font-size: 16px;
padding: 9px 15px 11px 15px;
font-weight: bold;
}
.tapes-else a img {
max-width: 20px;
}
.user span {
font-size: 14px;
}
.user span span {
display: block;
color: #757575;
font-size: 12px;
font-weight: 400;
margin-top: 5px;
}
.wrap-menu-window-mobile .menu-window-mobile-maian ul li a span {
font-size: 16px;
}
.top_mobile_head .top_mobile_head-publish span {
top: -3px;
}
.wrap-menu-window-mobile .menu-window-mobile-top {
padding: 16px 0;
}
.wrap-menu-window-mobile .menu-window-mobile-top .search {
margin-bottom: 21px;
}
.wrap-menu-window-mobile .menu-window-mobile-maian ul li a {
padding: 14px 0;
}
.wrap-menu-window-mobile .menu-window-mobile-maian ul {
padding: 25px 0;
}
.wrap-topic-content .topic-content-el h4 {
font-size: 14px;
}
.wrap-topic-content .topic-content-el ul li {
font-size: 12px;
}
.wrap-topic-content .topic-content-el div a {
font-size: 14px;
}
.wrap-topic-content .topic-content-el ul {
margin-left: 0;
}
.wrap-notification-content .notification-content-el .notification-content-el-info p {
font-size: 12px;
}
.wrap-notification-content .notification-content-el .notification-content-el-info p a {
font-size: 14px;
}
.wrap-notification-content .notification-content-el {
padding: 10px 15px;
}
.wrap-notification-content {
border-radius: 15px;
}
.wrap-profile h2 {
font-size: 16px;
}
.sec-profile {
padding-top: 0;
}
.profile_user .profile_user_img {
min-width: 106px;
min-height: 106px;
max-width: 106px;
}
.profile_user .profile_user_name p {
font-size: 16px;
}
section.sec-profile .profile_tabs {
margin-top: 31px;
}
.profile_tabs ul li h5 {
font-size: 14px;
margin-bottom: 5px;
padding-bottom: 5px;
}
.profile_tabs ul li span {
font-size: 14px;
}
.profile_tabs ul li a {
padding: 14px 7px;
}
section.sec-profile .profile_user {
margin-top: 19px;
}
.profile_tabs ul li {
margin-right: 9px;
border-radius: 15px;
}
.profile_settigns {
margin-top: 53px;
}
.profile_settigns .profile_settigns-el span {
font-size: 16px;
}
.profile_settigns .profile_settigns-el .profile_settigns-el-content {
width: 51px;
}
.profile_settigns .profile_settigns-el {
margin-bottom: 20px;
}
h2 {
font-size: 16px;
}
.publication-content-form .publication-content-form-el h4 {
font-size: 14px;
}
.publication-content-form .publication-content-form-el .inputs input {
height: 39px;
}
.publication-content-form .publication-content-form-el .textarea textarea {
height: 143px;
}
.publication-content-form .publication-content-form-el h4 span {
margin-left: 0;
display: block;
margin-top: 3px;
font-size: 12px;
}
.publication-content-form .publication-content-form-el .inputs .input-el p,
.input-el__delete span {
font-size: 12px;
}
.input-el__media {
padding-right: 20px;
}
.publication-content-form .add_option span {
font-size: 12px;
}
.publication-content-form .add_option span {
max-width: 169px;
padding: 6px 10px 8px 10px;
}
.publication-content-form .publication-content-form-bottom .add_media label span {
font-size: 14px;
margin-left: 12px;
}
.publication-content-form .publication-content-form-bottom {
display: block;
margin-top: 17px;
}
.publication-content-form-btn {
margin-top: 25px;
text-align: center;
}
.publication-content-form .publication-content-form-bottom .publication-content-form-btn button {
font-size: 14px;
padding: 0;
max-width: 144px;
text-align: center;
width: 100%;
height: 38px;
}
.btn-green button,
.btn-green a {
font-family: 'SegoeUI';
font-weight: bold;
}
.publication-content-form {
padding: 25px 10px;
border-radius: 15px;
}
.select select {
font-size: 12px;
height: 112px;
}
.publication-detail-content-main .detail-content-main-info-top .detail-content-main-info-star {
max-width: 17px;
}
.publication-detail-content-main .detail-content-main-info-top .detail-content-main-info-time span {
font-size: 11px;
}
.publication-detail-content-main .detail-content-main-info-text h3 {
font-size: 14px;
margin-bottom: 15px;
}
.noCommnets__text {
font-size: 14px;
}
.detail-content-noCommnets {
margin-left: 20px;
margin-right: 0;
}
.publication-detail-content-main .detail-content-main-info-text p {
font-size: 14px;
margin-bottom: 20px;
line-height: 1.4;
}
.publication-detail-content-main {
border-radius: 15px;
}
.publication-detail-content-main .detail-content-main-info {
padding: 10px 7px;
}
.publication-detail-content-main .detail-content-main-info-text {
margin-top: 13px;
margin-bottom: 8px;
}
.publication-detail-content-main .detail-content-main-info-slider .images .slick-arrow {
min-width: 23px;
min-height: 23px;
}
.publication-detail-content-main .detail-content-main-info-slider .images .slick-arrow.slick-next {
right: 14px;
}
.publication-detail-content-main .detail-content-main-info-slider .images .slick-arrow.slick-prev {
left: 14px;
}
.publication-detail-content-main .detail-content-main-activity .user_activity .user_activity_name span {
font-size: 14px;
}
.publication-detail-content-main .detail-content-main-activity .content-main-activities .activity-el .activity-el_count span {
font-size: 10px;
}
.publication-detail-content-main .detail-content-main-activity {
padding: 20px 6px;
}
.publication-detail-content-comments .detail-content-comments ul.content-comments li.comment .wrap-comment .wrap-comment-top .comment-top-user .user_activity_name span {
font-size: 14px;
}
.publication-detail-content-comments .detail-content-comments ul.content-comments li.comment .wrap-comment .wrap-comment-top .comment-top-time span {
font-size: 11px;
}
.publication-detail-content-comments .detail-content-comments ul.content-comments li.comment .wrap-comment .comment-reply .btn-green a {
font-size: 14px;
padding: 11px 21px 14px 21px;
}
.comment-reply-input input.inp_comment {
font-size: 11px;
}
.comment-reply-input input.inp_comment::placeholder {
font-size: 11px;
}
.comment-reply-input,
.comment-reply-input input.inp_comment {
height: 43px;
}
.comment-reply-input {
padding: 0 15px;
}
.comment-reply-input .comment-reply-input-media {
margin-right: 0;
}
.detail-content-comments-add .comment-reply-input {
padding-left: 15px;
}
.detail-content-comments-add .btn-green a {
font-size: 14px;
padding: 11px 21px 14px 21px;
max-width: 111px;
}
.detail-content-comments-add,
.publication-detail-content-comments .detail-content-comments ul.content-comments {
padding: 0 10px;
}
.publication-detail-content-main .detail-content-main-activity {
margin-top: 15px;
}
.publication-detail-content-comments {
margin-top: 33px;
}
.publication-detail-content-comments .detail-content-comments {
margin-top: 33px;
}
.publication-detail-content-comments .detail-content-comments ul.comments_reply {
padding-left: 20px;
}
.publication-detail-content-comments .detail-content-comments ul.content-comments li.comment {
margin-bottom: 20px;
}
.publication-detail-content-comments .detail-content-comments ul.content-comments li.comment .wrap-comment .wrap-comment-body {
padding-right: 0;
}
.publication-detail-content-comments .detail-content-comments ul.content-comments li.comment .wrap-comment .wrap-comment-top {
padding-right: 0;
}
.publication-detail-content-main {
padding-bottom: 35px;
}
.publication-detail-content-main .detail-content-main-info-slider .imagesnew_dotted .imagesnew_dotted-el {
border-radius: 10px;
}
.publication-detail-content-main .detail-content-main-info-slider .imagesnew_dotted .imagesnew_dotted-el.slick-current {
box-shadow: 0 2px 3px rgba(211, 235, 223, 0.7);
}
.publication-detail-content-comments .detail-content-comments ul.comments_reply li.comment_reply {
margin-bottom: 25px;
}
.message-list-content .message-list-content-content h5 {
font-size: 14px;
max-height: 32px;
overflow: hidden;
}
.message-list-content .message-list-content-content p {
font-size: 12px;
line-height: 1.3;
max-height: 37px;
overflow: hidden;
position: relative;
display: inline-block;
}
.message-list-content .message-list-content-info {
margin-right: 0;
}
.message-list-content .message-list-content-info .message-list-content-info-count span {
font-size: 10px;
}
.wrap-messages-content .messages-content-top .messages-content-top-back a span {
font-size: 12px;
}
.wrap-messages-content .messages-content-top .messages-content-top-name .content-top-name-user span,
.wrap-messages-content .messages-content-body .message-content-el .message-content-el-body .message-content-el-body-name .message-content-el-body-name-user span {
font-size: 14px;
}
.wrap-messages-content .messages-content-top .messages-content-top-name .content-top-time span,
.wrap-messages-content .messages-content-body .message-content-el .message-content-el-body .message-content-el-body-name .message-content-el-body-name-time span {
font-size: 11px;
}
.wrap-messages-content .messages-content-top .messages-content-top-user_icon,
.wrap-messages-content .messages-content-body .message-content-el .message-content-el-icon {
min-width: 23px;
min-height: 23px;
max-width: 23px;
max-height: 23px;
}
.wrap-messages-content .messages-content-body .message-content-el .message-content-el-body .message-content-el-body-text p {
font-size: 14px;
}
section.messages {
margin-top: 0;
}
.wrap-messages-content {
margin-top: 13px;
border-radius: 15px;
}
.wrap-messages-content .messages-content-top,
.wrap-messages-content .messages-content-body,
.wrap-messages-content .messages-content-foot {
padding-left: 9px;
padding-right: 9px;
}
.wrap-messages-content .messages-content-top {
padding-top: 15px;
}
.wrap-messages-content .messages-content-top .messages-content-top-name {
padding-top: 2px;
}
.wrap-messages-content .messages-content-top .messages-content-top-name .content-top-name-user span,
.wrap-messages-content .messages-content-body .message-content-el .message-content-el-body .message-content-el-body-name .message-content-el-body-name-user span {
display: block;
line-height: 1;
}
.wrap-messages-content .messages-content-top .messages-content-top-user_icon {
margin-top: 7px;
}
.wrap-messages-content .messages-content-body {
padding-top: 15px;
}
.wrap-messages-content .messages-content-body .message-content-el .message-content-el-icon {
margin-right: 6px;
}
.wrap-messages-content .messages-content-body .message-content-el .message-content-el-body .message-content-el-body-name .message-content-el-body-name-user {
margin-right: 9px;
}
.message-content-el-icon {
display: none;
}
.message-content-el-icon-mobile {
display: block !important;
}
.wrap-messages-content .messages-content-body .message-content-el .message-content-el-body .message-content-el-body-text p {
line-height: 1.5;
}
.wrap-messages-content .messages-content-body .message-content-el .message-content-el-body .message-content-el-body-name {
margin-bottom: 5px;
}
.wrap-messages-content .messages-content-body .message-content-el {
margin-bottom: 14px;
}
.wrap-messages-content .messages-content-body {
padding-bottom: 26px;
}
.wrap-messages-content .messages-content-foot {
padding-bottom: 33px;
}
section.sec-profile .write-message a {
font-size: 16px;
}
.wrap-settings-content {
margin-top: 14px;
}
.settings-content-el .settings-content-el-top {
padding: 22px 20px;
}
.settings-content-el .settings-content-el-top .settings-content-el-left span {
font-size: 14px;
}
.settings-content-el .settings-content-el-body {
padding: 3px 11px;
padding-bottom: 50px;
}
.settings-content-el .settings-content-el-body .inputs .input-el h4 {
font-size: 14px;
margin-bottom: 6px;
}
input.inp-default {
height: 39px;
font-size: 14px;
padding: 0 20px;
}
.settings-content-el .settings-content-el-body .btn-green {
margin-top: 20px;
}
.settings-content-el .settings-content-el-body .btn-green button {
font-size: 12px;
max-width: 164px;
height: 38px;
}
.settings-content-el {
border-radius: 15px;
}
.wrap-support-content .publication-content-form-btn {
text-align: right;
}
.support-content-succes {
height: 475px;
}
.support-content-succes img.succes {
max-width: 143px;
}
.support-content-succes p {
font-size: 16px;
}
.wrap-quiz h4 {
font-size: 14px;
}
.wrap-quiz .wrap-quiz-content .quiz-content-el .quiz-content-el-info .quiz-content-el-info-left p.quiz-content-el-info-name {
font-size: 14px;
letter-spacing: -0.5px;
}
.wrap-quiz .wrap-quiz-content .quiz-content-el .quiz-content-el-info .quiz-content-el-info-left p.quiz-content-el-info-count,
.wrap-quiz .wrap-quiz-content .quiz-content-el .quiz-content-el-info .quiz-content-el-info-right p.quiz-content-el-info-procent {
font-size: 12px;
}
.wrap-quiz .wrap-quiz-content .quiz-content-el .quiz-content-el-info .quiz-content-el-info-right .quiz-content-el-info-checked {
max-width: 11px;
max-height: 8px;
min-width: 11px;
min-height: 8px;
}
.wrap-quiz {
padding: 20px 14px;
}
.wrap-quiz .wrap-quiz-content {
margin-top: 21px;
}
.wrap-quiz .wrap-quiz-content .quiz-content-el {
padding: 5px 8px 9px 20px;
}
.wrap-quiz .wrap-quiz-content .quiz-content-el .quiz-content-el-info .quiz-content-el-info-right p.quiz-content-el-info-procent {
margin-left: 8px;
}
.wrap-quiz .wrap-quiz-content .quiz-content-el {
margin-bottom: 8px;
}
html body .wrap-quiz .wrap-quiz-content .quiz-content-el .quiz-content-el-info .quiz-content-el-info-left p.quiz-content-el-info-count {
display: none !important;
}
.wrap-quiz .wrap-quiz-content .quiz-content-el .quiz-content-el-info .quiz-content-el-info-left {
margin-right: 5px;
}
.wrap-quiz .wrap-quiz-voted .quiz-voted-users .voted-users-el {
min-width: 26px;
min-height: 26px;
max-width: 26px;
max-height: 26px;
}
.wrap-quiz .wrap-quiz-voted .quiz-voted-count p {
font-size: 12px;
}
.wrap-quiz .wrap-quiz-voted .quiz-voted-count {
margin-left: 10px;
}
.wrap-quiz .wrap-quiz-voted {
margin-top: 16px;
}
.wrap-quiz {
margin-top: 23px;
border-radius: 5px;
padding-bottom: 25px;
margin-bottom: 9px;
}
.search ul.search-results {
max-height: 300px;
}
.publication-detail-content-comments .detail-content-comments ul.content-comments li.comment .wrap-comment .wrap-comment-body p {
font-size: 14px;
}
.pop-up-body-authorization .body-authorization-foot,
.pop-up-body-authorization .body-authorization-top,
.pop-up-body-authorization h4 {
padding-left: 20px;
padding-right: 20px;
}
.pop-up-body-authorization form button {
font-size: 16px;
}
.block-tags__title {
margin-bottom: 15px;
}
.tag-content a {
font-size: 14px;
}
.block-tags {
display: block;
}
.block-tags-content {
margin: 0 -5px;
}
#wrap-content-content .wrap-left-menu .menu li.live span {
font-size: 0;
}
#wrap-content-content .wrap-left-menu .menu li.live span::after {
content: 'Лента live';
font-size: 9px;
}
.profile-user-upload p {
line-height: 1.2;
font-size: 14px;
}
.btn-green_nobtn {
font-size: 16px;
}
.confirm-email {
height: 35px;
justify-content: flex-start;
padding-left: 20px;
}
.confirm-email p {
font-size: 14px;
}
.confirm-email .close {
top: 50%;
transform: translateY(-50%);
right: 15px;
}
.tape-content .tape-content-foot .tape-activity-feed .tape-activity-el {
margin-right: 13px;
}
.publication-detail-content-main .detail-content-main-activity .user_activity {
margin-bottom: 10px;
}
.wrap-authorization .authorization-el .authorization-icon {
min-width: 34px;
min-height: 34px;
background-size: 15px;
}
.pop-up-body-authorization form .inputs input {
font-size: 14px;
}
.select .select2-selection__choice {
font-size: 14px;
padding: 6px 33px 9px 13px !important;
}
.chosen-container .chosen-results li {
font-size: 12px;
}
.select .select2-selection__rendered,
.select .select2-selection {
min-height: 40px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
padding-top: 10px;
padding-bottom: 10px;
}
}
@media screen and (max-width: 500px) {
.tape-tabs ul li a {
padding: 6px 8px;
font-size: 14px;
}
.tape-tabs ul li {
margin-right: 2px;
}
.tape-tabs {
margin-bottom: 18px;
}
.message-list-content .message-list-content_icon {
min-width: 40px;
min-height: 40px;
max-width: 40px;
max-height: 40px;
}
.message-list-content .message-list-content-content h5 {
font-size: 14px;
}
.message-list-content .message-list-content-content p {
font-size: 14px;
}
.message-list-content .message-list-content-info .message-list-content-info-time span {
font-size: 10px;
}
.message-list-content .message-list-content-info .message-list-content-info-count span {
padding: 3px 7px;
}
.message-list-content {
padding: 15px 10px;
}
.message-list-content {
padding: 10px;
}
.message-list-content .message-list-content-content {
margin-left: 10px;
margin-right: 5px;
}
.message-list-content .message-list-content-content h5 {
margin-bottom: 4px;
}
.search ul.search-results li a {
font-size: 14px;
}
.search ul.search-results li a .icon {
margin-right: 8px;
margin-top: 2px;
min-height: 12px;
min-width: 12px;
max-height: 12px;
max-width: 12px;
}
}
@media screen and (max-width: 400px) {
.wrap-topic-content {
justify-content: center;
}
.wrap-topic-content .topic-content-el {
width: 49%;
margin-right: 2%;
}
.wrap-topic-content .topic-content-el:nth-child(2n) {
margin-right: 0;
}
.btn-green_nobtn {
width: 140px;
}
} | lady_new2/dist/css/media.css | @media screen and (max-height: 919px) and (min-width: 1000px) {
#wrap-content-content .wrap-left-menu,
#wrap-content-content .wrap-main-content,
#wrap-content-content .wrap-main-content {
padding-top: 15px;
}
.left-menu-content .menu,
.left-menu-content .link_post,
.site-info,
p.foot-info-site {
margin-top: 15px;
}
}
@media screen and (max-height: 773px) and (min-width: 1000px) {
.left-menu-content .menu ul li a {
padding-top: 7px;
padding-bottom: 7px;
}
}
@media screen and (max-height: 656px) and (min-width: 1000px) {
.site-info li {
margin-bottom: 3px;
}
p.foot-info-site {
margin-top: 3px;
}
.logo_img {
width: 180px;
}
.left-menu-content .menu {
margin-top: 5px;
}
}
@media screen and (max-width: 1350px) {
#wrap-content-content .wrap-left-menu {
transform: none;
left: 10px;
}
#wrap-content-content .wrap-main-content {
margin-left: 303px;
}
}
@media screen and (max-width: 1000px) {
body {
background-color: #fcf6f5;
}
.wrap-top_mobile_head {
align-items: center;
box-shadow: 0 2px 7px rgba(242, 224, 220, 0.4);
background-color: #ffffff;
padding: 5px 0;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99999;
}
.top_mobile_head {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 0;
}
.top_mobile_head .top_mobile_head-logo {
margin-right: 20px;
max-width: 211px;
}
.top_mobile_head .top_mobile_head-publish {
text-align: center;
}
.top_mobile_head .top_mobile_head-publish span {
display: block;
margin-top: 4px;
font-size: 12px;
color: #444444;
}
#wrap-content-content {
padding-bottom: 150px;
padding-top: 92px;
}
#wrap-content-content .wrap-main-content::after {
display: none;
}
#wrap-content-content .wrap-left-menu {
margin: 0;
padding: 0;
position: fixed;
top: auto;
bottom: 0;
left: 0;
right: 0;
max-width: 100%;
width: 100%;
z-index: 99999;
padding: 12px 48px;
background-color: #ffffff;
box-shadow: 0 2px 7px rgba(242, 224, 220, 0.4);
}
#wrap-content-content .wrap-left-menu .left-menu-content {
margin: 0;
padding: 0;
}
#wrap-content-content .wrap-left-menu .logo {
display: none;
}
#wrap-content-content .wrap-left-menu .menu {
margin: 0;
padding: 0;
max-width: none;
}
#wrap-content-content .wrap-left-menu .menu ul {
display: flex;
align-items: center;
justify-content: space-between;
}
#wrap-content-content .wrap-left-menu .menu li:not(.mobShow) {
display: none;
}
#wrap-content-content .wrap-left-menu .menu li {
margin-bottom: 0;
}
#wrap-content-content .wrap-left-menu .menu li a {
display: flex;
flex-direction: column;
padding: 0;
}
#wrap-content-content .wrap-left-menu .menu li a .icon_li {
margin: 0;
padding: 0;
display: inline-block;
margin-bottom: 5px;
}
#wrap-content-content .wrap-left-menu .menu li a span {
transition: 0.2s;
font-size: 12px;
font-weight: 400;
}
#wrap-content-content .wrap-left-menu .menu li.active a,
#wrap-content-content .wrap-left-menu .menu li:hover a {
background: #fff;
}
#wrap-content-content .wrap-left-menu .menu li.mobMenu {
display: block;
}
#wrap-content-content .wrap-left-menu .menu li.live {
order: 1;
}
#wrap-content-content .wrap-left-menu .menu li.tape {
order: 2;
}
#wrap-content-content .wrap-left-menu .menu li.messages {
order: 3;
}
#wrap-content-content .wrap-left-menu .menu li.notification {
order: 4;
}
#wrap-content-content .wrap-left-menu .menu li.mobBurger {
order: 5;
}
#wrap-content-content .wrap-left-menu .link_post {
display: none;
}
#wrap-content-content .wrap-left-menu .site-info_desctop {
display: none;
}
#wrap-content-content .wrap-left-menu .foot-info-site {
display: none;
}
.site-info li:nth-child(2n) {
margin-right: 24px;
}
.site-info {
margin-top: 0;
margin-bottom: 20px;
}
#wrap-content-content .wrap-main-content {
padding: 0;
margin: 0;
max-width: 100%;
width: 100%;
}
.main-content-top .user {
display: none;
}
.main-content-top {
margin-bottom: 13px;
}
.main-content-top .search {
max-width: 100%;
}
.wrap-main-content section.sec-tape {
margin-top: 0;
}
.container {
max-width: 704px;
}
section.sec-tape h2 {
margin-bottom: 18px;
}
.wrap-menu-window-mobile {
overflow-y: auto;
display: block;
position: fixed;
z-index: 9999;
top: 0;
bottom: 0;
right: -100%;
width: 100%;
height: 100%;
background: #fcf6f5;
transition: 0.4s;
padding: 70px 0;
}
.wrap-menu-window-mobile.active {
right: 0;
}
.wrap-menu-window-mobile .menu-window-mobile-top {
padding: 22px 0;
}
.wrap-menu-window-mobile .menu-window-mobile-top .search {
max-width: 100%;
margin-bottom: 18px;
}
.wrap-menu-window-mobile .menu-window-mobile-top .user {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 0;
}
.wrap-menu-window-mobile .menu-window-mobile-top .user .user-img {
margin-right: 11px;
}
.wrap-menu-window-mobile .menu-window-mobile-top .user .arr_link {
margin-right: 6px;
}
.wrap-menu-window-mobile .menu-window-mobile-maian {
background-color: #ffffff;
box-shadow: 0 2px 7px rgba(242, 224, 220, 0.4);
}
.wrap-menu-window-mobile .menu-window-mobile-maian ul {
padding: 25px 0;
padding-bottom: 60px;
margin-bottom: 40px;
}
.wrap-menu-window-mobile .menu-window-mobile-maian ul li:last-child {
margin-bottom: 0;
}
.wrap-menu-window-mobile .menu-window-mobile-maian ul li a {
border-radius: 30px;
width: 100%;
display: flex;
align-items: center;
transition: 0.2s;
padding: 16px 0;
}
.wrap-menu-window-mobile .menu-window-mobile-maian ul li a .icon_li {
min-width: 28px;
min-height: 28px;
background-position: center center;
background-repeat: no-repeat;
margin-right: 16px;
position: relative;
}
.wrap-menu-window-mobile .menu-window-mobile-maian ul li a .icon_li .count_activity {
position: absolute;
top: -4px;
right: -5px;
background-color: #bdddcc;
border-radius: 100px;
padding: 3.5px 2.84px;
min-height: 19px;
min-width: 19px;
text-align: center;
}
.wrap-menu-window-mobile .menu-window-mobile-maian ul li a .icon_li .count_activity span {
display: block;
font-family: 'SegoeUI-SemiBold';
color: #42978a;
font-size: 12px;
line-height: 1;
}
.wrap-menu-window-mobile .menu-window-mobile-maian ul li a span {
font-weight: bold;
color: #222222;
font-size: 18px;
transition: 0.2s;
}
.wrap-menu-window-mobile .menu-window-mobile-maian ul li.active a span,
.wrap-menu-window-mobile .menu-window-mobile-maian ul li:hover a span {
color: #f0918b;
}
.wrap-tapes {
justify-content: space-between;
}
.wrap-tapes .wrap-tape-column {
margin-right: 0;
width: 48.5%;
}
.wrap-tapes .wrap-tape-column .tape-content {
width: 100%;
}
.tape-tabs ul li {
border-radius: 25px 25px 0 0;
}
.tape-tabs {
margin-top: 17px;
margin-bottom: 23px;
}
.wrap-topic-content {
justify-content: center;
margin-left: 0;
margin-right: 0;
}
.wrap-topic-content .topic-content-el {
width: 32%;
margin: 0;
margin-bottom: 20px;
margin-right: 2%;
}
.wrap-topic-content .topic-content-el:nth-child(3n) {
margin-right: 0;
}
.user_first_a {
width: 100%;
}
.profile_settigns {
margin-top: 92px;
display: block;
}
.profile_settigns .profile_settigns-el {
display: block;
font-size: 0;
position: relative;
margin-bottom: 29px;
}
.profile_settigns .profile_settigns-el:last-child {
margin-bottom: 0;
}
.profile_settigns .profile_settigns-el .profile_settigns-el-content {
display: block;
width: 63px;
margin: 0 auto;
position: relative;
}
.profile_settigns .profile_settigns-el .profile_settigns-el-icon {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -38px;
}
.profile_settigns .profile_settigns-el span {
white-space: nowrap;
color: #444444;
font-size: 18px;
font-weight: bold;
}
.profile_settigns .profile_settigns-el:last-child .profile_settigns-el-icon {
left: -36px;
}
.sec-profile {
padding-top: 16px;
}
section.sec-profile .profile_user {
margin-top: 36px;
}
section.messages {
margin-top: 31px;
}
.wrap-authorization .authorization-el span {
font-size: 14px;
}
.main-content-top.first {
display: flex;
flex-direction: column;
align-items: flex-end;
}
.main-content-top.first .wrap-authorization {
order: 1;
margin-bottom: 20px;
}
.main-content-top.first .search {
order: 2;
}
.wrap-authorization .authorization-el img {
max-width: 30px;
}
.wrap-authorization.desctop {
display: none;
}
.top_mobile_head-publish-authorization {
display: block;
}
.top_mobile_head .top_mobile_head-logo {
margin-right: 0;
}
.pop-up-body-authorization {
max-width: 100%;
}
.wrap-pop-up .pop-up-body {
max-width: 600px;
width: 100%;
}
.btn-green a {
font-family: 'SegoeUI';
font-weight: bold;
}
.top_mobile_head-publish-icon {
margin-left: auto;
margin-right: auto;
margin-bottom: 4px;
width: 37px;
height: 37px;
display: flex;
align-items: center;
font-size: 0;
background-image: linear-gradient(to top, #b4d7c4 0%, #d3ebde 99%, #d3ebde 100%);
background-color: #f0908a;
box-shadow: 0 2px 3px rgba(89, 139, 112, 0.7);
border-radius: 100%;
padding: 0 7px 0 9px;
}
}
@media screen and (max-width: 700px) {
.tape-content .tape-content-foot {
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
}
.user-tape {
margin-bottom: 10px;
}
}
@media screen and (max-width: 600px) {
.pop-up-body-authorization {
width: 100%;
max-width: 570px;
}
.wrap-authorization .authorization-el {
margin-right: 10px;
}
.container {
padding: 0 10px;
}
#wrap-content-content .wrap-left-menu {
padding-left: 10px;
padding-right: 10px;
}
.search input {
font-size: 14px;
}
.search input::placeholder {
font-size: 14px;
}
section.sec-tape h2 {
font-size: 16px;
}
.tape-content .tape-content-body h4 {
font-size: 14px;
}
.tape-content .tape-content-body p {
font-size: 14px;
}
.user-tape span {
font-size: 14px;
}
.tape-content .tape-content-foot .tape-activity .tape-activity-el span {
font-size: 10px;
}
.top_mobile_head .top_mobile_head-logo {
max-width: 162px;
}
.top_mobile_head .top_mobile_head-publish span {
font-size: 10px;
}
.search {
height: 36px;
}
.search .search-btn {
min-width: 46px;
background-size: 19px;
}
#wrap-content-content {
padding-top: 85px;
}
.search input {
padding-left: 19px;
}
.tape-content-btn {
max-width: 20px;
}
.tape-content {
padding-top: 9px;
}
.tape-content .tape-content-top,
.tape-content .tape-content-body {
padding: 0 5px;
}
.tape-content .tape-content-top .tape-content-time span {
font-size: 11px;
}
.tape-content .tape-content-body {
margin-top: 6px;
}
.tape-content .tape-content-body p {
line-height: 1.37;
margin-top: 4px;
}
.tape-content .tape-content-foot {
padding: 6px;
}
.tape-content {
border-radius: 15px;
}
.tape-content .tape-content-foot {
border-radius: 0 0 15px 15px;
padding-bottom: 13px;
}
.tape-content .tape-content-body {
margin-bottom: 14px;
}
#wrap-content-content .wrap-left-menu .menu li a span {
font-size: 9px;
}
.tapes-else a {
font-size: 16px;
padding: 9px 15px 11px 15px;
font-weight: bold;
}
.tapes-else a img {
max-width: 20px;
}
.user span {
font-size: 14px;
}
.user span span {
display: block;
color: #757575;
font-size: 12px;
font-weight: 400;
margin-top: 5px;
}
.wrap-menu-window-mobile .menu-window-mobile-maian ul li a span {
font-size: 16px;
}
.top_mobile_head .top_mobile_head-publish span {
top: -3px;
}
.wrap-menu-window-mobile .menu-window-mobile-top {
padding: 16px 0;
}
.wrap-menu-window-mobile .menu-window-mobile-top .search {
margin-bottom: 21px;
}
.wrap-menu-window-mobile .menu-window-mobile-maian ul li a {
padding: 14px 0;
}
.wrap-menu-window-mobile .menu-window-mobile-maian ul {
padding: 25px 0;
}
.wrap-topic-content .topic-content-el h4 {
font-size: 14px;
}
.wrap-topic-content .topic-content-el ul li {
font-size: 12px;
}
.wrap-topic-content .topic-content-el div a {
font-size: 14px;
}
.wrap-topic-content .topic-content-el ul {
margin-left: 0;
}
.wrap-notification-content .notification-content-el .notification-content-el-info p {
font-size: 12px;
}
.wrap-notification-content .notification-content-el .notification-content-el-info p a {
font-size: 14px;
}
.wrap-notification-content .notification-content-el {
padding: 10px 15px;
}
.wrap-notification-content {
border-radius: 15px;
}
.wrap-profile h2 {
font-size: 16px;
}
.sec-profile {
padding-top: 0;
}
.profile_user .profile_user_img {
min-width: 106px;
min-height: 106px;
max-width: 106px;
}
.profile_user .profile_user_name p {
font-size: 16px;
}
section.sec-profile .profile_tabs {
margin-top: 31px;
}
.profile_tabs ul li h5 {
font-size: 14px;
margin-bottom: 5px;
padding-bottom: 5px;
}
.profile_tabs ul li span {
font-size: 14px;
}
.profile_tabs ul li a {
padding: 14px 7px;
}
section.sec-profile .profile_user {
margin-top: 19px;
}
.profile_tabs ul li {
margin-right: 9px;
border-radius: 15px;
}
.profile_settigns {
margin-top: 53px;
}
.profile_settigns .profile_settigns-el span {
font-size: 16px;
}
.profile_settigns .profile_settigns-el .profile_settigns-el-content {
width: 51px;
}
.profile_settigns .profile_settigns-el {
margin-bottom: 20px;
}
h2 {
font-size: 16px;
}
.publication-content-form .publication-content-form-el h4 {
font-size: 14px;
}
.publication-content-form .publication-content-form-el .inputs input {
height: 39px;
}
.publication-content-form .publication-content-form-el .textarea textarea {
height: 143px;
}
.publication-content-form .publication-content-form-el h4 span {
margin-left: 0;
display: block;
margin-top: 3px;
font-size: 12px;
}
.publication-content-form .publication-content-form-el .inputs .input-el p,
.input-el__delete span {
font-size: 12px;
}
.input-el__media {
padding-right: 20px;
}
.publication-content-form .add_option span {
font-size: 12px;
}
.publication-content-form .add_option span {
max-width: 169px;
padding: 6px 10px 8px 10px;
}
.publication-content-form .publication-content-form-bottom .add_media label span {
font-size: 14px;
margin-left: 12px;
}
.publication-content-form .publication-content-form-bottom {
display: block;
margin-top: 17px;
}
.publication-content-form-btn {
margin-top: 25px;
text-align: center;
}
.publication-content-form .publication-content-form-bottom .publication-content-form-btn button {
font-size: 14px;
padding: 0;
max-width: 144px;
text-align: center;
width: 100%;
height: 38px;
}
.btn-green button,
.btn-green a {
font-family: 'SegoeUI';
font-weight: bold;
}
.publication-content-form {
padding: 25px 10px;
border-radius: 15px;
}
.select select {
font-size: 12px;
height: 112px;
}
.publication-detail-content-main .detail-content-main-info-top .detail-content-main-info-star {
max-width: 17px;
}
.publication-detail-content-main .detail-content-main-info-top .detail-content-main-info-time span {
font-size: 11px;
}
.publication-detail-content-main .detail-content-main-info-text h3 {
font-size: 14px;
margin-bottom: 15px;
}
.noCommnets__text {
font-size: 14px;
}
.detail-content-noCommnets {
margin-left: 20px;
margin-right: 0;
}
.publication-detail-content-main .detail-content-main-info-text p {
font-size: 14px;
margin-bottom: 20px;
line-height: 1.4;
}
.publication-detail-content-main {
border-radius: 15px;
}
.publication-detail-content-main .detail-content-main-info {
padding: 10px 7px;
}
.publication-detail-content-main .detail-content-main-info-text {
margin-top: 13px;
margin-bottom: 8px;
}
.publication-detail-content-main .detail-content-main-info-slider .images .slick-arrow {
min-width: 23px;
min-height: 23px;
}
.publication-detail-content-main .detail-content-main-info-slider .images .slick-arrow.slick-next {
right: 14px;
}
.publication-detail-content-main .detail-content-main-info-slider .images .slick-arrow.slick-prev {
left: 14px;
}
.publication-detail-content-main .detail-content-main-activity .user_activity .user_activity_name span {
font-size: 14px;
}
.publication-detail-content-main .detail-content-main-activity .content-main-activities .activity-el .activity-el_count span {
font-size: 10px;
}
.publication-detail-content-main .detail-content-main-activity {
padding: 20px 6px;
}
.publication-detail-content-comments .detail-content-comments ul.content-comments li.comment .wrap-comment .wrap-comment-top .comment-top-user .user_activity_name span {
font-size: 14px;
}
.publication-detail-content-comments .detail-content-comments ul.content-comments li.comment .wrap-comment .wrap-comment-top .comment-top-time span {
font-size: 11px;
}
.publication-detail-content-comments .detail-content-comments ul.content-comments li.comment .wrap-comment .comment-reply .btn-green a {
font-size: 14px;
padding: 11px 21px 14px 21px;
}
.comment-reply-input input.inp_comment {
font-size: 11px;
}
.comment-reply-input input.inp_comment::placeholder {
font-size: 11px;
}
.comment-reply-input,
.comment-reply-input input.inp_comment {
height: 43px;
}
.comment-reply-input {
padding: 0 15px;
}
.comment-reply-input .comment-reply-input-media {
margin-right: 0;
}
.detail-content-comments-add .comment-reply-input {
padding-left: 15px;
}
.detail-content-comments-add .btn-green a {
font-size: 14px;
padding: 11px 21px 14px 21px;
max-width: 111px;
}
.detail-content-comments-add,
.publication-detail-content-comments .detail-content-comments ul.content-comments {
padding: 0 10px;
}
.publication-detail-content-main .detail-content-main-activity {
margin-top: 15px;
}
.publication-detail-content-comments {
margin-top: 33px;
}
.publication-detail-content-comments .detail-content-comments {
margin-top: 33px;
}
.publication-detail-content-comments .detail-content-comments ul.comments_reply {
padding-left: 20px;
}
.publication-detail-content-comments .detail-content-comments ul.content-comments li.comment {
margin-bottom: 20px;
}
.publication-detail-content-comments .detail-content-comments ul.content-comments li.comment .wrap-comment .wrap-comment-body {
padding-right: 0;
}
.publication-detail-content-comments .detail-content-comments ul.content-comments li.comment .wrap-comment .wrap-comment-top {
padding-right: 0;
}
.publication-detail-content-main {
padding-bottom: 35px;
}
.publication-detail-content-main .detail-content-main-info-slider .imagesnew_dotted .imagesnew_dotted-el {
border-radius: 10px;
}
.publication-detail-content-main .detail-content-main-info-slider .imagesnew_dotted .imagesnew_dotted-el.slick-current {
box-shadow: 0 2px 3px rgba(211, 235, 223, 0.7);
}
.publication-detail-content-comments .detail-content-comments ul.comments_reply li.comment_reply {
margin-bottom: 25px;
}
.message-list-content .message-list-content-content h5 {
font-size: 14px;
max-height: 32px;
overflow: hidden;
}
.message-list-content .message-list-content-content p {
font-size: 12px;
line-height: 1.3;
max-height: 37px;
overflow: hidden;
position: relative;
display: inline-block;
}
.message-list-content .message-list-content-info {
margin-right: 0;
}
.message-list-content .message-list-content-info .message-list-content-info-count span {
font-size: 10px;
}
.wrap-messages-content .messages-content-top .messages-content-top-back a span {
font-size: 12px;
}
.wrap-messages-content .messages-content-top .messages-content-top-name .content-top-name-user span,
.wrap-messages-content .messages-content-body .message-content-el .message-content-el-body .message-content-el-body-name .message-content-el-body-name-user span {
font-size: 14px;
}
.wrap-messages-content .messages-content-top .messages-content-top-name .content-top-time span,
.wrap-messages-content .messages-content-body .message-content-el .message-content-el-body .message-content-el-body-name .message-content-el-body-name-time span {
font-size: 11px;
}
.wrap-messages-content .messages-content-top .messages-content-top-user_icon,
.wrap-messages-content .messages-content-body .message-content-el .message-content-el-icon {
min-width: 23px;
min-height: 23px;
max-width: 23px;
max-height: 23px;
}
.wrap-messages-content .messages-content-body .message-content-el .message-content-el-body .message-content-el-body-text p {
font-size: 14px;
}
section.messages {
margin-top: 0;
}
.wrap-messages-content {
margin-top: 13px;
border-radius: 15px;
}
.wrap-messages-content .messages-content-top,
.wrap-messages-content .messages-content-body,
.wrap-messages-content .messages-content-foot {
padding-left: 9px;
padding-right: 9px;
}
.wrap-messages-content .messages-content-top {
padding-top: 15px;
}
.wrap-messages-content .messages-content-top .messages-content-top-name {
padding-top: 2px;
}
.wrap-messages-content .messages-content-top .messages-content-top-name .content-top-name-user span,
.wrap-messages-content .messages-content-body .message-content-el .message-content-el-body .message-content-el-body-name .message-content-el-body-name-user span {
display: block;
line-height: 1;
}
.wrap-messages-content .messages-content-top .messages-content-top-user_icon {
margin-top: 7px;
}
.wrap-messages-content .messages-content-body {
padding-top: 15px;
}
.wrap-messages-content .messages-content-body .message-content-el .message-content-el-icon {
margin-right: 6px;
}
.wrap-messages-content .messages-content-body .message-content-el .message-content-el-body .message-content-el-body-name .message-content-el-body-name-user {
margin-right: 9px;
}
.message-content-el-icon {
display: none;
}
.message-content-el-icon-mobile {
display: block !important;
}
.wrap-messages-content .messages-content-body .message-content-el .message-content-el-body .message-content-el-body-text p {
line-height: 1.5;
}
.wrap-messages-content .messages-content-body .message-content-el .message-content-el-body .message-content-el-body-name {
margin-bottom: 5px;
}
.wrap-messages-content .messages-content-body .message-content-el {
margin-bottom: 14px;
}
.wrap-messages-content .messages-content-body {
padding-bottom: 26px;
}
.wrap-messages-content .messages-content-foot {
padding-bottom: 33px;
}
section.sec-profile .write-message a {
font-size: 16px;
}
.wrap-settings-content {
margin-top: 14px;
}
.settings-content-el .settings-content-el-top {
padding: 22px 20px;
}
.settings-content-el .settings-content-el-top .settings-content-el-left span {
font-size: 14px;
}
.settings-content-el .settings-content-el-body {
padding: 3px 11px;
padding-bottom: 50px;
}
.settings-content-el .settings-content-el-body .inputs .input-el h4 {
font-size: 14px;
margin-bottom: 6px;
}
input.inp-default {
height: 39px;
font-size: 14px;
padding: 0 20px;
}
.settings-content-el .settings-content-el-body .btn-green {
margin-top: 20px;
}
.settings-content-el .settings-content-el-body .btn-green button {
font-size: 12px;
max-width: 164px;
height: 38px;
}
.settings-content-el {
border-radius: 15px;
}
.wrap-support-content .publication-content-form-btn {
text-align: right;
}
.support-content-succes {
height: 475px;
}
.support-content-succes img.succes {
max-width: 143px;
}
.support-content-succes p {
font-size: 16px;
}
.wrap-quiz h4 {
font-size: 14px;
}
.wrap-quiz .wrap-quiz-content .quiz-content-el .quiz-content-el-info .quiz-content-el-info-left p.quiz-content-el-info-name {
font-size: 14px;
letter-spacing: -0.5px;
}
.wrap-quiz .wrap-quiz-content .quiz-content-el .quiz-content-el-info .quiz-content-el-info-left p.quiz-content-el-info-count,
.wrap-quiz .wrap-quiz-content .quiz-content-el .quiz-content-el-info .quiz-content-el-info-right p.quiz-content-el-info-procent {
font-size: 12px;
}
.wrap-quiz .wrap-quiz-content .quiz-content-el .quiz-content-el-info .quiz-content-el-info-right .quiz-content-el-info-checked {
max-width: 11px;
max-height: 8px;
min-width: 11px;
min-height: 8px;
}
.wrap-quiz {
padding: 20px 14px;
}
.wrap-quiz .wrap-quiz-content {
margin-top: 21px;
}
.wrap-quiz .wrap-quiz-content .quiz-content-el {
padding: 5px 8px 9px 20px;
}
.wrap-quiz .wrap-quiz-content .quiz-content-el .quiz-content-el-info .quiz-content-el-info-right p.quiz-content-el-info-procent {
margin-left: 8px;
}
.wrap-quiz .wrap-quiz-content .quiz-content-el {
margin-bottom: 8px;
}
html body .wrap-quiz .wrap-quiz-content .quiz-content-el .quiz-content-el-info .quiz-content-el-info-left p.quiz-content-el-info-count {
display: none !important;
}
.wrap-quiz .wrap-quiz-content .quiz-content-el .quiz-content-el-info .quiz-content-el-info-left {
margin-right: 5px;
}
.wrap-quiz .wrap-quiz-voted .quiz-voted-users .voted-users-el {
min-width: 26px;
min-height: 26px;
max-width: 26px;
max-height: 26px;
}
.wrap-quiz .wrap-quiz-voted .quiz-voted-count p {
font-size: 12px;
}
.wrap-quiz .wrap-quiz-voted .quiz-voted-count {
margin-left: 10px;
}
.wrap-quiz .wrap-quiz-voted {
margin-top: 16px;
}
.wrap-quiz {
margin-top: 23px;
border-radius: 5px;
padding-bottom: 25px;
margin-bottom: 9px;
}
.search ul.search-results {
max-height: 300px;
}
.publication-detail-content-comments .detail-content-comments ul.content-comments li.comment .wrap-comment .wrap-comment-body p {
font-size: 14px;
}
.pop-up-body-authorization .body-authorization-foot,
.pop-up-body-authorization .body-authorization-top,
.pop-up-body-authorization h4 {
padding-left: 20px;
padding-right: 20px;
}
.pop-up-body-authorization form button {
font-size: 16px;
}
.block-tags__title {
margin-bottom: 15px;
}
.tag-content a {
font-size: 14px;
}
.block-tags {
display: block;
}
.block-tags-content {
margin: 0 -5px;
}
#wrap-content-content .wrap-left-menu .menu li.live span {
font-size: 0;
}
#wrap-content-content .wrap-left-menu .menu li.live span::after {
content: 'Лента live';
font-size: 9px;
}
.profile-user-upload p {
line-height: 1.2;
font-size: 14px;
}
.btn-green_nobtn {
font-size: 16px;
}
.confirm-email {
height: 35px;
justify-content: flex-start;
padding-left: 20px;
}
.confirm-email p {
font-size: 14px;
}
.confirm-email .close {
top: 50%;
transform: translateY(-50%);
right: 15px;
}
.tape-content .tape-content-foot .tape-activity-feed .tape-activity-el {
margin-right: 13px;
}
.publication-detail-content-main .detail-content-main-activity .user_activity {
margin-bottom: 10px;
}
.wrap-authorization .authorization-el .authorization-icon {
min-width: 34px;
min-height: 34px;
background-size: 15px;
}
.pop-up-body-authorization form .inputs input {
font-size: 14px;
}
.select .select2-selection__choice {
font-size: 14px;
padding: 6px 33px 9px 13px !important;
}
.chosen-container .chosen-results li {
font-size: 12px;
}
.select .select2-selection__rendered,
.select .select2-selection {
min-height: 40px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
padding-top: 10px;
padding-bottom: 10px;
}
}
@media screen and (max-width: 500px) {
.tape-tabs ul li a {
padding: 6px 8px;
font-size: 14px;
}
.tape-tabs ul li {
margin-right: 2px;
}
.tape-tabs {
margin-bottom: 18px;
}
.message-list-content .message-list-content_icon {
min-width: 40px;
min-height: 40px;
max-width: 40px;
max-height: 40px;
}
.message-list-content .message-list-content-content h5 {
font-size: 14px;
}
.message-list-content .message-list-content-content p {
font-size: 14px;
}
.message-list-content .message-list-content-info .message-list-content-info-time span {
font-size: 10px;
}
.message-list-content .message-list-content-info .message-list-content-info-count span {
padding: 3px 7px;
}
.message-list-content {
padding: 15px 10px;
}
.message-list-content {
padding: 10px;
}
.message-list-content .message-list-content-content {
margin-left: 10px;
margin-right: 5px;
}
.message-list-content .message-list-content-content h5 {
margin-bottom: 4px;
}
.search ul.search-results li a {
font-size: 14px;
}
.search ul.search-results li a .icon {
margin-right: 8px;
margin-top: 2px;
min-height: 12px;
min-width: 12px;
max-height: 12px;
max-width: 12px;
}
}
@media screen and (max-width: 400px) {
.wrap-topic-content {
justify-content: center;
}
.wrap-topic-content .topic-content-el {
width: 49%;
margin-right: 2%;
}
.wrap-topic-content .topic-content-el:nth-child(2n) {
margin-right: 0;
}
.btn-green_nobtn {
width: 140px;
}
} | 0.347426 | 0.054199 |
*{
font-family: 'Segoe UI', 'Helvetica Neue', 'Product Sans', 'Roboto', sans-serif;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: none;
border-radius: 2px;
}
@media (prefers-color-scheme: dark){
body{background: #1e1e1e; color: #fcfcfc;}
a, .link, ul .dropdown_btn{
color: #fcfcfc;
}
.modal_container, .sidepanel_container, .overlay{
background: #1e1e1eaa;
}
}
.spacein{
margin: 5px;
}
.parrallax{
background-attachment: fixed;
}
.fullscreen{
height: 100%;
width: 100%;
margin: -0.5%;
padding: 0%;
position: absolute;
}
/*Typography*/
h1{font-size: 400%; font-weight: 200; margin: 10px; margin-left: 0px; text-align: left;}
h2{font-size: 350%; font-weight: 200; margin: 10px; margin-left: 0px; text-align: left;}
h3{font-size: 300%; font-weight: 200; margin: 10px; margin-left: 0px; text-align: left;}
h4{font-size: 250%; font-weight: 200; margin: 10px; margin-left: 0px; text-align: left;}
h5{font-size: 225%; font-weight: 200; margin: 10px; margin-left: 0px; text-align: left;}
h6{font-size: 200%; font-weight: 200; margin: 10px; margin-left: 0px; text-align: left;}
a,p,pre{font-size: 18px; font-weight: 400;}
.ta_left{text-align: left;}
.ta_right{text-align: right;}
.ta_center{text-align: center;}
/*Grid*/
.page_container,.nav_container{
display: block;
width: 88%;
margin: auto;
}
footer{position: relative; width: 100%;}
.row{display: inline-flex;}
.column{display: inline-block; padding: 1%;}
.center{display: block; margin: auto;}
.left{display: block; float: left;}
.right{display: block; float: right;}
/*For Large Screens*/
@media (min-width: 1024px) {
.large12{width: 97.33%;}
.large11{width: 89.22%;}
.large10{width: 81.11%;}
.large9{width: 72.99%;}
.large8{width: 64.88%;}
.large7{width: 56.77%;}
.large6{width: 48.66%;}
.large5{width: 40.55%;}
.large4{width: 32.44%;}
.large3{width: 24.33%;}
.large2{width: 16.22%;}
.large1{width: 8.11%;}
.large0{display:none; width: 0%;}
.offset-large12{margin-left: 97.60%;}
.offset-large11{margin-left: 89.55%;}
.offset-large10{margin-left: 81.50%;}
.offset-large9{margin-left: 72.45%;}
.offset-large8{margin-left: 64.40%;}
.offset-large7{margin-left: 56.35%;}
.offset-large6{margin-left: 48.30%;}
.offset-large5{margin-left: 40.25%;}
.offset-large4{margin-left: 32.20%;}
.offset-large3{margin-left: 24.15%;}
.offset-large2{margin-left: 16.10%;}
.offset-large1{margin-left: 8.05%;}
.offset-large0{margin-left: 0%; padding-right: 0%;}
main{
display: block;
position: relative;
margin-top: -0.4%;
margin-left: -0.4%;
padding: 2%;
}
}
/*For Medium Screens*/
@media (min-width: 640px) and (max-width: 1023px) {
.medium12{width: 97.33%;}
.medium11{width: 89.22%;}
.medium10{width: 81.11%;}
.medium9{width: 72.99%;}
.medium8{width: 64.88%;}
.medium7{width: 56.77%;}
.medium6{width: 48.66%;}
.medium5{width: 40.55%;}
.medium4{width: 32.44%;}
.medium3{width: 24.33%;}
.medium2{width: 16.22%;}
.medium1{width: 8.11%;}
.medium0{display:none; width: 0%;}
.offset-medium12{margin-left: 97.60%;}
.offset-medium11{margin-left: 89.55%;}
.offset-medium10{margin-left: 81.50%;}
.offset-medium9{margin-left: 72.45%;}
.offset-medium8{margin-left: 64.40%;}
.offset-medium7{margin-left: 56.35%;}
.offset-medium6{margin-left: 48.30%;}
.offset-medium5{margin-left: 40.25%;}
.offset-medium4{margin-left: 32.20%;}
.offset-medium3{margin-left: 24.15%;}
.offset-medium2{margin-left: 16.10%;}
.offset-medium1{margin-left: 8.05%;}
.offset-medium0{margin-left: 0%; padding-right: 0%;}
main{
display: block;
position: relative;
margin-top: -0.9%;
margin-left: -0.4%;
}
}
/*For Small Screens*/
@media (min-width: 320px) and (max-width: 639px) {
.small12{width: 97.33%;}
.small11{width: 89.22%;}
.small10{width: 81.11%;}
.small9{width: 72.99%;}
.small8{width: 64.88%;}
.small7{width: 56.77%;}
.small6{width: 48.66%;}
.small5{width: 40.55%;}
.small4{width: 32.44%;}
.small3{width: 24.33%;}
.small2{width: 16.22%;}
.small1{width: 8.11%;}
.small0{display:none; width: 0%;}
.offset-small12{margin-left: 97.60%;}
.offset-small11{margin-left: 89.55%;}
.offset-small10{margin-left: 81.50%;}
.offset-small9{margin-left: 72.45%;}
.offset-small8{margin-left: 64.40%;}
.offset-small7{margin-left: 56.35%;}
.offset-small6{margin-left: 48.30%;}
.offset-small5{margin-left: 40.25%;}
.offset-small4{margin-left: 32.20%;}
.offset-small3{margin-left: 24.15%;}
.offset-small2{margin-left: 16.10%;}
.offset-small1{margin-left: 8.05%;}
.offset-small0{margin-left: 0%; padding-right: 0%;}
}
nav{
display: block;
position: fixed;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
padding: 2%;
background: #ececec;
}
nav *{text-decoration: none;}
nav *:before{display: none;}
nav .nav_content{
width: 90%;
display: block;
margin: auto;
}
ul.nav{width: 100%; z-index: 1; display: block; padding: 0px}
ul.subnav{border: none; margin-left: -4%;}
ul.subnav:hover{border: none;}
ul.nav li.nav_title{
width: 100%;
background: inherit;
color: #222;
padding: 15px;
margin-left: -10px;
font-weight: 600;
}
ul.nav li{
font-size: 18px;
font-weight: 600;
display: block;
position: relative;
top: -20px;
width: 100%;
padding: 10px;
margin-left: 20px;
background: inherit;
}
/*Elevation*/
.zi0{box-shadow: 0 0.1px 0.4px 0 rgba(0, 0, 0, 0.4), 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.38); transition: 250s ease;}
.zi1{
box-shadow: 0 0.4px 1px 0 rgba(0, 0, 0, 0.4), 0 0.3px 1px 0 rgba(0, 0, 0, 0.38);
transition: 250ms ease;
}
.zi2{
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4), 0 2px 6px 0 rgba(0, 0, 0, 0.38);
transition: 250ms ease;
}
.zi3{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 4px 12px 0 rgba(0, 0, 0, 0.38);
transition: 250ms ease;
}
.zi4{
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4), 0 8px 24px 0 rgba(0, 0, 0, 0.38);
transition: 250ms ease;
}
.zi:hover{box-shadow: 0.4px 0 1px 0 rgba(0, 0, 0, 0.4), 0 0.4px 1.5px 0 rgba(0, 0, 0, 0.38); transition: 250ms;}
.zi1:hover{box-shadow: 1.5px 0 3px 0 rgba(0, 0, 0, 0.4), 0 1.5px 4.5px 0 rgba(0, 0, 0, 0.38); transition: 250ms;}
.zi2:hover{box-shadow: 3px 0 6px 0 rgba(0, 0, 0, 0.4), 0 3px 9px 0 rgba(0, 0, 0, 0.38); transition: 250ms;}
.zi3:hover{box-shadow: 6px 0 12px 0 rgba(0, 0, 0, 0.4), 0 4px 12px 0 rgba(0, 0, 0, 0.38); transition: 250ms;}
.zi4:hover{box-shadow: 12px 0 24px 0 rgba(0, 0, 0, 0.4), 0 6px 18px 0 rgba(0, 0, 0, 0.38); transition: 250ms;}
/*Colors*/
.red_sge{background:#eb4034; color:#FFF;}
.transparent{background: transparent; color:#999;}
.primary_blue{background: #0065AF; color:#FFF;}
.primary_green{background: #28B85B; color:#FFF;}
.primary_red{background: #de1738; color:#FFF;}
.primary_yellow{background: #CCC908; color:#1A1A1A;}
.primary_inverted{background: #1E1E1E; color:#FFF;}
.primary_white{background: #F1F1F1; color: #232323;}
.primary_blue_title{background: linear-gradient(to bottom right, #08415CCC , #16B9DDCC 70%); color:#FFF;}
/*repeating-linear-gradient(45deg, #16B9DD 50px, #0094DD 60px)*/
.secondary_blue{background: #06A7DD; color:#FFF;}
.secondary_green{background: #06A77D; color:#FFF;}
/*Controls*/
a,.link{color:#000; position: relative; z-index: 0; text-decoration-color: #06A7DD;}
a:before,.link:before{position: absolute; background: #06955B; width: 0%; height: 15%; content: ''; left:0; bottom: 0; transition:1s ease;}
a:hover:before,.link:hover:before{position: absolute; left:0; bottom: 0; width: 100%; transition: 1s ease;}
.headlink{margin-left: 100px; font-size: 32px; text-decoration: none;}
.headlink::before{display: none;}
/*Buttons*/
button,.button{
background: #E1E1E1;
border: none;
padding: 12px;
border: none;
text-align: center;
font-weight: 600;
margin: 4px;
}
button:hover,.button:hover{
opacity: 0.9;
}
button:focus,.button:focus{
opacity: 0.8;
filter: saturate(160%);
}
button.small,.button.small{min-width: 150px; height: 40px; font-size: 36dp;}
button.large,.button.large{min-width: 250px; height: 60px; font-size: 48dp;}
.icon,.button.icon{max-height:40px; max-width: 40px; border: 1px solid rgba(0, 0, 0, 0.0); margin-left: 1%;}
.icon:hover,.button.icon:hover{border: 1px solid rgba(0, 0, 0, 0.4);}
.circular{border-radius: 100%;}
.tab::before{display: none;}
.tab button{height: 18%; width: 96%; display: block; margin: auto; text-align: center; background: #DDD;}
.tab{text-decoration: none;}
/*Frosted Buttons*/
.frost_container {
position: relative;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 4px solid transparent;
font-size: auto;
outline: none;
overflow: hidden;
padding: none;
}
.frost_container .frost {position: relative; pointer-events: none;}
.frost_container::before {
--size: 0;
content: '';
position: absolute;
left: var(--x);
top: var(--y);
width: var(--size);
height: var(--size);
background: radial-gradient(circle closest-side, rgba(202, 202, 202, 0.5), transparent);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
transition: width .05s ease, height .05s ease;
}
.frost_container:hover::before {--size: 180px;}
.frost_container:active::before {--size: 4000px; transition: 200ms ease; background: radial-gradient(circle closest-side, rgba(202, 202, 202, 0.8), transparent);}
.frost_container:hover{border: 4px solid transparent;}
/*Inputs*/
input[type=text],input[type=password],input[type=tel],input[type=number],input[type=email],
input[type=date],input[type=datetime-local],input[type=month],input[type=search]{
width: 80%;
padding: 2%;
border: 1.5px solid rgba(0, 0, 0, 0.4);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-size: 14px;
}
input[type=text]:hover,input[type=password]:hover,input[type=tel]:hover,input[type=number]:hover,
input[type=email]:hover,input[type=date]:hover,input[type=datetime-local]:hover,input[type=month]:hover,input[type=search]:hover{
border: 1.5px solid rgba(0, 0, 0, 0.6);
}
input[type=text]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=number]:focus,
input[type=email]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=month]:focus,input[type=search]:focus{
border: 1.5px solid rgba(6, 167, 221, 1);
}
.search_box{
display:block;
width: 80%;
border: 1.5px solid rgba(0, 0, 0, 0.4);
padding: 0.5%;
}
.search_box input{width: 80%; border:none;}
.search_box button{background: transparent; padding: 2%; float: left; border:none;}
.search_box:hover{border: 1.5px solid rgba(0, 0, 0, 0.6);}
.search_box:hover input{border: none;}
.search_box input:focus{border: none;}
.search_box:focus-within{border: 1.5px solid rgba(6, 167, 221, 1)}
/*Dropdown*/
select{
text-align: left;
width: 80%;
padding: 1.5%;
border: 1.5px solid rgba(0, 0, 0, 0.4);
background: #FFF;
height: 40px;
}
select:hover{border: 1.5px solid rgba(0, 0, 0, 0.6);}
select:focus{border: 1.5px solid rgba(6, 167, 221, 1);}
select option{padding: 2%; white-space: normal;}
.drop{
position:relative;
width: 80%;
-webkit-appearance: none;
-moz-appearance: none;
border: 1.5px solid rgba(0, 0, 0, 0.4);
padding: 2%; height: 6%;
}
.drop:hover{border: 1.5px solid rgba(0, 0, 0, 0.6);}
.drop:checked{border: 1.5px solid rgba(6, 167, 221, 1);}
.drop_val{ position: absolute; padding: 1%; z-index: 1;}
.opt_group{width: 80%; display: none;}
input[type=radio].drop_opt{
position:relative;
margin-left: 0px;
border-radius: 0;
border: none;
width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
padding: 2%;
height: 6%;
}
input[type=radio].drop_opt:hover{background: #DDD}
input[type=radio].drop_opt:checked{background: #FFF; box-shadow: none;}
.drop_container .drop:checked ~ .opt_group{display: block; z-index: 2;}
ul.dropdown{width: 200px; z-index: 1; display: block; position: absolute;}
ul.dropdown li{display: none;}
ul .dropdown_btn{
width: 200px;
background: #EEE;
color: #222;
padding: 15px;
font-weight: 600;
}
ul.dropdown:hover li{
font-size: 16px;
display: block;
position: relative;
top: -20px;
width: 200px;
padding: 15px;
background: #DDD;
}
/*Slider*/
input[type=range]{
-webkit-appearance: none;
-moz-appearance: none;
width: 100%;
background: rgba(125, 125, 125, 0.4);
height: 1%;
}
input[type=range]:hover{background: rgba(125, 125, 125, 0.6);}
input[type=range]::-moz-range-thumb{
-moz-appearance: none;
height: 24px;
width: 8px;
border-radius: 100px;
background: rgba(6, 167, 221, 1);
}
input[type=range]:active::-moz-range-thumb{background: rgba(125, 125, 125, 0.6);}
input[type=range]::-webkit-slider-thumb{
-webkit-appearance: none;
height: 24px;
width: 8px;
border-radius: 100px;
background: rgba(6, 167, 221, 1);
}
input[type=range]:active::-webkit-slider-thumb{background: rgba(125, 125, 125, 0.6);}
input[type=range]::-ms-thumb{
-ms-appearance: none;
appearance: none;
-webkit-appearance: none;
height: 24px;
width: 8px;
border-radius: 100px;
background: rgb(0, 0, 0);
}
input[type=range]::-ms-fill-lower{background: #06A7DD;}
input[type=radio],.radioinfo{
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
width: 25px;
height: 25px;
background: #FFF;
border-radius: 90px;
border:2px solid #000;
margin-left: 5%;
margin-right: 5%;
}
input[type=radio]:hover{background: rgba(125, 125, 125, 0.6);}
input[type=radio]:checked{background: rgba(0, 0, 0, 0.8); border: 5px solid #FFF; box-shadow: 0px 0px 2px 2px #06A7DD}
/*Switch*/
.switch{
width: 0px;
height: 0px;
background: #eee;
border-radius: 90px;
opacity: 1;
}
.switch input{
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
z-index: 1;
position: absolute;
cursor: pointer;
width: 50px;
height: 24px;
border-radius: 90px;
border: 2px solid rgba(0, 0, 0, 0.6);
}
.toggle{
position: absolute;
background: #000;
z-index: 2;
display: inline-block;
width: 16px;
height: 16px;
border-radius: 90px;
margin: 4px;
}
.switch input:checked ~ .toggle{
background: #FFF;
transform: translateX(25px);
}
.switch input:checked{
background:#06A7DD;
border: none;
}
/*Checkbox*/
.check{
display: block;
user-select: none;
}
.check input{
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
z-index: 1;
opacity: 1;
position: absolute;
cursor: pointer;
width: 25px;
height: 25px;
}
.checkmark{
color: transparent;
z-index: 0;
display: inline-block;
position: absolute;
width: 25px;
height: 25px;
border: 2px solid rgba(0, 0, 0, 0.4);
margin: 0px;
padding: 0px;
}
.check input:hover{border:2px solid #000}
.check input:checked ~ .checkmark{
background: #06A7DD;
color: #FFF;
font-weight: bold;
border: 2px solid #06A7DD;
}
/*lists and tables*/
ol{
list-style: none;
counter-reset: fluent-counter;
}
ul{list-style: none;}
ol li{
counter-increment: fluent-counter;
padding: 10px;
border: none;
transition: 200ms;
}
ul li{
padding: 10px;
border: none;
transition: 200ms;
}
ol li::before{
content: counter(fluent-counter)".";
padding-right: 20px;
}
li:nth-child(odd) {background-color: rgba(0, 0, 0, 0.1); color: #000; backdrop-filter: blur(90px);}
li:nth-child(even) {background-color: rgba(255, 255, 255, 0.1); color: #000; backdrop-filter: blur(90px);}
li:hover{border-left: 4px solid #000; transition: 200ms; background: rgba(200, 200, 200, 0.6);}
/*Tables*/
.table_container{overflow-x: auto; display: block; margin-left: 5%;}
table{border-collapse: collapse; border:none; width: 90%;}
th,td{padding:10px; border-radius: 0px;}
tr:nth-child(odd){background: rgba(0, 0, 0, 0.1);}
tr:nth-child(even){background: rgba(255, 255, 255, 0.1);}
tr:hover{transition: 200ms; background: rgba(200, 200, 200, 0.6); color:rgba(0, 0, 0, 0.8);}
/*Progress*/
.simple_progress_bar{
position: relative;
width: 80%;
height: 4px;
background: rgba(0, 0, 0, 0.2);
border-radius: 90px;
}
.simple_progress_bar:hover,.indeterminate_progress_bar:hover{background: rgba(0, 0, 0, 0.6);}
.simple_progress_bar::before{
position: absolute;
content: ' ';
width: 0%;
height: 100%;
background: radial-gradient(circle at 95%, #08415C, #05A5DA);
animation: simple 5s infinite ease;
border-radius: 90px;
}
@keyframes simple{
0%{width: 0%;}
100%{width: 100%;}
}
.indeterminate_progress_bar{
position: relative;
width: 80%;
height: 4px;
background: rgba(0, 0, 0, 0.2);
overflow: hidden;
border-radius: 90px;
}
.indeterminate_progress_bar::before{
position: absolute;
content: ' ';
width: 30%;
height: 100%;
background: radial-gradient(circle at 50%, #08415C, #06A7DD);
animation: intderminate 5s infinite linear;
margin-left: -12.5%;
border-radius: 90px;
}
@keyframes intderminate{
0%{transform: translateX(-90%);}
100%{transform: translateX(380%);}
}
.spinner{
border-radius: 100%;
animation: spin 1s infinite linear;
border: 4px solid rgba(0, 0, 0, 0.4);
border-top: 4px solid #06A7DD;
}
@keyframes spin{
0%{transform:rotateZ(0deg);}
100%{transform:rotateZ(360deg);}
}
.xs{width: 20px; height: 20px;}
.s{width: 32px; height: 32px;}
.m{width: 44px; height: 44px;}
.l{width: 60px; height: 60px;}
/*Surfaces*/
.mod_close_btn{
padding: 10px; padding-left: 20px; padding-right: 20px;
}
.modal_container{
background-image: url('./gausian_blur.png');
background-size: contain;
display: none;
position: fixed;
top:0;
bottom:0;
left: 0;
right: 0;
z-index: 10;
-webkit-backdrop-filter: blur(10px);
}
.modal_content{
display: block;
margin: auto;
width: 75%;
height: 80%;
background: #FFF;
overflow-y: auto;
margin-top: 5%;
scrollbar-width: 0px;
}
.modal_container::-webkit-scrollbar{display: none;}
.sidepanel_container{
background-image: url('./gausian_blur.png');
position: fixed;
top:0;
bottom:0;
left: 0;
right: 0;
z-index: 11;
-webkit-backdrop-filter: blur(10px);
background-size: contain;
display: none;
}
.sidepanel_content{
width: 320px;
background: #FFF;
height: 100%;
padding: 10px;
}
.panel_item{
width: 100%;
padding: 10px;
transition: 200ms;
}
.panel_item:hover{background: rgba(125, 125, 125, 0.2); transition: 200ms;}
.panel_item:focus,.panel_item:active{background: rgba(125, 125, 125, 0.25); border-left: 4px solid #000; transition: 200ms;}
.tooltip_info{
border: 0.5px solid;
border-radius: 5px;
position: absolute;
z-index: 12;
max-width: 80%;
background: #FFF;
color: #000;
width:0;
height: 0;
font-size: 0px;
opacity: 0;
margin-top:24px;
}
.tooltip_container:hover .tooltip_info{opacity: 1; width: auto; height: auto; font-size: 16px; padding: 15px; overflow-y: auto;}
.dialogue_box{
z-index: 12;
position: absolute;
top:60%;
left: 40%;
min-width: 350px;
min-height: 150px;
border:2px solid rgba(125, 125, 125, 0.9);
display: none;
box-shadow: 6px 0 12px 0 rgba(0, 0, 0, 0.4), 0 4px 12px 0 rgba(0, 0, 0, 0.38);
}
.dialogue_pane{
height: 38px;
background: rgba(125, 125, 125, 0.9);
cursor: move;
width: 100%;
color: #fcfcfc;
}
.dialogue_pane button{
margin: 0px;
}
.dialogue_content{
padding: 5px;
background: #FFF;
color: #1e1e1e;
min-height: 150px;
min-width: 350px;
}
/*Overlay*/
img{width: 100%; height: auto;}
.overlay_container:hover .overlay{
display: block;
opacity: 1;
transition: 300ms;
}
.overlay_container:hover .overlay_content{
filter: saturate(250%);
filter: blur(25px);
}
.overlay_container{
width: 80%;
position: relative;
}
.overlay{
text-align: center;
width: 100%;
opacity: 0;
position: absolute;
left:0;
right: 0;
top:0;
bottom: 0;
background-image: url('./gausian_blur.png');
background-size: contain;
color: #FFF;
transition: 300ms;
}
/*Snackbar*/
.snackbar_content{
z-index: 1;
position: fixed;
text-align: center;
bottom:20;
padding: 2%;
min-width: 40%;
max-width: 80%;
opacity: 0.9;
display: none;
-webkit-backdrop-filter: blur(10px);
}
.snackbar_content:hover{opacity: 1;}
.snackbar_container .snackbar_button:focus ~ .snackbar_content{display: block; margin: auto;}
/*Breadcrumbs*/
li.breadcrumb_icon{font-size: 20px;}
li.breadcrumb{display: inline-block; position: relative; background: #FFF; font-size: 20px;}
li.breadcrumb:hover{background: rgba(0, 0, 0, 0.2); border: none;}
/*Contextual Menu*/
.contextual_container{width: 50%;}
.contextual_button{
background: #FFF;
padding: 2%;
appearance: none;
-webkit-appearance: none;
width: 100%;
height: 5%;
position: relative;
opacity: 0;
}
.contextual_val{position: absolute; padding: 0.5%; border:1.5px solid rgba(0, 0, 0, 0.4);}
.contextual_button:hover{border:1.5px solid rgba(0, 0, 0, 0.6);}
.contextual_button:focus{border:1.5px solid rgba(6, 167, 221, 1);}
.contextual_group{border: 1.5px solid rgba(0, 0, 0, 0.4); display: none; z-index: 2; position: absolute; width: 260px; background: #FFF;}
li.contextual_item,li.navigation_item{padding: 2%; list-style: none; background: transparent;}
li.contextual_item:hover,li.navigation_item:hover{background: rgba(0, 0, 0, 0.2); border: none;}
.contextual_container .contextual_button:checked ~ .contextual_group{display: block;}
a li.contextual_item, a li.navigation_item{font-size: 16px; font-weight: 400;}
li.navigation_item{ background: #DFEEFD;}
/*Pivot*/
.pivot_container{width:100%; z-index: 5; color: #FFF;}
.pivot_button{padding: 1%; text-decoration: none; background: transparent; color: #FFF;}
.pivot_button::before{background: #FFF;}
.pivot_button.active::before{width: 100%;}
.pivot_button.active:hover::before{width: 100%;}
.pivot_heading{margin-left:24px; font-size: 42px;}
/*Command Bar*/
.commandbar_container{width: 100%;}
.commandbar_button{background: #FFF; padding: 1%;}
.commandbar_button:hover{background: rgba(0, 0, 0, 0.2);}
.commandbar_button:focus{background: rgba(0, 0, 0, 0.3);}
/*Side Navigation*/
.nav_container{background: #DFEEFD; position: sticky; top: 60; height: 90%; overflow-y: auto;}
.navigation_container{width: 100%; position: relative;}
.navigation_val{position: relative; padding: 0.5%;}
.navigation_group{ display: none; width: auto; background: #DFEEFD; padding-left:20px;}
.navigation_button{
background: #FFF;
padding: 2%;
appearance: none;
-webkit-appearance: none;
width: 100%;
height: 5%;
position: relative;
opacity: 0;
}
a li.navigation_item{border:none; text-decoration: none;}
li.navigation_item::before{display: none;}
.navigation_container .navigation_button:checked ~ .navigation_group{display: block;}
.nav_disp{padding-right: 10px;}
li{font-size: 14px;}
/*Hidden Sections*/
.code_notifier{
position: relative;
left: 0;
border: none;
width: 60px;
-webkit-appearance: none;
-moz-appearance: none;
height: 30px;
z-index: 0;
padding: 5px;
}
.codebar_text{
position: absolute;
z-index: 5;
color: #FFF;
padding: 5px;
}
.code_content{
display: none;
}
.code_notifier:checked ~ .code_content{
display: block;
}
.codeblock_text{
margin-top: 0px;
padding: 20px;
background: #232323;
color: #E1E1E1;
font-family: 'Consolas', 'Roboto';
text-align: left;
overflow-x: scroll;
}
.code_container{
padding: 30px;
margin-top: 40px;
}
.code, .output{
border: 0.5px solid #DDD;
}
img.square{
height: 200dp;
width: 200dp;
}
@media (prefers-color-scheme: dark){
.ms-icon{
color: #fcfcfc;
}
a, .link, ul .dropdown_btn{
color: #fcfcfc;
}
.zi0{box-shadow: 0 0.1px 0.4px 0 rgba(240, 240, 240, 240.4), 0 0.1px 0.3px 0 rgba(240, 240, 240, 0.38); transition: 250s ease;}
.zi1{
box-shadow: 0 0.4px 1px 0 rgba(240, 240, 240, 0.4), 0 0.3px 1px 0 rgba(240, 240, 240, 0.38);
transition: 250ms ease;
}
.zi2{
box-shadow: 0 2px 4px 0 rgba(240, 240, 240, 0.4), 0 2px 6px 0 rgba(240, 240, 240, 0.38);
transition: 250ms ease;
}
.zi3{
box-shadow: 0 4px 8px 0 rgba(240, 240, 240, 0.4), 0 4px 12px 0 rgba(240, 240, 240, 0.38);
transition: 250ms ease;
}
.zi4{
box-shadow: 0 8px 16px 0 rgba(240, 240, 240, 0.4), 0 8px 24px 0 rgba(240, 240, 240, 0.38);
transition: 250ms ease;
}
.zi:hover{box-shadow: 0.4px 0 1px 0 rgba(240, 240, 240, 0.4), 0 0.4px 1.5px 0 rgba(240, 240, 240, 0.38); transition: 250ms;}
.zi1:hover{box-shadow: 1.5px 0 3px 0 rgba(240, 240, 240, 0.4), 0 1.5px 4.5px 0 rgba(240, 240, 240, 0.38); transition: 250ms;}
.zi2:hover{box-shadow: 3px 0 6px 0 rgba(240, 240, 240, 0.4), 0 3px 9px 0 rgba(240, 240, 240, 0.38); transition: 250ms;}
.zi3:hover{box-shadow: 6px 0 12px 0 rgba(240, 240, 240, 0.4), 0 4px 12px 0 rgba(240, 240, 240, 0.38); transition: 250ms;}
.zi4:hover{box-shadow: 12px 0 24px 0 rgba(240, 240, 240, 0.4), 0 6px 18px 0 rgba(240, 240, 240, 0.38); transition: 250ms;}
.search_box{background: #000000;}
input[type=text],input[type=password],input[type=tel],input[type=number],input[type=email],.drop:hover,
input[type=date],input[type=datetime-local],input[type=month],input[type=search]{
width: 80%;
border: 1.5px solid rgba(0, 0, 0, 0.4);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-size: 14px;
background: #000000;
color: #fcfcfc;
height: 40px;
}
input[type=text]:hover,input[type=password]:hover,input[type=tel]:hover,input[type=number]:hover,.drop:hover,
input[type=email]:hover,input[type=date]:hover,input[type=datetime-local]:hover,input[type=month]:hover,.search_box:hover{
border: 1.5px solid rgba(225, 225, 225, 0.6);
}
.switch input{background: #000000;}
.switch .toggle{background: #fcfcfc;}
input[type="radio"].drop_opt{background: #000; color: #fcfcfc; height: 40px;}
input[type="radio"].drop_opt:hover{background: #1e1e1e; color: #fcfcfc}
input[type="radio"].drop_opt:checked{background: #0e0e0e; color: #fcfcfc}
.drop{background: #000; height: 40px;}
.drop:focus{border: #0066aa;}
.checkmark{background: #000000;}
select{
border: 1.5px solid rgba(0, 0, 0, 0.4);
background: #000;
color: #fcfcfc;
}
select:hover{border: 1.5px solid rgba(255, 255, 255, 0.6);}
select:focus{border: 1.5px solid rgba(6, 167, 221, 1);}
input[type=radio],.radioinfo{
background: #000;
border:2px solid #1e1e1e;
}
input[type=radio]:hover{background: rgba(255, 255, 255, 0.6);}
input[type=radio]:checked{background: rgba(6, 167, 221, 1); border: 5px solid #FFF; box-shadow: 0px 0px 2px 2px #06A7DD}
.modal_content, .sidepanel_content{
background: #000;
}
li:nth-child(odd) {background-color: rgba(0, 0, 0, 0.1); color: #fcfcfc; backdrop-filter: blur(90px);}
li:nth-child(even) {background-color: rgba(255, 255, 255, 0.1); color: #fcfcfc; backdrop-filter: blur(90px);}
li:hover{border-left: 4px solid #000; transition: 200ms; background: rgba(200, 200, 200, 0.6);}
} | src/assets/css/fluent.css | *{
font-family: 'Segoe UI', 'Helvetica Neue', 'Product Sans', 'Roboto', sans-serif;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: none;
border-radius: 2px;
}
@media (prefers-color-scheme: dark){
body{background: #1e1e1e; color: #fcfcfc;}
a, .link, ul .dropdown_btn{
color: #fcfcfc;
}
.modal_container, .sidepanel_container, .overlay{
background: #1e1e1eaa;
}
}
.spacein{
margin: 5px;
}
.parrallax{
background-attachment: fixed;
}
.fullscreen{
height: 100%;
width: 100%;
margin: -0.5%;
padding: 0%;
position: absolute;
}
/*Typography*/
h1{font-size: 400%; font-weight: 200; margin: 10px; margin-left: 0px; text-align: left;}
h2{font-size: 350%; font-weight: 200; margin: 10px; margin-left: 0px; text-align: left;}
h3{font-size: 300%; font-weight: 200; margin: 10px; margin-left: 0px; text-align: left;}
h4{font-size: 250%; font-weight: 200; margin: 10px; margin-left: 0px; text-align: left;}
h5{font-size: 225%; font-weight: 200; margin: 10px; margin-left: 0px; text-align: left;}
h6{font-size: 200%; font-weight: 200; margin: 10px; margin-left: 0px; text-align: left;}
a,p,pre{font-size: 18px; font-weight: 400;}
.ta_left{text-align: left;}
.ta_right{text-align: right;}
.ta_center{text-align: center;}
/*Grid*/
.page_container,.nav_container{
display: block;
width: 88%;
margin: auto;
}
footer{position: relative; width: 100%;}
.row{display: inline-flex;}
.column{display: inline-block; padding: 1%;}
.center{display: block; margin: auto;}
.left{display: block; float: left;}
.right{display: block; float: right;}
/*For Large Screens*/
@media (min-width: 1024px) {
.large12{width: 97.33%;}
.large11{width: 89.22%;}
.large10{width: 81.11%;}
.large9{width: 72.99%;}
.large8{width: 64.88%;}
.large7{width: 56.77%;}
.large6{width: 48.66%;}
.large5{width: 40.55%;}
.large4{width: 32.44%;}
.large3{width: 24.33%;}
.large2{width: 16.22%;}
.large1{width: 8.11%;}
.large0{display:none; width: 0%;}
.offset-large12{margin-left: 97.60%;}
.offset-large11{margin-left: 89.55%;}
.offset-large10{margin-left: 81.50%;}
.offset-large9{margin-left: 72.45%;}
.offset-large8{margin-left: 64.40%;}
.offset-large7{margin-left: 56.35%;}
.offset-large6{margin-left: 48.30%;}
.offset-large5{margin-left: 40.25%;}
.offset-large4{margin-left: 32.20%;}
.offset-large3{margin-left: 24.15%;}
.offset-large2{margin-left: 16.10%;}
.offset-large1{margin-left: 8.05%;}
.offset-large0{margin-left: 0%; padding-right: 0%;}
main{
display: block;
position: relative;
margin-top: -0.4%;
margin-left: -0.4%;
padding: 2%;
}
}
/*For Medium Screens*/
@media (min-width: 640px) and (max-width: 1023px) {
.medium12{width: 97.33%;}
.medium11{width: 89.22%;}
.medium10{width: 81.11%;}
.medium9{width: 72.99%;}
.medium8{width: 64.88%;}
.medium7{width: 56.77%;}
.medium6{width: 48.66%;}
.medium5{width: 40.55%;}
.medium4{width: 32.44%;}
.medium3{width: 24.33%;}
.medium2{width: 16.22%;}
.medium1{width: 8.11%;}
.medium0{display:none; width: 0%;}
.offset-medium12{margin-left: 97.60%;}
.offset-medium11{margin-left: 89.55%;}
.offset-medium10{margin-left: 81.50%;}
.offset-medium9{margin-left: 72.45%;}
.offset-medium8{margin-left: 64.40%;}
.offset-medium7{margin-left: 56.35%;}
.offset-medium6{margin-left: 48.30%;}
.offset-medium5{margin-left: 40.25%;}
.offset-medium4{margin-left: 32.20%;}
.offset-medium3{margin-left: 24.15%;}
.offset-medium2{margin-left: 16.10%;}
.offset-medium1{margin-left: 8.05%;}
.offset-medium0{margin-left: 0%; padding-right: 0%;}
main{
display: block;
position: relative;
margin-top: -0.9%;
margin-left: -0.4%;
}
}
/*For Small Screens*/
@media (min-width: 320px) and (max-width: 639px) {
.small12{width: 97.33%;}
.small11{width: 89.22%;}
.small10{width: 81.11%;}
.small9{width: 72.99%;}
.small8{width: 64.88%;}
.small7{width: 56.77%;}
.small6{width: 48.66%;}
.small5{width: 40.55%;}
.small4{width: 32.44%;}
.small3{width: 24.33%;}
.small2{width: 16.22%;}
.small1{width: 8.11%;}
.small0{display:none; width: 0%;}
.offset-small12{margin-left: 97.60%;}
.offset-small11{margin-left: 89.55%;}
.offset-small10{margin-left: 81.50%;}
.offset-small9{margin-left: 72.45%;}
.offset-small8{margin-left: 64.40%;}
.offset-small7{margin-left: 56.35%;}
.offset-small6{margin-left: 48.30%;}
.offset-small5{margin-left: 40.25%;}
.offset-small4{margin-left: 32.20%;}
.offset-small3{margin-left: 24.15%;}
.offset-small2{margin-left: 16.10%;}
.offset-small1{margin-left: 8.05%;}
.offset-small0{margin-left: 0%; padding-right: 0%;}
}
nav{
display: block;
position: fixed;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
padding: 2%;
background: #ececec;
}
nav *{text-decoration: none;}
nav *:before{display: none;}
nav .nav_content{
width: 90%;
display: block;
margin: auto;
}
ul.nav{width: 100%; z-index: 1; display: block; padding: 0px}
ul.subnav{border: none; margin-left: -4%;}
ul.subnav:hover{border: none;}
ul.nav li.nav_title{
width: 100%;
background: inherit;
color: #222;
padding: 15px;
margin-left: -10px;
font-weight: 600;
}
ul.nav li{
font-size: 18px;
font-weight: 600;
display: block;
position: relative;
top: -20px;
width: 100%;
padding: 10px;
margin-left: 20px;
background: inherit;
}
/*Elevation*/
.zi0{box-shadow: 0 0.1px 0.4px 0 rgba(0, 0, 0, 0.4), 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.38); transition: 250s ease;}
.zi1{
box-shadow: 0 0.4px 1px 0 rgba(0, 0, 0, 0.4), 0 0.3px 1px 0 rgba(0, 0, 0, 0.38);
transition: 250ms ease;
}
.zi2{
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4), 0 2px 6px 0 rgba(0, 0, 0, 0.38);
transition: 250ms ease;
}
.zi3{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 4px 12px 0 rgba(0, 0, 0, 0.38);
transition: 250ms ease;
}
.zi4{
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.4), 0 8px 24px 0 rgba(0, 0, 0, 0.38);
transition: 250ms ease;
}
.zi:hover{box-shadow: 0.4px 0 1px 0 rgba(0, 0, 0, 0.4), 0 0.4px 1.5px 0 rgba(0, 0, 0, 0.38); transition: 250ms;}
.zi1:hover{box-shadow: 1.5px 0 3px 0 rgba(0, 0, 0, 0.4), 0 1.5px 4.5px 0 rgba(0, 0, 0, 0.38); transition: 250ms;}
.zi2:hover{box-shadow: 3px 0 6px 0 rgba(0, 0, 0, 0.4), 0 3px 9px 0 rgba(0, 0, 0, 0.38); transition: 250ms;}
.zi3:hover{box-shadow: 6px 0 12px 0 rgba(0, 0, 0, 0.4), 0 4px 12px 0 rgba(0, 0, 0, 0.38); transition: 250ms;}
.zi4:hover{box-shadow: 12px 0 24px 0 rgba(0, 0, 0, 0.4), 0 6px 18px 0 rgba(0, 0, 0, 0.38); transition: 250ms;}
/*Colors*/
.red_sge{background:#eb4034; color:#FFF;}
.transparent{background: transparent; color:#999;}
.primary_blue{background: #0065AF; color:#FFF;}
.primary_green{background: #28B85B; color:#FFF;}
.primary_red{background: #de1738; color:#FFF;}
.primary_yellow{background: #CCC908; color:#1A1A1A;}
.primary_inverted{background: #1E1E1E; color:#FFF;}
.primary_white{background: #F1F1F1; color: #232323;}
.primary_blue_title{background: linear-gradient(to bottom right, #08415CCC , #16B9DDCC 70%); color:#FFF;}
/*repeating-linear-gradient(45deg, #16B9DD 50px, #0094DD 60px)*/
.secondary_blue{background: #06A7DD; color:#FFF;}
.secondary_green{background: #06A77D; color:#FFF;}
/*Controls*/
a,.link{color:#000; position: relative; z-index: 0; text-decoration-color: #06A7DD;}
a:before,.link:before{position: absolute; background: #06955B; width: 0%; height: 15%; content: ''; left:0; bottom: 0; transition:1s ease;}
a:hover:before,.link:hover:before{position: absolute; left:0; bottom: 0; width: 100%; transition: 1s ease;}
.headlink{margin-left: 100px; font-size: 32px; text-decoration: none;}
.headlink::before{display: none;}
/*Buttons*/
button,.button{
background: #E1E1E1;
border: none;
padding: 12px;
border: none;
text-align: center;
font-weight: 600;
margin: 4px;
}
button:hover,.button:hover{
opacity: 0.9;
}
button:focus,.button:focus{
opacity: 0.8;
filter: saturate(160%);
}
button.small,.button.small{min-width: 150px; height: 40px; font-size: 36dp;}
button.large,.button.large{min-width: 250px; height: 60px; font-size: 48dp;}
.icon,.button.icon{max-height:40px; max-width: 40px; border: 1px solid rgba(0, 0, 0, 0.0); margin-left: 1%;}
.icon:hover,.button.icon:hover{border: 1px solid rgba(0, 0, 0, 0.4);}
.circular{border-radius: 100%;}
.tab::before{display: none;}
.tab button{height: 18%; width: 96%; display: block; margin: auto; text-align: center; background: #DDD;}
.tab{text-decoration: none;}
/*Frosted Buttons*/
.frost_container {
position: relative;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: 4px solid transparent;
font-size: auto;
outline: none;
overflow: hidden;
padding: none;
}
.frost_container .frost {position: relative; pointer-events: none;}
.frost_container::before {
--size: 0;
content: '';
position: absolute;
left: var(--x);
top: var(--y);
width: var(--size);
height: var(--size);
background: radial-gradient(circle closest-side, rgba(202, 202, 202, 0.5), transparent);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
transition: width .05s ease, height .05s ease;
}
.frost_container:hover::before {--size: 180px;}
.frost_container:active::before {--size: 4000px; transition: 200ms ease; background: radial-gradient(circle closest-side, rgba(202, 202, 202, 0.8), transparent);}
.frost_container:hover{border: 4px solid transparent;}
/*Inputs*/
input[type=text],input[type=password],input[type=tel],input[type=number],input[type=email],
input[type=date],input[type=datetime-local],input[type=month],input[type=search]{
width: 80%;
padding: 2%;
border: 1.5px solid rgba(0, 0, 0, 0.4);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-size: 14px;
}
input[type=text]:hover,input[type=password]:hover,input[type=tel]:hover,input[type=number]:hover,
input[type=email]:hover,input[type=date]:hover,input[type=datetime-local]:hover,input[type=month]:hover,input[type=search]:hover{
border: 1.5px solid rgba(0, 0, 0, 0.6);
}
input[type=text]:focus,input[type=password]:focus,input[type=tel]:focus,input[type=number]:focus,
input[type=email]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=month]:focus,input[type=search]:focus{
border: 1.5px solid rgba(6, 167, 221, 1);
}
.search_box{
display:block;
width: 80%;
border: 1.5px solid rgba(0, 0, 0, 0.4);
padding: 0.5%;
}
.search_box input{width: 80%; border:none;}
.search_box button{background: transparent; padding: 2%; float: left; border:none;}
.search_box:hover{border: 1.5px solid rgba(0, 0, 0, 0.6);}
.search_box:hover input{border: none;}
.search_box input:focus{border: none;}
.search_box:focus-within{border: 1.5px solid rgba(6, 167, 221, 1)}
/*Dropdown*/
select{
text-align: left;
width: 80%;
padding: 1.5%;
border: 1.5px solid rgba(0, 0, 0, 0.4);
background: #FFF;
height: 40px;
}
select:hover{border: 1.5px solid rgba(0, 0, 0, 0.6);}
select:focus{border: 1.5px solid rgba(6, 167, 221, 1);}
select option{padding: 2%; white-space: normal;}
.drop{
position:relative;
width: 80%;
-webkit-appearance: none;
-moz-appearance: none;
border: 1.5px solid rgba(0, 0, 0, 0.4);
padding: 2%; height: 6%;
}
.drop:hover{border: 1.5px solid rgba(0, 0, 0, 0.6);}
.drop:checked{border: 1.5px solid rgba(6, 167, 221, 1);}
.drop_val{ position: absolute; padding: 1%; z-index: 1;}
.opt_group{width: 80%; display: none;}
input[type=radio].drop_opt{
position:relative;
margin-left: 0px;
border-radius: 0;
border: none;
width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
padding: 2%;
height: 6%;
}
input[type=radio].drop_opt:hover{background: #DDD}
input[type=radio].drop_opt:checked{background: #FFF; box-shadow: none;}
.drop_container .drop:checked ~ .opt_group{display: block; z-index: 2;}
ul.dropdown{width: 200px; z-index: 1; display: block; position: absolute;}
ul.dropdown li{display: none;}
ul .dropdown_btn{
width: 200px;
background: #EEE;
color: #222;
padding: 15px;
font-weight: 600;
}
ul.dropdown:hover li{
font-size: 16px;
display: block;
position: relative;
top: -20px;
width: 200px;
padding: 15px;
background: #DDD;
}
/*Slider*/
input[type=range]{
-webkit-appearance: none;
-moz-appearance: none;
width: 100%;
background: rgba(125, 125, 125, 0.4);
height: 1%;
}
input[type=range]:hover{background: rgba(125, 125, 125, 0.6);}
input[type=range]::-moz-range-thumb{
-moz-appearance: none;
height: 24px;
width: 8px;
border-radius: 100px;
background: rgba(6, 167, 221, 1);
}
input[type=range]:active::-moz-range-thumb{background: rgba(125, 125, 125, 0.6);}
input[type=range]::-webkit-slider-thumb{
-webkit-appearance: none;
height: 24px;
width: 8px;
border-radius: 100px;
background: rgba(6, 167, 221, 1);
}
input[type=range]:active::-webkit-slider-thumb{background: rgba(125, 125, 125, 0.6);}
input[type=range]::-ms-thumb{
-ms-appearance: none;
appearance: none;
-webkit-appearance: none;
height: 24px;
width: 8px;
border-radius: 100px;
background: rgb(0, 0, 0);
}
input[type=range]::-ms-fill-lower{background: #06A7DD;}
input[type=radio],.radioinfo{
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
width: 25px;
height: 25px;
background: #FFF;
border-radius: 90px;
border:2px solid #000;
margin-left: 5%;
margin-right: 5%;
}
input[type=radio]:hover{background: rgba(125, 125, 125, 0.6);}
input[type=radio]:checked{background: rgba(0, 0, 0, 0.8); border: 5px solid #FFF; box-shadow: 0px 0px 2px 2px #06A7DD}
/*Switch*/
.switch{
width: 0px;
height: 0px;
background: #eee;
border-radius: 90px;
opacity: 1;
}
.switch input{
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
z-index: 1;
position: absolute;
cursor: pointer;
width: 50px;
height: 24px;
border-radius: 90px;
border: 2px solid rgba(0, 0, 0, 0.6);
}
.toggle{
position: absolute;
background: #000;
z-index: 2;
display: inline-block;
width: 16px;
height: 16px;
border-radius: 90px;
margin: 4px;
}
.switch input:checked ~ .toggle{
background: #FFF;
transform: translateX(25px);
}
.switch input:checked{
background:#06A7DD;
border: none;
}
/*Checkbox*/
.check{
display: block;
user-select: none;
}
.check input{
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
z-index: 1;
opacity: 1;
position: absolute;
cursor: pointer;
width: 25px;
height: 25px;
}
.checkmark{
color: transparent;
z-index: 0;
display: inline-block;
position: absolute;
width: 25px;
height: 25px;
border: 2px solid rgba(0, 0, 0, 0.4);
margin: 0px;
padding: 0px;
}
.check input:hover{border:2px solid #000}
.check input:checked ~ .checkmark{
background: #06A7DD;
color: #FFF;
font-weight: bold;
border: 2px solid #06A7DD;
}
/*lists and tables*/
ol{
list-style: none;
counter-reset: fluent-counter;
}
ul{list-style: none;}
ol li{
counter-increment: fluent-counter;
padding: 10px;
border: none;
transition: 200ms;
}
ul li{
padding: 10px;
border: none;
transition: 200ms;
}
ol li::before{
content: counter(fluent-counter)".";
padding-right: 20px;
}
li:nth-child(odd) {background-color: rgba(0, 0, 0, 0.1); color: #000; backdrop-filter: blur(90px);}
li:nth-child(even) {background-color: rgba(255, 255, 255, 0.1); color: #000; backdrop-filter: blur(90px);}
li:hover{border-left: 4px solid #000; transition: 200ms; background: rgba(200, 200, 200, 0.6);}
/*Tables*/
.table_container{overflow-x: auto; display: block; margin-left: 5%;}
table{border-collapse: collapse; border:none; width: 90%;}
th,td{padding:10px; border-radius: 0px;}
tr:nth-child(odd){background: rgba(0, 0, 0, 0.1);}
tr:nth-child(even){background: rgba(255, 255, 255, 0.1);}
tr:hover{transition: 200ms; background: rgba(200, 200, 200, 0.6); color:rgba(0, 0, 0, 0.8);}
/*Progress*/
.simple_progress_bar{
position: relative;
width: 80%;
height: 4px;
background: rgba(0, 0, 0, 0.2);
border-radius: 90px;
}
.simple_progress_bar:hover,.indeterminate_progress_bar:hover{background: rgba(0, 0, 0, 0.6);}
.simple_progress_bar::before{
position: absolute;
content: ' ';
width: 0%;
height: 100%;
background: radial-gradient(circle at 95%, #08415C, #05A5DA);
animation: simple 5s infinite ease;
border-radius: 90px;
}
@keyframes simple{
0%{width: 0%;}
100%{width: 100%;}
}
.indeterminate_progress_bar{
position: relative;
width: 80%;
height: 4px;
background: rgba(0, 0, 0, 0.2);
overflow: hidden;
border-radius: 90px;
}
.indeterminate_progress_bar::before{
position: absolute;
content: ' ';
width: 30%;
height: 100%;
background: radial-gradient(circle at 50%, #08415C, #06A7DD);
animation: intderminate 5s infinite linear;
margin-left: -12.5%;
border-radius: 90px;
}
@keyframes intderminate{
0%{transform: translateX(-90%);}
100%{transform: translateX(380%);}
}
.spinner{
border-radius: 100%;
animation: spin 1s infinite linear;
border: 4px solid rgba(0, 0, 0, 0.4);
border-top: 4px solid #06A7DD;
}
@keyframes spin{
0%{transform:rotateZ(0deg);}
100%{transform:rotateZ(360deg);}
}
.xs{width: 20px; height: 20px;}
.s{width: 32px; height: 32px;}
.m{width: 44px; height: 44px;}
.l{width: 60px; height: 60px;}
/*Surfaces*/
.mod_close_btn{
padding: 10px; padding-left: 20px; padding-right: 20px;
}
.modal_container{
background-image: url('./gausian_blur.png');
background-size: contain;
display: none;
position: fixed;
top:0;
bottom:0;
left: 0;
right: 0;
z-index: 10;
-webkit-backdrop-filter: blur(10px);
}
.modal_content{
display: block;
margin: auto;
width: 75%;
height: 80%;
background: #FFF;
overflow-y: auto;
margin-top: 5%;
scrollbar-width: 0px;
}
.modal_container::-webkit-scrollbar{display: none;}
.sidepanel_container{
background-image: url('./gausian_blur.png');
position: fixed;
top:0;
bottom:0;
left: 0;
right: 0;
z-index: 11;
-webkit-backdrop-filter: blur(10px);
background-size: contain;
display: none;
}
.sidepanel_content{
width: 320px;
background: #FFF;
height: 100%;
padding: 10px;
}
.panel_item{
width: 100%;
padding: 10px;
transition: 200ms;
}
.panel_item:hover{background: rgba(125, 125, 125, 0.2); transition: 200ms;}
.panel_item:focus,.panel_item:active{background: rgba(125, 125, 125, 0.25); border-left: 4px solid #000; transition: 200ms;}
.tooltip_info{
border: 0.5px solid;
border-radius: 5px;
position: absolute;
z-index: 12;
max-width: 80%;
background: #FFF;
color: #000;
width:0;
height: 0;
font-size: 0px;
opacity: 0;
margin-top:24px;
}
.tooltip_container:hover .tooltip_info{opacity: 1; width: auto; height: auto; font-size: 16px; padding: 15px; overflow-y: auto;}
.dialogue_box{
z-index: 12;
position: absolute;
top:60%;
left: 40%;
min-width: 350px;
min-height: 150px;
border:2px solid rgba(125, 125, 125, 0.9);
display: none;
box-shadow: 6px 0 12px 0 rgba(0, 0, 0, 0.4), 0 4px 12px 0 rgba(0, 0, 0, 0.38);
}
.dialogue_pane{
height: 38px;
background: rgba(125, 125, 125, 0.9);
cursor: move;
width: 100%;
color: #fcfcfc;
}
.dialogue_pane button{
margin: 0px;
}
.dialogue_content{
padding: 5px;
background: #FFF;
color: #1e1e1e;
min-height: 150px;
min-width: 350px;
}
/*Overlay*/
img{width: 100%; height: auto;}
.overlay_container:hover .overlay{
display: block;
opacity: 1;
transition: 300ms;
}
.overlay_container:hover .overlay_content{
filter: saturate(250%);
filter: blur(25px);
}
.overlay_container{
width: 80%;
position: relative;
}
.overlay{
text-align: center;
width: 100%;
opacity: 0;
position: absolute;
left:0;
right: 0;
top:0;
bottom: 0;
background-image: url('./gausian_blur.png');
background-size: contain;
color: #FFF;
transition: 300ms;
}
/*Snackbar*/
.snackbar_content{
z-index: 1;
position: fixed;
text-align: center;
bottom:20;
padding: 2%;
min-width: 40%;
max-width: 80%;
opacity: 0.9;
display: none;
-webkit-backdrop-filter: blur(10px);
}
.snackbar_content:hover{opacity: 1;}
.snackbar_container .snackbar_button:focus ~ .snackbar_content{display: block; margin: auto;}
/*Breadcrumbs*/
li.breadcrumb_icon{font-size: 20px;}
li.breadcrumb{display: inline-block; position: relative; background: #FFF; font-size: 20px;}
li.breadcrumb:hover{background: rgba(0, 0, 0, 0.2); border: none;}
/*Contextual Menu*/
.contextual_container{width: 50%;}
.contextual_button{
background: #FFF;
padding: 2%;
appearance: none;
-webkit-appearance: none;
width: 100%;
height: 5%;
position: relative;
opacity: 0;
}
.contextual_val{position: absolute; padding: 0.5%; border:1.5px solid rgba(0, 0, 0, 0.4);}
.contextual_button:hover{border:1.5px solid rgba(0, 0, 0, 0.6);}
.contextual_button:focus{border:1.5px solid rgba(6, 167, 221, 1);}
.contextual_group{border: 1.5px solid rgba(0, 0, 0, 0.4); display: none; z-index: 2; position: absolute; width: 260px; background: #FFF;}
li.contextual_item,li.navigation_item{padding: 2%; list-style: none; background: transparent;}
li.contextual_item:hover,li.navigation_item:hover{background: rgba(0, 0, 0, 0.2); border: none;}
.contextual_container .contextual_button:checked ~ .contextual_group{display: block;}
a li.contextual_item, a li.navigation_item{font-size: 16px; font-weight: 400;}
li.navigation_item{ background: #DFEEFD;}
/*Pivot*/
.pivot_container{width:100%; z-index: 5; color: #FFF;}
.pivot_button{padding: 1%; text-decoration: none; background: transparent; color: #FFF;}
.pivot_button::before{background: #FFF;}
.pivot_button.active::before{width: 100%;}
.pivot_button.active:hover::before{width: 100%;}
.pivot_heading{margin-left:24px; font-size: 42px;}
/*Command Bar*/
.commandbar_container{width: 100%;}
.commandbar_button{background: #FFF; padding: 1%;}
.commandbar_button:hover{background: rgba(0, 0, 0, 0.2);}
.commandbar_button:focus{background: rgba(0, 0, 0, 0.3);}
/*Side Navigation*/
.nav_container{background: #DFEEFD; position: sticky; top: 60; height: 90%; overflow-y: auto;}
.navigation_container{width: 100%; position: relative;}
.navigation_val{position: relative; padding: 0.5%;}
.navigation_group{ display: none; width: auto; background: #DFEEFD; padding-left:20px;}
.navigation_button{
background: #FFF;
padding: 2%;
appearance: none;
-webkit-appearance: none;
width: 100%;
height: 5%;
position: relative;
opacity: 0;
}
a li.navigation_item{border:none; text-decoration: none;}
li.navigation_item::before{display: none;}
.navigation_container .navigation_button:checked ~ .navigation_group{display: block;}
.nav_disp{padding-right: 10px;}
li{font-size: 14px;}
/*Hidden Sections*/
.code_notifier{
position: relative;
left: 0;
border: none;
width: 60px;
-webkit-appearance: none;
-moz-appearance: none;
height: 30px;
z-index: 0;
padding: 5px;
}
.codebar_text{
position: absolute;
z-index: 5;
color: #FFF;
padding: 5px;
}
.code_content{
display: none;
}
.code_notifier:checked ~ .code_content{
display: block;
}
.codeblock_text{
margin-top: 0px;
padding: 20px;
background: #232323;
color: #E1E1E1;
font-family: 'Consolas', 'Roboto';
text-align: left;
overflow-x: scroll;
}
.code_container{
padding: 30px;
margin-top: 40px;
}
.code, .output{
border: 0.5px solid #DDD;
}
img.square{
height: 200dp;
width: 200dp;
}
@media (prefers-color-scheme: dark){
.ms-icon{
color: #fcfcfc;
}
a, .link, ul .dropdown_btn{
color: #fcfcfc;
}
.zi0{box-shadow: 0 0.1px 0.4px 0 rgba(240, 240, 240, 240.4), 0 0.1px 0.3px 0 rgba(240, 240, 240, 0.38); transition: 250s ease;}
.zi1{
box-shadow: 0 0.4px 1px 0 rgba(240, 240, 240, 0.4), 0 0.3px 1px 0 rgba(240, 240, 240, 0.38);
transition: 250ms ease;
}
.zi2{
box-shadow: 0 2px 4px 0 rgba(240, 240, 240, 0.4), 0 2px 6px 0 rgba(240, 240, 240, 0.38);
transition: 250ms ease;
}
.zi3{
box-shadow: 0 4px 8px 0 rgba(240, 240, 240, 0.4), 0 4px 12px 0 rgba(240, 240, 240, 0.38);
transition: 250ms ease;
}
.zi4{
box-shadow: 0 8px 16px 0 rgba(240, 240, 240, 0.4), 0 8px 24px 0 rgba(240, 240, 240, 0.38);
transition: 250ms ease;
}
.zi:hover{box-shadow: 0.4px 0 1px 0 rgba(240, 240, 240, 0.4), 0 0.4px 1.5px 0 rgba(240, 240, 240, 0.38); transition: 250ms;}
.zi1:hover{box-shadow: 1.5px 0 3px 0 rgba(240, 240, 240, 0.4), 0 1.5px 4.5px 0 rgba(240, 240, 240, 0.38); transition: 250ms;}
.zi2:hover{box-shadow: 3px 0 6px 0 rgba(240, 240, 240, 0.4), 0 3px 9px 0 rgba(240, 240, 240, 0.38); transition: 250ms;}
.zi3:hover{box-shadow: 6px 0 12px 0 rgba(240, 240, 240, 0.4), 0 4px 12px 0 rgba(240, 240, 240, 0.38); transition: 250ms;}
.zi4:hover{box-shadow: 12px 0 24px 0 rgba(240, 240, 240, 0.4), 0 6px 18px 0 rgba(240, 240, 240, 0.38); transition: 250ms;}
.search_box{background: #000000;}
input[type=text],input[type=password],input[type=tel],input[type=number],input[type=email],.drop:hover,
input[type=date],input[type=datetime-local],input[type=month],input[type=search]{
width: 80%;
border: 1.5px solid rgba(0, 0, 0, 0.4);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-size: 14px;
background: #000000;
color: #fcfcfc;
height: 40px;
}
input[type=text]:hover,input[type=password]:hover,input[type=tel]:hover,input[type=number]:hover,.drop:hover,
input[type=email]:hover,input[type=date]:hover,input[type=datetime-local]:hover,input[type=month]:hover,.search_box:hover{
border: 1.5px solid rgba(225, 225, 225, 0.6);
}
.switch input{background: #000000;}
.switch .toggle{background: #fcfcfc;}
input[type="radio"].drop_opt{background: #000; color: #fcfcfc; height: 40px;}
input[type="radio"].drop_opt:hover{background: #1e1e1e; color: #fcfcfc}
input[type="radio"].drop_opt:checked{background: #0e0e0e; color: #fcfcfc}
.drop{background: #000; height: 40px;}
.drop:focus{border: #0066aa;}
.checkmark{background: #000000;}
select{
border: 1.5px solid rgba(0, 0, 0, 0.4);
background: #000;
color: #fcfcfc;
}
select:hover{border: 1.5px solid rgba(255, 255, 255, 0.6);}
select:focus{border: 1.5px solid rgba(6, 167, 221, 1);}
input[type=radio],.radioinfo{
background: #000;
border:2px solid #1e1e1e;
}
input[type=radio]:hover{background: rgba(255, 255, 255, 0.6);}
input[type=radio]:checked{background: rgba(6, 167, 221, 1); border: 5px solid #FFF; box-shadow: 0px 0px 2px 2px #06A7DD}
.modal_content, .sidepanel_content{
background: #000;
}
li:nth-child(odd) {background-color: rgba(0, 0, 0, 0.1); color: #fcfcfc; backdrop-filter: blur(90px);}
li:nth-child(even) {background-color: rgba(255, 255, 255, 0.1); color: #fcfcfc; backdrop-filter: blur(90px);}
li:hover{border-left: 4px solid #000; transition: 200ms; background: rgba(200, 200, 200, 0.6);}
} | 0.48438 | 0.108803 |
@font-face {
font-family: 'DroidSerifRegular';
src: url('../fonts/DroidSerif-Regular-webfont.eot');
src: url('../fonts/DroidSerif-Regular-webfont.eot?#iefix')
format('embedded-opentype'),
url('../fonts/DroidSerif-Regular-webfont.woff') format('woff'),
url('../fonts/DroidSerif-Regular-webfont.ttf') format('truetype'),
url('../fonts/DroidSerif-Regular-webfont.svg#DroidSerifRegular')
format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'DroidSerifItalic';
src: url('../fonts/DroidSerif-Italic-webfont.eot');
src: url('../fonts/DroidSerif-Italic-webfont.eot?#iefix')
format('embedded-opentype'),
url('../fonts/DroidSerif-Italic-webfont.woff') format('woff'),
url('../fonts/DroidSerif-Italic-webfont.ttf') format('truetype'),
url('../fonts/DroidSerif-Italic-webfont.svg#DroidSerifItalic')
format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'DroidSerifBold';
src: url('../fonts/DroidSerif-Bold-webfont.eot');
src: url('../fonts/DroidSerif-Bold-webfont.eot?#iefix')
format('embedded-opentype'),
url('../fonts/DroidSerif-Bold-webfont.woff') format('woff'),
url('../fonts/DroidSerif-Bold-webfont.ttf') format('truetype'),
url('../fonts/DroidSerif-Bold-webfont.svg#DroidSerifBold')
format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'DroidSerifBoldItalic';
src: url('../fonts/DroidSerif-BoldItalic-webfont.eot');
src: url('../fonts/DroidSerif-BoldItalic-webfont.eot?#iefix')
format('embedded-opentype'),
url('../fonts/DroidSerif-BoldItalic-webfont.woff') format('woff'),
url('../fonts/DroidSerif-BoldItalic-webfont.ttf') format('truetype'),
url('../fonts/DroidSerif-BoldItalic-webfont.svg#DroidSerifBoldItalic') format('svg');
DroidSerifRegular, font-weight: normal;
font-style: normal;
}
body {font-family:arial, verdana, sans-serif;
}
#page {
width:960px;
border:10px solid #3399cc;
padding:40px;
margin:20px;
}
h1, h2, h3, h4 {
font-family : georgia, times, serif;
color:#66666;
}
h1 {
font-family : DroidSerifBold, georgia, times, serif;
}
h2 {
padding: 0 0 0 40px;
background : url(../images/plus-minus.png) no-repeat 0px 0px;
}
h2.expanded {
background : url(../images/plus-minus.png) no-repeat 0px -30px;
}
p {
color:#333333;
font-size:90%;
line-height:1.3em;
}
#navigation {
border-top:1px solid #d6d6d6;
border-bottom:1px solid #d6d6d6;
padding:10px 0px 10px 0px;
margin:20px 0px 20px 0px;
}
#navigation a {
color:#3399cc;
text-decoration:none;
margin-right:20px;
}
.main_image {
border:1px solid #000000;
margin:0px 10px 10px 0px;
} | 03-http-file-demo/c11/sample_application/css/interface.css | @font-face {
font-family: 'DroidSerifRegular';
src: url('../fonts/DroidSerif-Regular-webfont.eot');
src: url('../fonts/DroidSerif-Regular-webfont.eot?#iefix')
format('embedded-opentype'),
url('../fonts/DroidSerif-Regular-webfont.woff') format('woff'),
url('../fonts/DroidSerif-Regular-webfont.ttf') format('truetype'),
url('../fonts/DroidSerif-Regular-webfont.svg#DroidSerifRegular')
format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'DroidSerifItalic';
src: url('../fonts/DroidSerif-Italic-webfont.eot');
src: url('../fonts/DroidSerif-Italic-webfont.eot?#iefix')
format('embedded-opentype'),
url('../fonts/DroidSerif-Italic-webfont.woff') format('woff'),
url('../fonts/DroidSerif-Italic-webfont.ttf') format('truetype'),
url('../fonts/DroidSerif-Italic-webfont.svg#DroidSerifItalic')
format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'DroidSerifBold';
src: url('../fonts/DroidSerif-Bold-webfont.eot');
src: url('../fonts/DroidSerif-Bold-webfont.eot?#iefix')
format('embedded-opentype'),
url('../fonts/DroidSerif-Bold-webfont.woff') format('woff'),
url('../fonts/DroidSerif-Bold-webfont.ttf') format('truetype'),
url('../fonts/DroidSerif-Bold-webfont.svg#DroidSerifBold')
format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'DroidSerifBoldItalic';
src: url('../fonts/DroidSerif-BoldItalic-webfont.eot');
src: url('../fonts/DroidSerif-BoldItalic-webfont.eot?#iefix')
format('embedded-opentype'),
url('../fonts/DroidSerif-BoldItalic-webfont.woff') format('woff'),
url('../fonts/DroidSerif-BoldItalic-webfont.ttf') format('truetype'),
url('../fonts/DroidSerif-BoldItalic-webfont.svg#DroidSerifBoldItalic') format('svg');
DroidSerifRegular, font-weight: normal;
font-style: normal;
}
body {font-family:arial, verdana, sans-serif;
}
#page {
width:960px;
border:10px solid #3399cc;
padding:40px;
margin:20px;
}
h1, h2, h3, h4 {
font-family : georgia, times, serif;
color:#66666;
}
h1 {
font-family : DroidSerifBold, georgia, times, serif;
}
h2 {
padding: 0 0 0 40px;
background : url(../images/plus-minus.png) no-repeat 0px 0px;
}
h2.expanded {
background : url(../images/plus-minus.png) no-repeat 0px -30px;
}
p {
color:#333333;
font-size:90%;
line-height:1.3em;
}
#navigation {
border-top:1px solid #d6d6d6;
border-bottom:1px solid #d6d6d6;
padding:10px 0px 10px 0px;
margin:20px 0px 20px 0px;
}
#navigation a {
color:#3399cc;
text-decoration:none;
margin-right:20px;
}
.main_image {
border:1px solid #000000;
margin:0px 10px 10px 0px;
} | 0.090286 | 0.043083 |
body { background: transparent none repeat-x scroll left top; }
.wb_sbg { background: transparent none repeat-x scroll left top; }
body, .wb_sbg { min-width: 100%; min-height: 100%; }
.root { box-sizing: border-box; width: 100%; }
.root > div > .wb_cont_inner_rel { padding-left: 15px; padding-right: 15px; }
#wb_cs_row_37 { padding-left: 0; padding-right: 0; padding-top: 15px; padding-bottom: 0px; }
#wb_cs_col_38 { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0px; padding-left: 0px; padding-right: 0px; }
#wb_cs_col_38:first-child { margin-top: 0px; }
#wb_element_instance26 { z-index: 204; min-height: 24px; width: 100%; margin-left: auto; margin-right: auto; margin-top: 0px; }
#wb_element_instance26 p:last-child { margin-bottom: 0; }
#wb_cs_row_39 { padding-left: 0; padding-right: 0; padding-top: 12px; padding-bottom: 0px; }
#wb_cs_col_40 { max-width: 1296px; margin-top: 10px; min-width: 129.6px; width: 86.188574560668%; margin-left: 0.0%; }
#wb_cs_col_40:first-child { margin-top: 10px; }
#wb_cs_row_41 { padding-left: 0; padding-right: 0; padding-top: 0px; margin-top: 0px; float: left; padding-bottom: 0px; width: 99.70019467878%; }
#wb_cs_col_42 { max-width: 32px; margin-top: 1px; min-width: 16px; width: 3.2075398013512%; margin-left: 0.0%; }
#wb_cs_col_42:first-child { margin-top: 1px; }
#wb_element_instance24 { z-index: 199; height: auto; min-height: 1px; min-width: 16px; max-width: 32px; width: auto; margin-left: auto; margin-right: auto; margin-top: 0px; float: none; }
#wb_element_instance24 img { width: 100%; height: auto; position: static; left: 0px; top: 0px; display: block; }
#wb_cs_col_43 { max-width: 1200px; margin-top: 0px; min-width: 120px; width: 77.815384214843%; margin-left: 2.015503%; }
#wb_cs_col_43:first-child { margin-top: 0px; }
#wb_element_instance25 { z-index: 200; min-height: 24px; width: auto; margin-left: auto; margin-right: auto; margin-top: 0px; float: none; }
#wb_element_instance25 p:last-child { margin-bottom: 0; }
#wb_cs_col_44 { max-width: 40px; margin-top: 0px; min-width: 40px; width: 44.155844155844%; margin-right: 0.0%; }
#wb_cs_col_44:first-child { margin-top: 0px; }
#wb_element_instance23 { z-index: 202; min-height: 56px; width: auto; margin-left: auto; margin-right: auto; margin-top: 0px; float: none; }
#wb_element_instance23 .btn-collapser { display: inline-block; margin-top: 13.5px; background-color: #000000; border-color: #ffffff; }
#wb_element_instance23.collapse-expanded > ul { position: fixed; left: 0px; width: 100%; display: block; float: none; height: auto; overflow: hidden; overflow-y: auto; }
#wb_element_instance23 .btn-collapser > .icon-bar { background-color: #ffffff; }
#wb_element_instance23 .btn-collapser:hover { background-color: #000000; border-color: #0097e3; }
#wb_element_instance23 .btn-collapser:hover > .icon-bar { background-color: #0097e3; }
#wb_element_instance23 ul { background: #000000 none repeat scroll left top; border: 1px none #000000; }
#wb_element_instance23 > ul { display: none; }
#wb_element_instance23.collapse-expanded > ul > li { display: block; }
#wb_element_instance23.collapse-expanded li > ul { position: static; }
#wb_element_instance23.collapse-expanded li.active > ul { display: block!important; }
#wb_element_instance23.collapse-expanded li.over > ul { display: block!important; }
#wb_element_instance23, #wb_element_instance23 ul { text-align: right; }
#wb_element_instance23 ul ul { background: #000000 none repeat scroll right top; }
#wb_element_instance23 li { margin: 0px 0px 0px 0px; }
#wb_element_instance23 li a { text-transform: uppercase; border: 0px none #000000; padding: 20px 20px 20px 20px; font: normal bold 14px Helvetica,Arial,sans-serif; text-decoration: none; color: #ffffff; line-height: 16px; background: transparent none repeat-x scroll center center; }
#wb_element_instance23 li.over > a, #wb_element_instance23 li:focus > a { border: 0px none #000000; font: normal bold 14px Helvetica,Arial,sans-serif; text-decoration: none; color: #0097e3; line-height: 16px; background: transparent none repeat-x scroll center center; }
#wb_element_instance23 li.active > a { border: 0px none #000000; font: normal bold 14px Helvetica,Arial,sans-serif; text-decoration: none; color: #0097e3; line-height: 16px; background: transparent none repeat-x scroll center center; }
#wb_element_instance23:not(.collapse-expanded) .vmenu ul.open-left,#wb_element_instance23:not(.collapse-expanded) .hmenu ul.open-left { left: auto; right: 100%; }
#wb_element_instance23:not(.collapse-expanded) .hmenu > li > ul.open-left { left: auto; right: 0; }
#wb_element_instance27 { top: 20px; left: 0px; display: block; z-index: 9000; }
#wb_element_instance28 { top: 74px; left: 0px; display: block; z-index: 9999; }
@media (min-width: 768px) {
.root > div > .wb_cont_inner_rel { padding-left: 20px; padding-right: 20px; }
#wb_cs_row_37 { padding-top: 30px; padding-left: 0.85034013605442%; padding-right: 82.568027210884%; }
#wb_cs_col_38 { max-width: 438px; }
#wb_element_instance26 { margin-top: 0px; }
#wb_cs_row_39 { padding-top: 12px; padding-left: 2.1258503401361%; padding-right: 1.1904761904762%; }
#wb_cs_row_41 { padding-left: 0%; padding-right: 0.46296296296296%; }
#wb_element_instance24 { margin-top: 0px; }
#wb_element_instance25 { margin-top: 0px; }
#wb_cs_col_44 { max-width: 1025.2987012987px; min-width: 102.52987012987px; }
#wb_cs_col_40 { width: 55.813953488372%; }
#wb_cs_col_42 { width: 4.9612403100775%; }
#wb_cs_col_43 { width: 93.023255813953%; }
#wb_element_instance23 { margin-top: 0px; }
#wb_element_instance23 ul { background: transparent none repeat scroll right top; }
#wb_element_instance23 .btn-collapser { display: none; }
#wb_element_instance23 > ul { display: block; }
#wb_main { min-height: px; }
#wb_element_instance27 { top: 20px; left: 0px; display: block; }
#wb_element_instance28 { top: 74px; left: 0px; display: block; }
}
@media (min-width: 992px) {
.root > div > .wb_cont_inner_rel { padding-left: 30px; padding-right: 30px; }
#wb_element_instance23 ul { background: transparent none repeat scroll right top; }
#wb_element_instance23 .btn-collapser { display: none; }
#wb_element_instance23 > ul { display: block; }
#wb_element_instance27 { top: 20px; left: 0px; display: block; }
#wb_element_instance28 { top: 74px; left: 0px; display: block; }
}
@media (min-width: 1200px) {
.root > div > .wb_cont_inner_rel { max-width: 1860px; padding-left: 40px; padding-right: 40px; }
#wb_element_instance23 ul { background: transparent none repeat scroll right top; }
#wb_element_instance23 .btn-collapser { display: none; }
#wb_element_instance23 > ul { display: block; }
#wb_element_instance27 { top: 20px; left: 0px; display: block; }
#wb_element_instance28 { top: 74px; left: 0px; display: block; }
} | resources/views/zyro/css/0.css | body { background: transparent none repeat-x scroll left top; }
.wb_sbg { background: transparent none repeat-x scroll left top; }
body, .wb_sbg { min-width: 100%; min-height: 100%; }
.root { box-sizing: border-box; width: 100%; }
.root > div > .wb_cont_inner_rel { padding-left: 15px; padding-right: 15px; }
#wb_cs_row_37 { padding-left: 0; padding-right: 0; padding-top: 15px; padding-bottom: 0px; }
#wb_cs_col_38 { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0px; padding-left: 0px; padding-right: 0px; }
#wb_cs_col_38:first-child { margin-top: 0px; }
#wb_element_instance26 { z-index: 204; min-height: 24px; width: 100%; margin-left: auto; margin-right: auto; margin-top: 0px; }
#wb_element_instance26 p:last-child { margin-bottom: 0; }
#wb_cs_row_39 { padding-left: 0; padding-right: 0; padding-top: 12px; padding-bottom: 0px; }
#wb_cs_col_40 { max-width: 1296px; margin-top: 10px; min-width: 129.6px; width: 86.188574560668%; margin-left: 0.0%; }
#wb_cs_col_40:first-child { margin-top: 10px; }
#wb_cs_row_41 { padding-left: 0; padding-right: 0; padding-top: 0px; margin-top: 0px; float: left; padding-bottom: 0px; width: 99.70019467878%; }
#wb_cs_col_42 { max-width: 32px; margin-top: 1px; min-width: 16px; width: 3.2075398013512%; margin-left: 0.0%; }
#wb_cs_col_42:first-child { margin-top: 1px; }
#wb_element_instance24 { z-index: 199; height: auto; min-height: 1px; min-width: 16px; max-width: 32px; width: auto; margin-left: auto; margin-right: auto; margin-top: 0px; float: none; }
#wb_element_instance24 img { width: 100%; height: auto; position: static; left: 0px; top: 0px; display: block; }
#wb_cs_col_43 { max-width: 1200px; margin-top: 0px; min-width: 120px; width: 77.815384214843%; margin-left: 2.015503%; }
#wb_cs_col_43:first-child { margin-top: 0px; }
#wb_element_instance25 { z-index: 200; min-height: 24px; width: auto; margin-left: auto; margin-right: auto; margin-top: 0px; float: none; }
#wb_element_instance25 p:last-child { margin-bottom: 0; }
#wb_cs_col_44 { max-width: 40px; margin-top: 0px; min-width: 40px; width: 44.155844155844%; margin-right: 0.0%; }
#wb_cs_col_44:first-child { margin-top: 0px; }
#wb_element_instance23 { z-index: 202; min-height: 56px; width: auto; margin-left: auto; margin-right: auto; margin-top: 0px; float: none; }
#wb_element_instance23 .btn-collapser { display: inline-block; margin-top: 13.5px; background-color: #000000; border-color: #ffffff; }
#wb_element_instance23.collapse-expanded > ul { position: fixed; left: 0px; width: 100%; display: block; float: none; height: auto; overflow: hidden; overflow-y: auto; }
#wb_element_instance23 .btn-collapser > .icon-bar { background-color: #ffffff; }
#wb_element_instance23 .btn-collapser:hover { background-color: #000000; border-color: #0097e3; }
#wb_element_instance23 .btn-collapser:hover > .icon-bar { background-color: #0097e3; }
#wb_element_instance23 ul { background: #000000 none repeat scroll left top; border: 1px none #000000; }
#wb_element_instance23 > ul { display: none; }
#wb_element_instance23.collapse-expanded > ul > li { display: block; }
#wb_element_instance23.collapse-expanded li > ul { position: static; }
#wb_element_instance23.collapse-expanded li.active > ul { display: block!important; }
#wb_element_instance23.collapse-expanded li.over > ul { display: block!important; }
#wb_element_instance23, #wb_element_instance23 ul { text-align: right; }
#wb_element_instance23 ul ul { background: #000000 none repeat scroll right top; }
#wb_element_instance23 li { margin: 0px 0px 0px 0px; }
#wb_element_instance23 li a { text-transform: uppercase; border: 0px none #000000; padding: 20px 20px 20px 20px; font: normal bold 14px Helvetica,Arial,sans-serif; text-decoration: none; color: #ffffff; line-height: 16px; background: transparent none repeat-x scroll center center; }
#wb_element_instance23 li.over > a, #wb_element_instance23 li:focus > a { border: 0px none #000000; font: normal bold 14px Helvetica,Arial,sans-serif; text-decoration: none; color: #0097e3; line-height: 16px; background: transparent none repeat-x scroll center center; }
#wb_element_instance23 li.active > a { border: 0px none #000000; font: normal bold 14px Helvetica,Arial,sans-serif; text-decoration: none; color: #0097e3; line-height: 16px; background: transparent none repeat-x scroll center center; }
#wb_element_instance23:not(.collapse-expanded) .vmenu ul.open-left,#wb_element_instance23:not(.collapse-expanded) .hmenu ul.open-left { left: auto; right: 100%; }
#wb_element_instance23:not(.collapse-expanded) .hmenu > li > ul.open-left { left: auto; right: 0; }
#wb_element_instance27 { top: 20px; left: 0px; display: block; z-index: 9000; }
#wb_element_instance28 { top: 74px; left: 0px; display: block; z-index: 9999; }
@media (min-width: 768px) {
.root > div > .wb_cont_inner_rel { padding-left: 20px; padding-right: 20px; }
#wb_cs_row_37 { padding-top: 30px; padding-left: 0.85034013605442%; padding-right: 82.568027210884%; }
#wb_cs_col_38 { max-width: 438px; }
#wb_element_instance26 { margin-top: 0px; }
#wb_cs_row_39 { padding-top: 12px; padding-left: 2.1258503401361%; padding-right: 1.1904761904762%; }
#wb_cs_row_41 { padding-left: 0%; padding-right: 0.46296296296296%; }
#wb_element_instance24 { margin-top: 0px; }
#wb_element_instance25 { margin-top: 0px; }
#wb_cs_col_44 { max-width: 1025.2987012987px; min-width: 102.52987012987px; }
#wb_cs_col_40 { width: 55.813953488372%; }
#wb_cs_col_42 { width: 4.9612403100775%; }
#wb_cs_col_43 { width: 93.023255813953%; }
#wb_element_instance23 { margin-top: 0px; }
#wb_element_instance23 ul { background: transparent none repeat scroll right top; }
#wb_element_instance23 .btn-collapser { display: none; }
#wb_element_instance23 > ul { display: block; }
#wb_main { min-height: px; }
#wb_element_instance27 { top: 20px; left: 0px; display: block; }
#wb_element_instance28 { top: 74px; left: 0px; display: block; }
}
@media (min-width: 992px) {
.root > div > .wb_cont_inner_rel { padding-left: 30px; padding-right: 30px; }
#wb_element_instance23 ul { background: transparent none repeat scroll right top; }
#wb_element_instance23 .btn-collapser { display: none; }
#wb_element_instance23 > ul { display: block; }
#wb_element_instance27 { top: 20px; left: 0px; display: block; }
#wb_element_instance28 { top: 74px; left: 0px; display: block; }
}
@media (min-width: 1200px) {
.root > div > .wb_cont_inner_rel { max-width: 1860px; padding-left: 40px; padding-right: 40px; }
#wb_element_instance23 ul { background: transparent none repeat scroll right top; }
#wb_element_instance23 .btn-collapser { display: none; }
#wb_element_instance23 > ul { display: block; }
#wb_element_instance27 { top: 20px; left: 0px; display: block; }
#wb_element_instance28 { top: 74px; left: 0px; display: block; }
} | 0.541894 | 0.224586 |
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
.ui-state-disabled { cursor: default !important; }
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-widget { font-family: Helvetica, Arial, sans-serif; font-size: 0.8em; }
.ui-widget .ui-widget { font-size: 0.8em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
/*font-family: Helvetica, Arial, sans-serif; font-size: 1em; */
}
.ui-widget input {
width : 100%;
/*font-family: Helvetica, Arial, sans-serif; font-size: 1em; */
}
.ui-widget-content { border: 1px solid #000000; background: #f0f0ff url(bg_flat_f0f0ff.png) 50% 50% repeat-x; color: #000000; }
.ui-widget-content a { color: #000000; }
.ui-widget-header { border: 1px solid #000000; background: #ccccff url(bg_flat_ccccff.png) 50% 50% repeat-x; color: #000000; font-weight: bold; }
.ui-widget-header a { color: #000000; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #000000; background: #ccccff url(bg_flat_ccccff.png) 50% 50% repeat-x; font-weight: normal; color: #000000; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #000000; background: #cccccc url(bg_flat_cccccc.png) 50% 50% repeat-x; font-weight: normal; color: #000000; }
.ui-state-hover a, .ui-state-hover a:hover { color: #000000; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #000000; background: #ccccff url(bg_flat_ccccff.png) 50% 50% repeat-x; font-weight: normal; color: #000000; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #000000; text-decoration: none; }
.ui-widget :active { outline: none; }
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #000000; background: #ccccff url(bg_flat_ccccff.png) 50% 50% repeat-x; color: #000000; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #000000; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #ff0000; background: #ffffff url(bg_flat_ffffff.png) 50% 50% repeat-x; color: #000000; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #000000; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #000000; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; -khtml-border-top-left-radius: 0; border-top-left-radius: 0; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; -khtml-border-top-right-radius: 0; border-top-right-radius: 0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; -khtml-border-bottom-left-radius: 0; border-bottom-left-radius: 0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; -khtml-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }
.ui-widget-overlay { background: #aaaaaa url(bg_flat_aaaaaa.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(bg_flat_aaaaaa.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
.ui-autocomplete { position: absolute; cursor: default; }
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-menu {
list-style:none;
padding: 2px;
margin: 0;
display:block;
float: left;
}
.ui-menu .ui-menu {
margin-top: -3px;
}
.ui-menu .ui-menu-item {
margin:0;
padding: 0;
zoom: 1;
float: left;
clear: left;
width: 100%;
}
.ui-menu .ui-menu-item a {
text-decoration:none;
display:block;
padding:.2em .4em;
line-height:1.5;
zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
font-weight: normal;
margin: -1px;
}
.ui-autocomplete-category {
font-weight: bold;
padding: .2em .4em;
margin: .8em 0 .2em;
line-height: 1.5;
}
.ui-autocomplete {
max-height: 80%;
width: 80%;
max-width: 100%;
overflow-x: auto;
overflow-y: auto;
}
* html .ui-autocomplete {
height: 80%;
width: 80%;
} | docs/sv/jq.css | .ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
.ui-state-disabled { cursor: default !important; }
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-widget { font-family: Helvetica, Arial, sans-serif; font-size: 0.8em; }
.ui-widget .ui-widget { font-size: 0.8em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
/*font-family: Helvetica, Arial, sans-serif; font-size: 1em; */
}
.ui-widget input {
width : 100%;
/*font-family: Helvetica, Arial, sans-serif; font-size: 1em; */
}
.ui-widget-content { border: 1px solid #000000; background: #f0f0ff url(bg_flat_f0f0ff.png) 50% 50% repeat-x; color: #000000; }
.ui-widget-content a { color: #000000; }
.ui-widget-header { border: 1px solid #000000; background: #ccccff url(bg_flat_ccccff.png) 50% 50% repeat-x; color: #000000; font-weight: bold; }
.ui-widget-header a { color: #000000; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #000000; background: #ccccff url(bg_flat_ccccff.png) 50% 50% repeat-x; font-weight: normal; color: #000000; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000000; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #000000; background: #cccccc url(bg_flat_cccccc.png) 50% 50% repeat-x; font-weight: normal; color: #000000; }
.ui-state-hover a, .ui-state-hover a:hover { color: #000000; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #000000; background: #ccccff url(bg_flat_ccccff.png) 50% 50% repeat-x; font-weight: normal; color: #000000; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #000000; text-decoration: none; }
.ui-widget :active { outline: none; }
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #000000; background: #ccccff url(bg_flat_ccccff.png) 50% 50% repeat-x; color: #000000; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #000000; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #ff0000; background: #ffffff url(bg_flat_ffffff.png) 50% 50% repeat-x; color: #000000; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #000000; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #000000; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; -khtml-border-top-left-radius: 0; border-top-left-radius: 0; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; -khtml-border-top-right-radius: 0; border-top-right-radius: 0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; -khtml-border-bottom-left-radius: 0; border-bottom-left-radius: 0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; -khtml-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }
.ui-widget-overlay { background: #aaaaaa url(bg_flat_aaaaaa.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(bg_flat_aaaaaa.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
.ui-autocomplete { position: absolute; cursor: default; }
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-menu {
list-style:none;
padding: 2px;
margin: 0;
display:block;
float: left;
}
.ui-menu .ui-menu {
margin-top: -3px;
}
.ui-menu .ui-menu-item {
margin:0;
padding: 0;
zoom: 1;
float: left;
clear: left;
width: 100%;
}
.ui-menu .ui-menu-item a {
text-decoration:none;
display:block;
padding:.2em .4em;
line-height:1.5;
zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
font-weight: normal;
margin: -1px;
}
.ui-autocomplete-category {
font-weight: bold;
padding: .2em .4em;
margin: .8em 0 .2em;
line-height: 1.5;
}
.ui-autocomplete {
max-height: 80%;
width: 80%;
max-width: 100%;
overflow-x: auto;
overflow-y: auto;
}
* html .ui-autocomplete {
height: 80%;
width: 80%;
} | 0.464902 | 0.061961 |
body h1,
h2,
h3,
p,
ul {
padding: 0px;
margin: 0px;
}
* {
box-sizing: border-box;
}
body {
background-color: #dddddd;
margin: 0;
font-family: "Annie Use Your Telescope", cursive;
}
img {
max-width: 100%;
display: block;
}
li {
list-style: none;
}
a {
text-decoration: none;
}
/*barra de scroll border: 1px solid red*/
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: #250f04;
}
/*header*/
.main {
background: url("../img/esfiha5.jpg") no-repeat center;
background-size: cover;
text-align: center;
color: #ffffff;
font-size: 25px;
font-weight: 1000;
padding: 250px 0;
font-style: italic;
text-shadow: 2px 2px 5px #000000;
}
.main h1 {
font-size: 30px;
text-align: center;
color: #ffff00;
font-weight: bolder;
font-weight: bold;
margin-bottom: 20px;
}
.main i {
font-size: 40px;
padding: 10px;
}
.main p {
padding: 5px;
font-size: 40px;
}
/*menu - top*/
.menu {
background-color: white;
width: 100%;
position: fixed;
padding: 5px 0;
}
.menu-logo img {
max-width: 200px;
float: left;
margin: 0 auto;
}
.menu-nav {
float: right;
margin-right: 30px;
margin-top: 8px;
}
.menu-nav ul {
display: flex;
}
.menu-nav li {
list-style: none;
}
.menu-nav a {
display: block;
padding: 10px 5px;
margin-left: 10px;
color: #331005;
font-size: 18px;
}
.menu-nav a:hover {
background: #f3f3f3ec;
border-radius: 20px;
}
@media (max-width: 739px) {
.menu .container {
max-width: 100%;
margin: 0 auto;
}
.menu-toggle {
display: block;
width: 40px;
height: 40px;
margin: 10px;
float: right;
cursor: pointer;
text-align: center;
font-size: 30px;
color: #160901;
}
.menu-toggle:before {
content: "\f0c9";
font-family: fontAwesome;
line-height: 40px;
}
.menu-toggle.active:before {
content: "\f00d";
}
.menu-nav {
display: none;
}
.contato {
display: none;
}
.menu-nav.active {
margin-top: 30px;
margin-bottom: 30px;
width: 100%;
text-align: center;
display: block;
}
.menu-nav.active ul {
display: block;
margin: 0;
}
.menu-nav.active a {
margin-left: 60px;
}
.menu-nav.active {
display: block;
}
}
/*contato*/
.contato {
margin-top: 10px;
float: right;
color: #160901;
}
.contato .fab {
font-size: 30px;
padding: 5px;
}
.tel {
float: right;
font-size: 1.125em;
margin: 5px 10px;
font-weight: 700;
}
/*cardapio*/
.cardapio {
background: #160701;
text-align: center;
padding: 100px 0;
}
.cardapio img {
margin: 0 auto;
}
.cardapio-titulo {
font-size: 30px;
text-align: center;
margin-bottom: 50px;
color: #ffff00;
font-weight: bold;
}
.cardapio h3 {
color: #ffffffc0;
margin-bottom: 15px;
}
.cardapio h2 {
color: #ffd000;
}
.buttom-cardapio {
background: #ff0000;
color: #ffffff;
font-size: 1.125em;
border: none;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: block;
cursor: pointer;
border-radius: 50px;
margin: 22px auto 0 auto;
}
/*sobre nos*/
.sobreNos {
background: url("../img/fundo.jpg") no-repeat center;
background-size: cover;
background-attachment: fixed;
text-align: center;
color: #cccccc;
font-size: 1.5em;
font-style: italic;
padding: 180px 0;
text-shadow: 2px 2px 5px black;
}
.sobreNos h1 {
font-size: 30px;
text-align: center;
color: #ffff00;
font-weight: bolder;
font-weight: bold;
margin-bottom: 50px;
}
.sobreNos h2 {
color: #ffff00;
text-decoration-line: underline;
}
.sobreNos p {
padding: 20px;
}
@media (max-width: 850px) {
.sobreNos img {
max-width: 400px;
height: 300px;
padding: 20px;
}
}
/*Localização*/
.localizacao {
background: #f9f9f9;
color: #160901;
text-align: center;
padding: 100px 0;
}
.localizacao p {
padding: 20px 0;
}
.localizacao iframe {
max-width: 100%;
display: block;
margin: 0 auto;
}
.localizacao-titulo {
font-size: 30px;
margin-bottom: 50px;
color: #160901;
}
/*inscreva-se
.inscreva-se {
background: #2a0505;
color: white;
padding: 30px 10px;
}
.inscreva-se input {
width: 320px;
color:white;
background: none;
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
border: none;
border-bottom: 3px solid white;
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
float: left;
}
.inscreva-se input::placeholder {
font-size: 16px;
color: white;
}
.inscreva-se-button {
background: none;
font-size: 1.125em;
color: white;
border: 3px solid #ffffff;
border-radius: 50px;
padding: 12px 20px;
text-align: center;
text-decoration: none;
display: block;
cursor: pointer;
float: left;
}
*/
/*footer*/
.footer {
border-top: 1px solid white;
background: #160701;
color: white;
padding: 30px;
}
.footer a {
text-decoration: none;
color: white;
}
.footer h1 {
font-size: 20px;
padding: 10px;
}
.footer p {
font-size: 1.124em;
margin: 5px;
}
.footer i {
font-size: 25px;
padding: 10px;
}
.footer .redes-sociais {
color: black;
}
/*
.footer input {
width: 62%;
padding: 8px 12px;
margin: 10px 0;
box-sizing: border-box;
background: none;
border: none;
border-bottom: 2px solid white;
color: #ffffff;
font-size: 16px;
text-decoration: none;
cursor: pointer
}
.footer button {
background: none;
font-size: 16px;
color: white;
border: 2px solid #ffffff;
border-radius: 10px;
padding: 8px 12px;
margin: 8px 0;
text-align: center;
text-decoration: none;
display: block;
cursor: pointer;
float: right;
}
.footer input::placeholder {
font-size: 16px;
color: #ffffff8e;
}
*/
.footer-item {
background: #080300;
color: white;
}
.footer-item p {
font-size: 14px;
text-align: center;
padding: 20px;
}
@media (max-width: 739px) {
.footer {
text-align: center;
}
} | css/style.css | body h1,
h2,
h3,
p,
ul {
padding: 0px;
margin: 0px;
}
* {
box-sizing: border-box;
}
body {
background-color: #dddddd;
margin: 0;
font-family: "Annie Use Your Telescope", cursive;
}
img {
max-width: 100%;
display: block;
}
li {
list-style: none;
}
a {
text-decoration: none;
}
/*barra de scroll border: 1px solid red*/
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: #250f04;
}
/*header*/
.main {
background: url("../img/esfiha5.jpg") no-repeat center;
background-size: cover;
text-align: center;
color: #ffffff;
font-size: 25px;
font-weight: 1000;
padding: 250px 0;
font-style: italic;
text-shadow: 2px 2px 5px #000000;
}
.main h1 {
font-size: 30px;
text-align: center;
color: #ffff00;
font-weight: bolder;
font-weight: bold;
margin-bottom: 20px;
}
.main i {
font-size: 40px;
padding: 10px;
}
.main p {
padding: 5px;
font-size: 40px;
}
/*menu - top*/
.menu {
background-color: white;
width: 100%;
position: fixed;
padding: 5px 0;
}
.menu-logo img {
max-width: 200px;
float: left;
margin: 0 auto;
}
.menu-nav {
float: right;
margin-right: 30px;
margin-top: 8px;
}
.menu-nav ul {
display: flex;
}
.menu-nav li {
list-style: none;
}
.menu-nav a {
display: block;
padding: 10px 5px;
margin-left: 10px;
color: #331005;
font-size: 18px;
}
.menu-nav a:hover {
background: #f3f3f3ec;
border-radius: 20px;
}
@media (max-width: 739px) {
.menu .container {
max-width: 100%;
margin: 0 auto;
}
.menu-toggle {
display: block;
width: 40px;
height: 40px;
margin: 10px;
float: right;
cursor: pointer;
text-align: center;
font-size: 30px;
color: #160901;
}
.menu-toggle:before {
content: "\f0c9";
font-family: fontAwesome;
line-height: 40px;
}
.menu-toggle.active:before {
content: "\f00d";
}
.menu-nav {
display: none;
}
.contato {
display: none;
}
.menu-nav.active {
margin-top: 30px;
margin-bottom: 30px;
width: 100%;
text-align: center;
display: block;
}
.menu-nav.active ul {
display: block;
margin: 0;
}
.menu-nav.active a {
margin-left: 60px;
}
.menu-nav.active {
display: block;
}
}
/*contato*/
.contato {
margin-top: 10px;
float: right;
color: #160901;
}
.contato .fab {
font-size: 30px;
padding: 5px;
}
.tel {
float: right;
font-size: 1.125em;
margin: 5px 10px;
font-weight: 700;
}
/*cardapio*/
.cardapio {
background: #160701;
text-align: center;
padding: 100px 0;
}
.cardapio img {
margin: 0 auto;
}
.cardapio-titulo {
font-size: 30px;
text-align: center;
margin-bottom: 50px;
color: #ffff00;
font-weight: bold;
}
.cardapio h3 {
color: #ffffffc0;
margin-bottom: 15px;
}
.cardapio h2 {
color: #ffd000;
}
.buttom-cardapio {
background: #ff0000;
color: #ffffff;
font-size: 1.125em;
border: none;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: block;
cursor: pointer;
border-radius: 50px;
margin: 22px auto 0 auto;
}
/*sobre nos*/
.sobreNos {
background: url("../img/fundo.jpg") no-repeat center;
background-size: cover;
background-attachment: fixed;
text-align: center;
color: #cccccc;
font-size: 1.5em;
font-style: italic;
padding: 180px 0;
text-shadow: 2px 2px 5px black;
}
.sobreNos h1 {
font-size: 30px;
text-align: center;
color: #ffff00;
font-weight: bolder;
font-weight: bold;
margin-bottom: 50px;
}
.sobreNos h2 {
color: #ffff00;
text-decoration-line: underline;
}
.sobreNos p {
padding: 20px;
}
@media (max-width: 850px) {
.sobreNos img {
max-width: 400px;
height: 300px;
padding: 20px;
}
}
/*Localização*/
.localizacao {
background: #f9f9f9;
color: #160901;
text-align: center;
padding: 100px 0;
}
.localizacao p {
padding: 20px 0;
}
.localizacao iframe {
max-width: 100%;
display: block;
margin: 0 auto;
}
.localizacao-titulo {
font-size: 30px;
margin-bottom: 50px;
color: #160901;
}
/*inscreva-se
.inscreva-se {
background: #2a0505;
color: white;
padding: 30px 10px;
}
.inscreva-se input {
width: 320px;
color:white;
background: none;
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
border: none;
border-bottom: 3px solid white;
-webkit-transition: 0.5s;
transition: 0.5s;
outline: none;
float: left;
}
.inscreva-se input::placeholder {
font-size: 16px;
color: white;
}
.inscreva-se-button {
background: none;
font-size: 1.125em;
color: white;
border: 3px solid #ffffff;
border-radius: 50px;
padding: 12px 20px;
text-align: center;
text-decoration: none;
display: block;
cursor: pointer;
float: left;
}
*/
/*footer*/
.footer {
border-top: 1px solid white;
background: #160701;
color: white;
padding: 30px;
}
.footer a {
text-decoration: none;
color: white;
}
.footer h1 {
font-size: 20px;
padding: 10px;
}
.footer p {
font-size: 1.124em;
margin: 5px;
}
.footer i {
font-size: 25px;
padding: 10px;
}
.footer .redes-sociais {
color: black;
}
/*
.footer input {
width: 62%;
padding: 8px 12px;
margin: 10px 0;
box-sizing: border-box;
background: none;
border: none;
border-bottom: 2px solid white;
color: #ffffff;
font-size: 16px;
text-decoration: none;
cursor: pointer
}
.footer button {
background: none;
font-size: 16px;
color: white;
border: 2px solid #ffffff;
border-radius: 10px;
padding: 8px 12px;
margin: 8px 0;
text-align: center;
text-decoration: none;
display: block;
cursor: pointer;
float: right;
}
.footer input::placeholder {
font-size: 16px;
color: #ffffff8e;
}
*/
.footer-item {
background: #080300;
color: white;
}
.footer-item p {
font-size: 14px;
text-align: center;
padding: 20px;
}
@media (max-width: 739px) {
.footer {
text-align: center;
}
} | 0.266739 | 0.081739 |
/* ============================= general ==============================================*/
a {-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.btn, button, input, optgroup, select, textarea, .form-control {border-radius:0;}
.btn {padding: 7px 30px; border-bottom-width: 4px; border-bottom-color: #ccc;}
.btn.green {border-bottom:4px solid #034747;}
.green.btn:active:hover, .green.btn.active:hover , .green.btn:hover, .green.btn:focus, .green.btn:active, .green.btn.active {background:#177171;}
.form-control { line-height: 25px;}
.margin-15 {margin:10px;}
/* ============================ color exceptions ==================================== */
/* green */ .portlet.box.mofa-gray > .portlet-title > .caption .theme-font {color:#b9cc4b !important;}
.scroll-to-top > i {color:#000;}
/* header customizations */
.page-header {background:url(../images/main_banner_bg.jpg) top center no-repeat fixed;background-size:contain; height:445px;}
.page-header .page-header-top {background:#055959;height:48px;color:#fff;}
.page-header .page-head {background-color:transparent;}
.page-header .page-sub-header {margin:0;}
.page-header .page-sub-header-right {float:right;padding:10px 0;line-height:2.154em;}
.page-header .page-sub-header-left {float:left;padding:10px 0;line-height:2.154em;}
.page-header .page-sub-header a {color:#fff;display:inline-block;margin-right:25px;}
.page-header .page-sub-header i {color:#dadc39;margin:0 5px;}
.page-header .page-sub-header a.link-lang {color:#dadc39;}
.page-header div.page-header-menu {background:url(../images/white_bg.png) !important;height:124px;}
.page-header div.page-header-menu .page-logo {float:right;display:inline-block;margin:20px 0;}
.page-header .page-header-menu .hor-menu {display:inline-block;float:left;margin:35px 0;}
.page-header .page-header-menu .hor-menu .navbar-nav > li > a { font-size: 1em;}
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a:hover, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a:hover {background-color:transparent;}
.page-head .system-title {color:#fff;text-align:center;margin:55px 20px 20px;}
.page-head .system-title h1 {line-height:1.38em;}
.page-head .page-breadcrumb {text-align:center;background:none;border:0 none;color:#fff;font-size:1.154em;}
.page-head .breadcrumb > .active {color:#fff;}
/* page content */
.page-content .page-title {margin-bottom:30px;padding:30px 0 15px;background:url(../images/page_title_bg.jpg) bottom right no-repeat;}
.page-content .page-title h1 {font-size:1.846em;margin:0;padding:0}
/* .page-footer */
.page-footer {background:#055959;color:#fff;}
.page-prefooter {background:#383838;color:#cccacb;padding:50px 0;}
.page-prefooter a {color:#cccacb;}
.page-prefooter h2 {color:#bed24c !important;}
.page-prefooter ul li {margin:15px 0;}
.page-footer {height:60px;}
.footer-social h4 , .footer-social ul {display:inline-block;margin:0 20px 0 0 ;padding:0;vertical-align:middle;}
.footer-social li {float:right;margin:0px 10px;padding:0;}
.footer-social li a {color:#fff;}
.footer-social li .text {display:none;}
/* ============================== Home navigator ============================ */
.home-navigator{}
.home-navigator-box {width:500px;margin:30px;display:inline-block;vertical-align:top;}
.home-navigator-box a {height:154px;display:block;background-image:url(../images/nav_bg.jpg);color:#fff;line-height:5em;font-size:2.308em;text-align:center;}
.home-navigator-box-1 a {background-position:top right;}
.home-navigator-box-1:hover a ,.home-navigator-box-1 a:hover , .home-navigator-box-1.active a{background-position:bottom right;text-decoration:none;}
.home-navigator-box-2 a {background-position:top left;}
.home-navigator-box-2:hover a,.home-navigator-box-2 a:hover, .home-navigator-box-2.active a {background-position:bottom left;text-decoration:none;}
.img-icon-orgs {background:url(../images/icons.png) -320px 0px no-repeat;width:70px;height:38px;display:inline-block;vertical-align:middle;margin:0 5px 10px;}
.img-icon-citizens {background:url(../images/icons.png) -392px 0px no-repeat;width:70px;height:38px;display:inline-block;vertical-align:middle;margin:0 10px 10px;}
.home-navigator-box-content {border:1px solid #959595;border-radius:0px 0px 5px 5px;}
.home-navigator-box-intro {height:140px;;}
.home-navigator-box-intro p {padding:30px;font-size:1.385em;line-height:1.923em;text-align:center;color:#222;}
.home-navigator-box.active .home-navigator-box-intro {height:0;overflow:hidden;}
.home-navigator-box-tabs {display:none;}
.home-navigator-box.active .home-navigator-box-tabs {height:auto;}
.home-navigator-box-intro, .home-navigator-box-tabs {-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.home-navigator-box-tabs .panel-heading {background:#B9CC4B;color:#055959;border-color: #ccc;}
.home-navigator-box-tabs .panel, .home-navigator-box-tabs .panel-body {border-color: #ccc;border-top-color: #ccc !important;}
/* home-enquiry */
.home-enquiry {padding-bottom:50px;}
.home-enquiry h2 {text-align:center;width:225px;background:#fff;margin:0 auto -30px;font-size:1.692em;position:relative;z-index:2;}
.h2-sep {height:1px;background:#055959;position:relative;z-index:1;width:80%;margin:20px auto 40px;}
.home-enquiry .form-actions {text-align:center;}
/* home-internal */
.home-internal .home-navigator-box-intro {display:none;}
.home-internal .home-navigator-box-tabs {display:none;}
.home-internal .home-enquiry{background:#edeef0;padding:20px;}
.home-internal .home-enquiry hr {display:none;}
.home-internal .home-enquiry h2 {font-size:1.538em;color:#999;background:none;margin:0 5px 10px;width:auto;}
.home-internal .home-enquiry .form-body {background:#fff;padding:20px 35px 10px;margin-top:10px;}
.home-internal .home-enquiry .form-actions {padding:20px 0 0px;}
.home-internal .home-enquiry .row {margin:0 10px;}
.home-internal .home-navigator-box {width:350px;height:110px;display:inline-block;margin:0;}
.home-internal .home-navigator-box-1 {margin-left:45px;}
.home-internal .home-navigator-box a {font-size:1.538em;height:110px;line-height:5.462em;}
.img-icon-tab-citizen {background:url(../images/icons.png) -271px -11px no-repeat;width:30px;height:30px;display:inline-block;vertical-align:middle;margin:5px 0 5px 5px;}
.img-icon-tab-resident {background:url(../images/icons.png) -201px -10px no-repeat;width:30px;height:30px;display:inline-block;vertical-align:middle;margin:5px 0 5px 5px;}
.img-icon-tab-other {background:url(../images/icons.png) -135px -10px no-repeat;width:30px;height:30px;display:inline-block;vertical-align:middle;margin:5px 0 5px 5px ;}
.img-icon-tab-org {background:url(../images/icons.png) -135px -10px no-repeat;width:30px;height:30px;display:inline-block;vertical-align:middle;margin:5px 0 5px 5px ;}
.home-navigator-box-tabs {border:1px solid #ddd;margin-bottom:30px;min-height:360px;}
.home-internal .home-navigator-box-tabs .nav-tabs a {font-weight:bold;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {border:0 none;border-bottom:2px solid #b9cc4b;}
.home-navigator-services {margin:10px 50px;line-height:1.538em;}
.home-navigator-services li {margin-bottom:20px;}
.home-navigator-services a {font-weight:bold;display:block;margin-bottom:5px;}
.home-internal .home-navigator-box-1 a {background-position:-594px -24px;}
.home-internal .home-navigator-box-2 a {background-position:-98px -6px;}
.home-internal .home-navigator-box-1:hover a, .home-internal .home-navigator-box-1 a:hover, .home-internal .home-navigator-box-1.active a { background-position: -594px bottom ;}
.home-internal .home-navigator-box-2:hover a, .home-internal .home-navigator-box-2 a:hover, .home-internal .home-navigator-box-2.active a { background-position: -98px bottom ;}
.page-user-login {color:#333;font-size:1.077em;padding:10px 0 20px 0;border-bottom:1px solid #c0c0c0;}
.page-user-login i {vertical-align:middle;}
/* landing-icons */
.landing-icons li {list-style:none;text-align:center;min-height:150px;}
.landing-icons a {display:block;text-align:center;font-weight:bold;}
.landing-icons a .text {display:block;padding:20px;}
.landing-icons a .icon {display:block;border-radius:50% 50%;border:3px solid #333;width:75px;height:75px;margin:0 auto;}
.landing-icons a:hover .icon {border:3px solid #4db3a4;}
.landing-icons a i {font-size:2.308em;margin:30px 0 10px;}
/* print page */
.page-print .print-logo {margin:0 10px;}
.page-print .requestcode {margin:0px 20px;float:left;}
.page-print .image-barcode {margin:5px 0;height:20px;}
.page-print .requestcode span {display:block;}
div.control-display-label {padding: 7px 15px;color:#333;border:1px solid #eee;background:#F5F5F5;min-height:36px;}
div.control-display-label label{margin-bottom:0;}
.page-print.form-display label.control-label {padding:7px 15px !important;color:#055959;text-align: left;}
.page-print.form-display .form-group {margin-left:0;margin-right:0; margin-bottom: 5px;}
.page-print .form-section {font-size:1.385em; margin: 20px 0px 5px 0px;}
.print-page-title {margin-top: 5px;margin-bottom: 5px;font-size:1.615em;text-align:center;font-weight:bold;}
.page-print .styled th {border-bottom:1px solid #999 !important;font-weight:bold;font-size:1em;}
.page-print .styled {margin:5px 0;}
.page-print .list-normal li {line-height:1.538em;}
.print-logo {height:60px;width:auto;}
.print-page-note {color:#666;text-align:center;line-height:1.615em;width:90%;margin:0 auto 20px auto;}
.print-user-image {-webkit-box-shadow: 5px 5px 5px 0px rgba(48,48,48,0.46);-moz-box-shadow: 5px 5px 5px 0px rgba(48,48,48,0.46);box-shadow: 5px 5px 5px 0px rgba(48,48,48,0.46);border:2px solid #ccc;}
/* cpacha */
.input-group-capcha input {width:50% !important;}
.input-group-capcha .image-capcha {border:1px dotted #ccc;display:table-cell;float:right;height:34px;width:50%;}
.input-group-capcha .input-group-addon {width:10%;}
#Cimage {border:1px dotted #ccc;}
/* file input */
.btn-file-input {width:100%;background:#EDEEF0;display:block;}
.image-upload-preview {background:#EDEEF0;padding:10px;text-align:center;display:block;}
/* scrollable grids */
div.jtable-main-container { max-width: 100%; overflow: auto;}
/* responsive fix */
@media (max-width: 1200px ) {
.page-header .page-header-menu .hor-menu .navbar-nav > li > a { padding: 16px 9px 15px 9px;}
.page-header { background-size: auto;}
.home-navigator-box { zoom: 0.8;}
.home-navigator {text-align: center;}
}
@media (max-width: 991px) {
.page-header-menu {display:block !important;}
.page-header div.page-header-menu .page-logo {float:none;display:block;text-align:center;}
.page-header div.page-header-menu, .page-header {height:auto !important;}
.page-header .page-header-menu .hor-menu {float:none;margin:0 auto;display:none !important}
.page-head .system-title { margin: 20px 20px 20px !important;}
.page-header .page-sub-header {max-width: 100%; }
.page-header .page-header-top {height:auto;}
.menu-toggler {display:none !important;}
.page-header { background-size: auto;}
.home-navigator-box { zoom: 0.6;}
.home-internal .home-navigator-box { zoom: 1;}
.home-navigator {text-align: center;}
.page-header .page-sub-header-left, .page-header .page-sub-header-right {font-size:0.923em;}
.home-navigator-services li {text-align:right;}
.home-internal .home-navigator-box-1 {margin-left: 20px;}
}
@media (max-width: 767px) {
.page-header-menu {display:block !important;}
.page-header div.page-header-menu .page-logo {float:none;display:block;text-align:center;}
.page-header div.page-header-menu , .page-header {height:auto !important;}
.page-header .page-header-menu .hor-menu {float:none;margin:0 auto;display:none !important;}
.page-head .system-title { margin: 20px 20px 20px !important;}
.page-header .page-sub-header {max-width: 100%; }
.page-header .page-header-top {height:auto;}
.menu-toggler {display:none !important;}
.page-header { background-size: auto;}
.home-navigator-services {margin: 10px 20px;}
.btn {padding: 5px 10px;}
.page-header .page-sub-header a { margin-right: 5px; font-size: 0.769em;}
.page-header .page-sub-header-left, .page-header .page-sub-header-right {float:none;display:block;text-align:center;font-size: 0.769em;line-height:16px;}
.home-navigator-box { zoom: 0.5;margin: 30px auto;}
.home-internal .home-navigator-box { zoom: 0.6;}
.copyrights { font-size: 0.769em;text-align: center;}
.footer-social { text-align: center; padding: 10px;}
.page-footer {height:auto;text-align: center;}
.home-enquiry .row {margin:0;}
.page-content .page-title h1 { font-size: 1.692em;}
.system-title h1 { font-size: 1.846em; line-height: 3.0em;}
/* fix the font resize on iphone */
*{ -webkit-text-size-adjust:100%; max-height:5000em; }
}
@media (max-width: 495px) {
.home-navigator-box span {display:none;width:250px;}
.home-internal .home-navigator-box {width:250px;zoom:0.5;}
.home-internal .home-navigator-box-tabs .nav-tabs a {font-size:0.846em;padding: 0px 10px;}
}
/* Styles related to Enjaz system */
.page-user-main-content .container {width:100% !important;}
.page-user-login-info {line-height:25px;}
.enjaz-system .page-user-login {padding:10px 0;}
.page-user-side-menu {background:#ececec;margin:0 15px 0 -15px;padding:0;}
.page-user-side-menu ul {margin:0;padding:0;}
.page-user-side-menu li {background:#dfdfdf;line-height:35px;list-style:none;padding:0 0 0 5px;margin:2px 0;}
.page-user-side-menu li:hover {background:#fff;}
.page-user-side-menu li i {background:#cfcfcf;padding:10px;display:inline-block;width:35px;height:36px;font-size:20px;}
.page-user-side-menu li a {display :block;text-decoration:none;font-size:14px;}
.page-content .nav-logged {background:#e5e5e5;color:#055959;border:1px solid #c0c0c0;margin-bottom:15px; -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);}
.page-content .nav-logged>li>a {color:#055959;padding:10px;border-radius:0;}
.page-content .nav-logged>li.selected>a, .page-content .nav-logged>li>a:focus, .page-content .nav-logged>li>a:hover {background:#fff;}
.page-content .nav-logged .dropdown-menu li > a {color: #055959;font-family: "Open Sans", sans-serif;}
/* Added by developers */
.uploadButton {
background-color:#055959 !important;
color:white !important;
}
.error-msg {
/*width: 105%;*/
margin: 0 2px 20px;
min-height: 15px;
padding: 11px;
font: bold 15px arial;
background-color: #f2dede;
border: 1px solid #ebccd1;
color: #a94442;
font-weight: normal;
/*margin-right: 10px;*/
}
.displayDataTable tr
{
line-height:28px;
}
ol, ul
{
line-height:25px !important;
}
ol li a {
color: #055959;
}
.card_type .option .label {
padding: 6px 43px 6px 0;
margin: 0 2px;
}
.card_VI {
background: url('../../Styles/Images/visa.gif') transparent no-repeat right 1px;
font: 10px tahoma !important;
}
.card_CA {
background: url('../../Styles/Images/master.gif') transparent no-repeat right 1px;
font: 10px tahoma !important;
} | public/enjaz/custom.css |
/* ============================= general ==============================================*/
a {-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.btn, button, input, optgroup, select, textarea, .form-control {border-radius:0;}
.btn {padding: 7px 30px; border-bottom-width: 4px; border-bottom-color: #ccc;}
.btn.green {border-bottom:4px solid #034747;}
.green.btn:active:hover, .green.btn.active:hover , .green.btn:hover, .green.btn:focus, .green.btn:active, .green.btn.active {background:#177171;}
.form-control { line-height: 25px;}
.margin-15 {margin:10px;}
/* ============================ color exceptions ==================================== */
/* green */ .portlet.box.mofa-gray > .portlet-title > .caption .theme-font {color:#b9cc4b !important;}
.scroll-to-top > i {color:#000;}
/* header customizations */
.page-header {background:url(../images/main_banner_bg.jpg) top center no-repeat fixed;background-size:contain; height:445px;}
.page-header .page-header-top {background:#055959;height:48px;color:#fff;}
.page-header .page-head {background-color:transparent;}
.page-header .page-sub-header {margin:0;}
.page-header .page-sub-header-right {float:right;padding:10px 0;line-height:2.154em;}
.page-header .page-sub-header-left {float:left;padding:10px 0;line-height:2.154em;}
.page-header .page-sub-header a {color:#fff;display:inline-block;margin-right:25px;}
.page-header .page-sub-header i {color:#dadc39;margin:0 5px;}
.page-header .page-sub-header a.link-lang {color:#dadc39;}
.page-header div.page-header-menu {background:url(../images/white_bg.png) !important;height:124px;}
.page-header div.page-header-menu .page-logo {float:right;display:inline-block;margin:20px 0;}
.page-header .page-header-menu .hor-menu {display:inline-block;float:left;margin:35px 0;}
.page-header .page-header-menu .hor-menu .navbar-nav > li > a { font-size: 1em;}
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.active > a:hover, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a, .page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav > li.current > a:hover {background-color:transparent;}
.page-head .system-title {color:#fff;text-align:center;margin:55px 20px 20px;}
.page-head .system-title h1 {line-height:1.38em;}
.page-head .page-breadcrumb {text-align:center;background:none;border:0 none;color:#fff;font-size:1.154em;}
.page-head .breadcrumb > .active {color:#fff;}
/* page content */
.page-content .page-title {margin-bottom:30px;padding:30px 0 15px;background:url(../images/page_title_bg.jpg) bottom right no-repeat;}
.page-content .page-title h1 {font-size:1.846em;margin:0;padding:0}
/* .page-footer */
.page-footer {background:#055959;color:#fff;}
.page-prefooter {background:#383838;color:#cccacb;padding:50px 0;}
.page-prefooter a {color:#cccacb;}
.page-prefooter h2 {color:#bed24c !important;}
.page-prefooter ul li {margin:15px 0;}
.page-footer {height:60px;}
.footer-social h4 , .footer-social ul {display:inline-block;margin:0 20px 0 0 ;padding:0;vertical-align:middle;}
.footer-social li {float:right;margin:0px 10px;padding:0;}
.footer-social li a {color:#fff;}
.footer-social li .text {display:none;}
/* ============================== Home navigator ============================ */
.home-navigator{}
.home-navigator-box {width:500px;margin:30px;display:inline-block;vertical-align:top;}
.home-navigator-box a {height:154px;display:block;background-image:url(../images/nav_bg.jpg);color:#fff;line-height:5em;font-size:2.308em;text-align:center;}
.home-navigator-box-1 a {background-position:top right;}
.home-navigator-box-1:hover a ,.home-navigator-box-1 a:hover , .home-navigator-box-1.active a{background-position:bottom right;text-decoration:none;}
.home-navigator-box-2 a {background-position:top left;}
.home-navigator-box-2:hover a,.home-navigator-box-2 a:hover, .home-navigator-box-2.active a {background-position:bottom left;text-decoration:none;}
.img-icon-orgs {background:url(../images/icons.png) -320px 0px no-repeat;width:70px;height:38px;display:inline-block;vertical-align:middle;margin:0 5px 10px;}
.img-icon-citizens {background:url(../images/icons.png) -392px 0px no-repeat;width:70px;height:38px;display:inline-block;vertical-align:middle;margin:0 10px 10px;}
.home-navigator-box-content {border:1px solid #959595;border-radius:0px 0px 5px 5px;}
.home-navigator-box-intro {height:140px;;}
.home-navigator-box-intro p {padding:30px;font-size:1.385em;line-height:1.923em;text-align:center;color:#222;}
.home-navigator-box.active .home-navigator-box-intro {height:0;overflow:hidden;}
.home-navigator-box-tabs {display:none;}
.home-navigator-box.active .home-navigator-box-tabs {height:auto;}
.home-navigator-box-intro, .home-navigator-box-tabs {-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.home-navigator-box-tabs .panel-heading {background:#B9CC4B;color:#055959;border-color: #ccc;}
.home-navigator-box-tabs .panel, .home-navigator-box-tabs .panel-body {border-color: #ccc;border-top-color: #ccc !important;}
/* home-enquiry */
.home-enquiry {padding-bottom:50px;}
.home-enquiry h2 {text-align:center;width:225px;background:#fff;margin:0 auto -30px;font-size:1.692em;position:relative;z-index:2;}
.h2-sep {height:1px;background:#055959;position:relative;z-index:1;width:80%;margin:20px auto 40px;}
.home-enquiry .form-actions {text-align:center;}
/* home-internal */
.home-internal .home-navigator-box-intro {display:none;}
.home-internal .home-navigator-box-tabs {display:none;}
.home-internal .home-enquiry{background:#edeef0;padding:20px;}
.home-internal .home-enquiry hr {display:none;}
.home-internal .home-enquiry h2 {font-size:1.538em;color:#999;background:none;margin:0 5px 10px;width:auto;}
.home-internal .home-enquiry .form-body {background:#fff;padding:20px 35px 10px;margin-top:10px;}
.home-internal .home-enquiry .form-actions {padding:20px 0 0px;}
.home-internal .home-enquiry .row {margin:0 10px;}
.home-internal .home-navigator-box {width:350px;height:110px;display:inline-block;margin:0;}
.home-internal .home-navigator-box-1 {margin-left:45px;}
.home-internal .home-navigator-box a {font-size:1.538em;height:110px;line-height:5.462em;}
.img-icon-tab-citizen {background:url(../images/icons.png) -271px -11px no-repeat;width:30px;height:30px;display:inline-block;vertical-align:middle;margin:5px 0 5px 5px;}
.img-icon-tab-resident {background:url(../images/icons.png) -201px -10px no-repeat;width:30px;height:30px;display:inline-block;vertical-align:middle;margin:5px 0 5px 5px;}
.img-icon-tab-other {background:url(../images/icons.png) -135px -10px no-repeat;width:30px;height:30px;display:inline-block;vertical-align:middle;margin:5px 0 5px 5px ;}
.img-icon-tab-org {background:url(../images/icons.png) -135px -10px no-repeat;width:30px;height:30px;display:inline-block;vertical-align:middle;margin:5px 0 5px 5px ;}
.home-navigator-box-tabs {border:1px solid #ddd;margin-bottom:30px;min-height:360px;}
.home-internal .home-navigator-box-tabs .nav-tabs a {font-weight:bold;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {border:0 none;border-bottom:2px solid #b9cc4b;}
.home-navigator-services {margin:10px 50px;line-height:1.538em;}
.home-navigator-services li {margin-bottom:20px;}
.home-navigator-services a {font-weight:bold;display:block;margin-bottom:5px;}
.home-internal .home-navigator-box-1 a {background-position:-594px -24px;}
.home-internal .home-navigator-box-2 a {background-position:-98px -6px;}
.home-internal .home-navigator-box-1:hover a, .home-internal .home-navigator-box-1 a:hover, .home-internal .home-navigator-box-1.active a { background-position: -594px bottom ;}
.home-internal .home-navigator-box-2:hover a, .home-internal .home-navigator-box-2 a:hover, .home-internal .home-navigator-box-2.active a { background-position: -98px bottom ;}
.page-user-login {color:#333;font-size:1.077em;padding:10px 0 20px 0;border-bottom:1px solid #c0c0c0;}
.page-user-login i {vertical-align:middle;}
/* landing-icons */
.landing-icons li {list-style:none;text-align:center;min-height:150px;}
.landing-icons a {display:block;text-align:center;font-weight:bold;}
.landing-icons a .text {display:block;padding:20px;}
.landing-icons a .icon {display:block;border-radius:50% 50%;border:3px solid #333;width:75px;height:75px;margin:0 auto;}
.landing-icons a:hover .icon {border:3px solid #4db3a4;}
.landing-icons a i {font-size:2.308em;margin:30px 0 10px;}
/* print page */
.page-print .print-logo {margin:0 10px;}
.page-print .requestcode {margin:0px 20px;float:left;}
.page-print .image-barcode {margin:5px 0;height:20px;}
.page-print .requestcode span {display:block;}
div.control-display-label {padding: 7px 15px;color:#333;border:1px solid #eee;background:#F5F5F5;min-height:36px;}
div.control-display-label label{margin-bottom:0;}
.page-print.form-display label.control-label {padding:7px 15px !important;color:#055959;text-align: left;}
.page-print.form-display .form-group {margin-left:0;margin-right:0; margin-bottom: 5px;}
.page-print .form-section {font-size:1.385em; margin: 20px 0px 5px 0px;}
.print-page-title {margin-top: 5px;margin-bottom: 5px;font-size:1.615em;text-align:center;font-weight:bold;}
.page-print .styled th {border-bottom:1px solid #999 !important;font-weight:bold;font-size:1em;}
.page-print .styled {margin:5px 0;}
.page-print .list-normal li {line-height:1.538em;}
.print-logo {height:60px;width:auto;}
.print-page-note {color:#666;text-align:center;line-height:1.615em;width:90%;margin:0 auto 20px auto;}
.print-user-image {-webkit-box-shadow: 5px 5px 5px 0px rgba(48,48,48,0.46);-moz-box-shadow: 5px 5px 5px 0px rgba(48,48,48,0.46);box-shadow: 5px 5px 5px 0px rgba(48,48,48,0.46);border:2px solid #ccc;}
/* cpacha */
.input-group-capcha input {width:50% !important;}
.input-group-capcha .image-capcha {border:1px dotted #ccc;display:table-cell;float:right;height:34px;width:50%;}
.input-group-capcha .input-group-addon {width:10%;}
#Cimage {border:1px dotted #ccc;}
/* file input */
.btn-file-input {width:100%;background:#EDEEF0;display:block;}
.image-upload-preview {background:#EDEEF0;padding:10px;text-align:center;display:block;}
/* scrollable grids */
div.jtable-main-container { max-width: 100%; overflow: auto;}
/* responsive fix */
@media (max-width: 1200px ) {
.page-header .page-header-menu .hor-menu .navbar-nav > li > a { padding: 16px 9px 15px 9px;}
.page-header { background-size: auto;}
.home-navigator-box { zoom: 0.8;}
.home-navigator {text-align: center;}
}
@media (max-width: 991px) {
.page-header-menu {display:block !important;}
.page-header div.page-header-menu .page-logo {float:none;display:block;text-align:center;}
.page-header div.page-header-menu, .page-header {height:auto !important;}
.page-header .page-header-menu .hor-menu {float:none;margin:0 auto;display:none !important}
.page-head .system-title { margin: 20px 20px 20px !important;}
.page-header .page-sub-header {max-width: 100%; }
.page-header .page-header-top {height:auto;}
.menu-toggler {display:none !important;}
.page-header { background-size: auto;}
.home-navigator-box { zoom: 0.6;}
.home-internal .home-navigator-box { zoom: 1;}
.home-navigator {text-align: center;}
.page-header .page-sub-header-left, .page-header .page-sub-header-right {font-size:0.923em;}
.home-navigator-services li {text-align:right;}
.home-internal .home-navigator-box-1 {margin-left: 20px;}
}
@media (max-width: 767px) {
.page-header-menu {display:block !important;}
.page-header div.page-header-menu .page-logo {float:none;display:block;text-align:center;}
.page-header div.page-header-menu , .page-header {height:auto !important;}
.page-header .page-header-menu .hor-menu {float:none;margin:0 auto;display:none !important;}
.page-head .system-title { margin: 20px 20px 20px !important;}
.page-header .page-sub-header {max-width: 100%; }
.page-header .page-header-top {height:auto;}
.menu-toggler {display:none !important;}
.page-header { background-size: auto;}
.home-navigator-services {margin: 10px 20px;}
.btn {padding: 5px 10px;}
.page-header .page-sub-header a { margin-right: 5px; font-size: 0.769em;}
.page-header .page-sub-header-left, .page-header .page-sub-header-right {float:none;display:block;text-align:center;font-size: 0.769em;line-height:16px;}
.home-navigator-box { zoom: 0.5;margin: 30px auto;}
.home-internal .home-navigator-box { zoom: 0.6;}
.copyrights { font-size: 0.769em;text-align: center;}
.footer-social { text-align: center; padding: 10px;}
.page-footer {height:auto;text-align: center;}
.home-enquiry .row {margin:0;}
.page-content .page-title h1 { font-size: 1.692em;}
.system-title h1 { font-size: 1.846em; line-height: 3.0em;}
/* fix the font resize on iphone */
*{ -webkit-text-size-adjust:100%; max-height:5000em; }
}
@media (max-width: 495px) {
.home-navigator-box span {display:none;width:250px;}
.home-internal .home-navigator-box {width:250px;zoom:0.5;}
.home-internal .home-navigator-box-tabs .nav-tabs a {font-size:0.846em;padding: 0px 10px;}
}
/* Styles related to Enjaz system */
.page-user-main-content .container {width:100% !important;}
.page-user-login-info {line-height:25px;}
.enjaz-system .page-user-login {padding:10px 0;}
.page-user-side-menu {background:#ececec;margin:0 15px 0 -15px;padding:0;}
.page-user-side-menu ul {margin:0;padding:0;}
.page-user-side-menu li {background:#dfdfdf;line-height:35px;list-style:none;padding:0 0 0 5px;margin:2px 0;}
.page-user-side-menu li:hover {background:#fff;}
.page-user-side-menu li i {background:#cfcfcf;padding:10px;display:inline-block;width:35px;height:36px;font-size:20px;}
.page-user-side-menu li a {display :block;text-decoration:none;font-size:14px;}
.page-content .nav-logged {background:#e5e5e5;color:#055959;border:1px solid #c0c0c0;margin-bottom:15px; -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);}
.page-content .nav-logged>li>a {color:#055959;padding:10px;border-radius:0;}
.page-content .nav-logged>li.selected>a, .page-content .nav-logged>li>a:focus, .page-content .nav-logged>li>a:hover {background:#fff;}
.page-content .nav-logged .dropdown-menu li > a {color: #055959;font-family: "Open Sans", sans-serif;}
/* Added by developers */
.uploadButton {
background-color:#055959 !important;
color:white !important;
}
.error-msg {
/*width: 105%;*/
margin: 0 2px 20px;
min-height: 15px;
padding: 11px;
font: bold 15px arial;
background-color: #f2dede;
border: 1px solid #ebccd1;
color: #a94442;
font-weight: normal;
/*margin-right: 10px;*/
}
.displayDataTable tr
{
line-height:28px;
}
ol, ul
{
line-height:25px !important;
}
ol li a {
color: #055959;
}
.card_type .option .label {
padding: 6px 43px 6px 0;
margin: 0 2px;
}
.card_VI {
background: url('../../Styles/Images/visa.gif') transparent no-repeat right 1px;
font: 10px tahoma !important;
}
.card_CA {
background: url('../../Styles/Images/master.gif') transparent no-repeat right 1px;
font: 10px tahoma !important;
} | 0.103137 | 0.044494 |
Team
====================== */
.team-area.style-1 {}
.team-area.style-1 .team-bg {
background: rgba(555,555,555,0.9);
}
.team-area.style-1 .single-team {
position: relative;
overflow: hidden;
-webkit-transition: all 0.5s ease-in-out 0s;
transition: all 0.5s ease-in-out 0s;
-webkit-box-shadow: 0px 10px 45px 0px rgba(184,184,184,0.7);
-moz-box-shadow: 0px 10px 45px 0px rgba(184,184,184,0.7);
box-shadow: 0px 10px 45px 0px rgba(184,184,184,0.7);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
.team-area.style-1 .single-team:hover {
-webkit-transform: translateY(8px);
-moz-transform: translateY(8px);
transform: translateY(5px);
}
.team-area.style-1 .single-team img {
width: 100%;
height: auto;
}
.team-area.style-1 .single-team .team-member-info {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background: rgba(555,555,555,0.9);
text-align: center;
padding: 15px 0;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.team-area.style-1 .single-team .team-member-info h3 {
font-size: 17px;
color: #444;
text-transform: uppercase;
letter-spacing: 3px;
}
.team-area.style-1 .single-team .team-member-info h5 {
font-size: 12px;
color: #444;
text-transform: uppercase;
letter-spacing: 2px;
}
.team-area.style-1 .single-team .social-media-list {
position: absolute;
top: 0;
width: 42px;
right: -42px;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
opacity: 0;
}
.team-area.style-1 .single-team:hover .social-media-list {
right: 0;
opacity: 1;
}
.team-area.style-2 {}
.team-area.style-2 .single-team {
position: relative;
overflow: hidden;
}
.team-area.style-2 .single-team img {
width: 100%;
height: auto;
}
.team-area.style-2 .single-team::before {
position: absolute;
left: 0;
top: 0;
content: "";
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.8);
transform: scaleX(0);
opacity: 0;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.team-area.style-2 .single-team:hover::before {
opacity: 1;
transform: scaleX(1);
}
.team-area.style-2 .single-team .team-member-info {
position: absolute;
bottom: -20%;
left: 0;
width: 100%;
background: rgba(255, 255, 255, 0.8);
text-align: center;
transform: translateY(0%);
padding: 15px 0;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.team-area.style-2 .single-team:hover .team-member-info {
bottom: 50%;
transform: translateY(50%);
background: transparent;
}
.team-area.style-2 .single-team .team-member-info h3 {
font-size: 17px;
color: #444;
text-transform: uppercase;
letter-spacing: 3px;
}
.team-area.style-2 .single-team .team-member-info h5 {
font-size: 12px;
color: #444;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 23px;
}
.team-area.style-2 .single-team .social-media-list {
width: 100%;
} | public/css/shortcode/team.css | Team
====================== */
.team-area.style-1 {}
.team-area.style-1 .team-bg {
background: rgba(555,555,555,0.9);
}
.team-area.style-1 .single-team {
position: relative;
overflow: hidden;
-webkit-transition: all 0.5s ease-in-out 0s;
transition: all 0.5s ease-in-out 0s;
-webkit-box-shadow: 0px 10px 45px 0px rgba(184,184,184,0.7);
-moz-box-shadow: 0px 10px 45px 0px rgba(184,184,184,0.7);
box-shadow: 0px 10px 45px 0px rgba(184,184,184,0.7);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
}
.team-area.style-1 .single-team:hover {
-webkit-transform: translateY(8px);
-moz-transform: translateY(8px);
transform: translateY(5px);
}
.team-area.style-1 .single-team img {
width: 100%;
height: auto;
}
.team-area.style-1 .single-team .team-member-info {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background: rgba(555,555,555,0.9);
text-align: center;
padding: 15px 0;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.team-area.style-1 .single-team .team-member-info h3 {
font-size: 17px;
color: #444;
text-transform: uppercase;
letter-spacing: 3px;
}
.team-area.style-1 .single-team .team-member-info h5 {
font-size: 12px;
color: #444;
text-transform: uppercase;
letter-spacing: 2px;
}
.team-area.style-1 .single-team .social-media-list {
position: absolute;
top: 0;
width: 42px;
right: -42px;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
opacity: 0;
}
.team-area.style-1 .single-team:hover .social-media-list {
right: 0;
opacity: 1;
}
.team-area.style-2 {}
.team-area.style-2 .single-team {
position: relative;
overflow: hidden;
}
.team-area.style-2 .single-team img {
width: 100%;
height: auto;
}
.team-area.style-2 .single-team::before {
position: absolute;
left: 0;
top: 0;
content: "";
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.8);
transform: scaleX(0);
opacity: 0;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.team-area.style-2 .single-team:hover::before {
opacity: 1;
transform: scaleX(1);
}
.team-area.style-2 .single-team .team-member-info {
position: absolute;
bottom: -20%;
left: 0;
width: 100%;
background: rgba(255, 255, 255, 0.8);
text-align: center;
transform: translateY(0%);
padding: 15px 0;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.team-area.style-2 .single-team:hover .team-member-info {
bottom: 50%;
transform: translateY(50%);
background: transparent;
}
.team-area.style-2 .single-team .team-member-info h3 {
font-size: 17px;
color: #444;
text-transform: uppercase;
letter-spacing: 3px;
}
.team-area.style-2 .single-team .team-member-info h5 {
font-size: 12px;
color: #444;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 23px;
}
.team-area.style-2 .single-team .social-media-list {
width: 100%;
} | 0.351868 | 0.056522 |